dev_tasks/gemspec.rake in adamsalter-sunspot_rails-0.10.4 vs dev_tasks/gemspec.rake in adamsalter-sunspot_rails-0.10.5

- old
+ new

@@ -5,12 +5,14 @@ s.name = 'sunspot_rails' s.summary = 'Rails integration for the Sunspot Solr search library' s.email = 'mat@patch.com' s.homepage = 'http://github.com/outoftime/sunspot_rails' s.description = 'Rails integration for the Sunspot Solr search library' - s.authors = ['Mat Brown', 'Peer Allan', 'Michael Moen', 'Benjamin Krause'] + s.authors = ['Mat Brown', 'Peer Allan', 'Michael Moen', 'Benjamin Krause', 'Adam Salter', 'Brandon Keepers'] + s.rubyforge_project = 'sunspot' s.files = FileList['[A-Z]*', '{lib,tasks,dev_tasks}/**/*', + 'generators/**/*', 'install.rb', 'MIT-LICENSE', 'rails/*', 'spec/*.rb', 'spec/mock_app/{app,lib,db,vendor,config}/**/*',