tasks/gemspec.rake in benjaminkrause-sunspot-0.9.7 vs tasks/gemspec.rake in benjaminkrause-sunspot-0.9.8

- old
+ new

@@ -8,13 +8,13 @@ s.homepage = 'http://github.com/outoftime/sunspot' s.summary = 'Library for expressive, powerful interaction with the Solr search engine' s.description = <<TEXT Sunspot is a library providing a powerful, all-ruby API for the Solr search engine. Sunspot manages the configuration of persistent Ruby classes for search and indexing and exposes Solr's most powerful features through a collection of DSLs. Complex search operations can be performed without hand-writing any boolean queries or building Solr parameters by hand. TEXT - s.authors = ['Mat Brown', 'Peer Allan', 'Dmitriy Dzema', 'Benjamin Krause', 'Brandon Keepers'] + s.authors = ['Mat Brown', 'Peer Allan', 'Dmitriy Dzema', 'Benjamin Krause', 'Marcel de Graaf', 'Brandon Keepers', 'Peter Berkenbosch', 'Brian Atkinson'] s.rubyforge_project = 'sunspot' s.files = FileList['[A-Z]*', '{bin,lib,spec,tasks,templates}/**/*', 'solr/{etc,lib,webapps}/**/*', 'solr/solr/conf/*', 'solr/start.jar'] - s.add_dependency 'mwmitchell-rsolr', '= 0.9.1' + s.add_dependency 'mwmitchell-rsolr', '= 0.9.6' s.add_dependency 'daemons', '~> 1.0' s.add_dependency 'optiflag', '~> 0.6.5' s.add_development_dependency 'rspec', '~> 1.1' s.add_development_dependency 'ruby-debug', '~> 0.10' s.add_development_dependency 'technicalpickles-jeweler', '1.2.1'