Skip to content

Commit

Permalink
use activesupport 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seouri committed Aug 30, 2010
1 parent 678dbd5 commit db632cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
@@ -1,6 +1,6 @@
= eutils

Description goes here.
Lightweight Ruby API for NCBI Eutils. This gem only provides API for NCBI Eutils. If you need full access to other NCBI databases, try BioRuby (bio gem) instead.

== Note on Patches/Pull Requests

Expand All @@ -14,4 +14,4 @@ Description goes here.

== Copyright

Copyright (c) 2010 Joon Lee. See MIT-LICENSE for details.
Copyright (c) 2010 Joon Lee aka seouri. See MIT-LICENSE for details.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -11,7 +11,7 @@ begin
gem.homepage = "http://github.com/seouri/eutils"
gem.authors = ["Joon Lee, aka seouri"]
gem.add_development_dependency "shoulda", ">= 0"
gem.add_dependency "activesupport", ">= 3.0.0.rc2"
gem.add_dependency "activesupport", ">= 3.0.0"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::GemcutterTasks.new
Expand Down

0 comments on commit db632cf

Please sign in to comment.