tasks/gemspec.rake in sunspot-1.0.0 vs tasks/gemspec.rake in sunspot-1.0.1
- old
+ new
@@ -12,9 +12,10 @@
TEXT
s.authors = ['Mat Brown', 'Peer Allan', 'Dmitriy Dzema', 'Benjamin Krause', 'Marcel de Graaf', 'Brandon Keepers', 'Peter Berkenbosch', 'Brian Atkinson', 'Tom Coleman', 'Matt Mitchell', 'Nathan Beyer']
s.rubyforge_project = 'sunspot'
s.files = FileList['[A-Z]*', '{bin,installer,lib,spec,tasks,templates}/**/*', 'solr/{etc,lib,webapps}/**/*', 'solr/solr/{conf,lib}/*', 'solr/start.jar']
s.add_runtime_dependency 'rsolr', '0.12.1'
+ s.add_runtime_dependency 'escape', '0.0.4'
s.add_development_dependency 'rspec', '~> 1.1'
s.extra_rdoc_files = ['README.rdoc']
s.test_files = FileList['spec/**/*_spec.rb']
s.rdoc_options << '--webcvs=http://github.com/outoftime/sunspot/tree/master/%s' <<
'--title' << 'Sunspot - Solr-powered search for Ruby objects - API Documentation' <<