thirdbase.gemspec in thirdbase-2.1.1 vs thirdbase.gemspec in thirdbase-2.1.2

- old
+ new

@@ -6,10 +6,10 @@ s.version = ThirdBase::VERSION s.platform = Gem::Platform::RUBY s.authors = ['Karle Durante', 'Hunter Madison', 'Ken Collins'] s.email = ['kdurante@customink.com', 'hunterglenmadison@icloud.com', 'ken@metaskills.net'] s.homepage = 'http://github.com/customink/thirdbase' - s.summary = 'Seamless second database integration for Rails.' + s.summary = 'Seamless third database integration for Rails.' s.description = "ThirdBase provides support for Rails to manage dual databases by extending ActiveRecord tasks that create, migrate, and test your databases." s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ['lib']