Sha256: e7bbbfcf74c16b0534b6828dfeb2aa5ca6259c3ed79750f24ab5c145ca076f88
Contents?: true
Size: 1.09 KB
Versions: 2
Compression:
Stored size: 1.09 KB
Contents
begin gem 'technicalpickles-jeweler', '~> 1.0.1' require 'jeweler' Jeweler::Tasks.new do |s| s.name = 'sunspot' s.executables = 'sunspot-solr' s.summary = 'Library for expressive, powerful interaction with the Solr search engine' s.email = 'mat@patch.com' s.homepage = 'http://github.com/outoftime/sunspot' s.description = 'Library for expressive, powerful interaction with the Solr search engine' s.authors = ['Mat Brown'] s.files = FileList['[A-Z]*', '{bin,lib,spec,tasks}/**/*', 'solr/{etc,lib,webapps}/**/*', 'solr/solr/conf/*', 'solr/start.jar'] s.add_dependency 'solr-ruby', '>= 0.0.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.extra_rdoc_files = ['README.rdoc'] s.rdoc_options << '--webcvs=http://github.com/outoftime/sunspot/tree/master/%s' << '--title' << 'Sunspot - Pure-Ruby Solr Search and Indexing - API Documentation' << '--main' << 'README.rdoc' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
outoftime-sunspot-0.8.5 | tasks/gemspec.rake |
outoftime-sunspot-0.8.8 | tasks/gemspec.rake |