Skip to content

Commit

Permalink
Regenerated gemspec for version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Dec 24, 2010
1 parent 871b8e6 commit 00008ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions solr_collection.gemspec
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{solr_collection} s.name = %q{solr_collection}
s.version = "0.1.3" s.version = "0.1.4"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Grosser"] s.authors = ["Michael Grosser"]
s.date = %q{2010-12-08} s.date = %q{2010-12-24}
s.email = %q{grosser.michael@gmail.com} s.email = %q{grosser.michael@gmail.com}
s.files = [ s.files = [
"Gemfile", "Gemfile",
Expand All @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/grosser/solr_collection} s.homepage = %q{http://github.com/grosser/solr_collection}
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6} s.rubygems_version = %q{1.3.7}
s.summary = %q{Wrapper for solr results sets then behaves/feels like will_paginate collection} s.summary = %q{Wrapper for solr results sets then behaves/feels like will_paginate collection}
s.test_files = [ s.test_files = [
"spec/solr_collection_spec.rb", "spec/solr_collection_spec.rb",
Expand All @@ -37,7 +37,7 @@ Gem::Specification.new do |s|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3 s.specification_version = 3


if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<will_paginate>, [">= 0"]) s.add_runtime_dependency(%q<will_paginate>, [">= 0"])
else else
s.add_dependency(%q<will_paginate>, [">= 0"]) s.add_dependency(%q<will_paginate>, [">= 0"])
Expand Down

0 comments on commit 00008ee

Please sign in to comment.