Sha256: 7120fb6d43001f6936886af0b8b1fbe1475eb2b6b6950d94a6d5179fee095d88
Contents?: true
Size: 1.37 KB
Versions: 1
Compression:
Stored size: 1.37 KB
Contents
require File.join(File.dirname(__FILE__), '..', '..', 'tools', 'gem_tasks') Sunspot::GemTasks.new do |s| require File.join(File.dirname(__FILE__), '..', 'lib', 'sunspot', 'rails', 'version') s.name = 'sunspot_rails' s.version = Sunspot::Rails::VERSION 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 = <<TEXT Sunspot::Rails is an extension to the Sunspot library for Solr search. Sunspot::Rails adds integration between Sunspot and ActiveRecord, including defining search and indexing related methods on ActiveRecord models themselves, running a Sunspot-compatible Solr instance for development and test environments, and automatically commit Solr index changes at the end of each Rails request. TEXT s.authors = ['Mat Brown', 'Peer Allan', 'Michael Moen', 'Benjamin Krause', 'Adam Salter', 'Brandon Keepers', 'Paul Canavese'] 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}/**/*', 'spec/mock_app/{tmp,log,solr}'] s.add_dependency 'sunspot', Sunspot::Rails::VERSION s.add_development_dependency 'rspec', '~> 1.2' s.add_development_dependency 'rspec-rails', '~> 1.2' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sunspot_rails-1.0.1 | dev_tasks/gemspec.rake |