Skip to content

Commit

Permalink
new gemspec without rails requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoroka committed Sep 10, 2009
1 parent 8869fee commit 4c17cdf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions sunspot_rails.gemspec
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |s|
s.version = "0.10.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Mat Brown", "Peer Allan", "Michael Moen", "Benjamin Krause"]
s.date = %q{2009-09-01}
s.authors = ["Mat Brown", "Peer Allan", "Michael Moen", "Benjamin Krause", "Adam Salter", "Brandon Keepers"]
s.date = %q{2009-09-10}
s.description = %q{Rails integration for the Sunspot Solr search library}
s.email = %q{mat@patch.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -92,15 +92,13 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rails>, ["~> 2.1"])
s.add_runtime_dependency(%q<escape>, [">= 0.0.4"])
s.add_runtime_dependency(%q<outoftime-sunspot>, [">= 0.8.2"])
s.add_development_dependency(%q<rspec>, ["~> 1.2"])
s.add_development_dependency(%q<rspec-rails>, ["~> 1.2"])
s.add_development_dependency(%q<ruby-debug>, ["~> 0.10"])
s.add_development_dependency(%q<technicalpickles-jeweler>, ["~> 1.0"])
else
s.add_dependency(%q<rails>, ["~> 2.1"])
s.add_dependency(%q<escape>, [">= 0.0.4"])
s.add_dependency(%q<outoftime-sunspot>, [">= 0.8.2"])
s.add_dependency(%q<rspec>, ["~> 1.2"])
Expand All @@ -109,7 +107,6 @@ Gem::Specification.new do |s|
s.add_dependency(%q<technicalpickles-jeweler>, ["~> 1.0"])
end
else
s.add_dependency(%q<rails>, ["~> 2.1"])
s.add_dependency(%q<escape>, [">= 0.0.4"])
s.add_dependency(%q<outoftime-sunspot>, [">= 0.8.2"])
s.add_dependency(%q<rspec>, ["~> 1.2"])
Expand Down

0 comments on commit 4c17cdf

Please sign in to comment.