Sha256: 63d37cd9029a7a62ed3fccdd8fef19640eab9a35b32aad08bf09c03bd97666d2

Contents?: true

Size: 1.14 KB

Versions: 1

Compression:

Stored size: 1.14 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', 'Peer Allan', 'Dmitriy Dzema', 'Benjamin Krause']
    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

1 entries across 1 versions & 1 rubygems

Version Path
outoftime-sunspot-0.8.9 tasks/gemspec.rake