Rakefile in secondbase-0.4.1 vs Rakefile in secondbase-0.4.2

- old
+ new

@@ -14,10 +14,10 @@ # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options gem.name = "secondbase" gem.homepage = "http://github.com/karledurante/secondbase" gem.license = "MIT" gem.summary = %Q{Allow Rails manage second database in your projects} - gem.description = %Q{Secondbase provides support to Rails to create a homogeneous for a dual database project. Using the rake tasks already familiar to you, this gem enables Rails to work with two primary databases, instead of just one.} + gem.description = %Q{Secondbase provides support to Rails to create a homogeneous environment for a dual database project. Using the rake tasks already familiar to you, this gem enables Rails to work with two primary databases, instead of just one.} gem.email = "kdurante@customink.com" gem.authors = ["karledurante"] gem.add_development_dependency 'activerecord', '~> 3.0.0' # Include your dependencies below. Runtime dependencies are required when using your gem, # and development dependencies are only needed for development (ie running rake tasks, tests, etc)