From db632cf875f98a911e5f62923a224a65bb3571bc Mon Sep 17 00:00:00 2001 From: Joon Lee Date: Mon, 30 Aug 2010 13:45:48 -0400 Subject: [PATCH] use activesupport 3.0.0 --- README.rdoc | 4 ++-- Rakefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index d1b0d71..48ed4ee 100644 --- a/README.rdoc +++ b/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 @@ -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. diff --git a/Rakefile b/Rakefile index bec2631..ae33e9d 100644 --- a/Rakefile +++ b/Rakefile @@ -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