Skip to content

Commit

Permalink
Depend on Active Support
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Apr 28, 2013
1 parent 4c74025 commit ee0dc39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gravatar-ultimate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ rather than just a URL to that data. This saves you the extra step of having to
s.summary = %q{A gem for interfacing with the entire Gravatar API: not just images, but the XML-RPC API too!}
s.test_files = `git ls-files -- spec/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n")

s.add_dependency('activesupport', '>= 2.3.14')

# s.add_runtime_dependency('sc-core-ext', ">= 1.2.0")
s.add_development_dependency('rspec', ">= 1.3.0")
s.add_development_dependency('fakeweb', ">= 1.2.8")
s.add_development_dependency('activesupport', '>= 2.3.14')
s.add_development_dependency('i18n', '~> 0.6.0')
s.add_development_dependency('rake', '~> 0.9.2.2')
s.add_development_dependency('rdoc', '~> 3.11')
Expand Down

0 comments on commit ee0dc39

Please sign in to comment.