rsolr-ext.gemspec in mwmitchell-rsolr-ext-0.8.0 vs rsolr-ext.gemspec in mwmitchell-rsolr-ext-0.9.5

- old
+ new

@@ -1,35 +1,35 @@ Gem::Specification.new do |s| - s.name = "rsolr-ext" - s.version = "0.8.0" - s.date = "2009-07-31" - s.summary = "An extension lib for RSolr" - s.email = "goodieboy@gmail.com" - s.homepage = "http://github.com/mwmitchell/rsolr_ext" - s.description = "An extension lib for RSolr" - s.has_rdoc = true - s.authors = ["Matt Mitchell"] - s.files = [ - + s.name = "rsolr-ext" + s.version = "0.9.5" + s.date = "2009-09-04" + s.summary = "An extension lib for RSolr" + s.email = "goodieboy@gmail.com" + s.homepage = "http://github.com/mwmitchell/rsolr_ext" + s.description = "An extension lib for RSolr" + s.has_rdoc = true + s.authors = ["Matt Mitchell"] + s.files = [ + "lib/mash.rb", - + "lib/rsolr-ext/connection.rb", - + "lib/rsolr-ext/doc.rb", - + "lib/rsolr-ext/model.rb", - + "lib/rsolr-ext/request.rb", - + "lib/rsolr-ext/response/docs.rb", "lib/rsolr-ext/response/facets.rb", "lib/rsolr-ext/response/spelling.rb", - + "lib/rsolr-ext/response.rb", - + "lib/rsolr-ext.rb", - + "LICENSE", "README.rdoc", "rsolr-ext.gemspec" ] s.test_files = [ @@ -39,7 +39,9 @@ 'test/test_unit_test_case.rb', 'test/helper.rb' ] s.extra_rdoc_files = %w(LICENSE README.rdoc) + + s.add_dependency("mwmitchell-rsolr", [">= 0.9.5"]) end \ No newline at end of file