Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
Regenerate gemspec for version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernie Miller committed Aug 31, 2011
1 parent 51a0927 commit 04aa19b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions meta_search.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{meta_search}
s.version = "1.1.0.pre2"
s.version = "1.1.0"

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Ernie Miller}]
s.date = %q{2011-07-07}
s.date = %q{2011-08-31}
s.description = %q{
Allows simple search forms to be created against an AR3 model
and its associations, has useful view helpers for sort links
Expand Down Expand Up @@ -71,28 +71,28 @@ you're feeling especially appreciative. It'd help me justify this
}
s.require_paths = [%q{lib}]
s.rubygems_version = %q{1.8.5}
s.rubygems_version = %q{1.8.6}
s.summary = %q{Object-based searching (and more) for simply creating search forms.}

if s.respond_to? :specification_version then
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<shoulda>, [">= 0"])
s.add_runtime_dependency(%q<activerecord>, ["~> 3.1.0.alpha"])
s.add_runtime_dependency(%q<activesupport>, ["~> 3.1.0.alpha"])
s.add_runtime_dependency(%q<actionpack>, ["~> 3.1.0.alpha"])
s.add_runtime_dependency(%q<activerecord>, ["~> 3.1.0"])
s.add_runtime_dependency(%q<activesupport>, ["~> 3.1.0"])
s.add_runtime_dependency(%q<actionpack>, ["~> 3.1.0"])
else
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<activerecord>, ["~> 3.1.0.alpha"])
s.add_dependency(%q<activesupport>, ["~> 3.1.0.alpha"])
s.add_dependency(%q<actionpack>, ["~> 3.1.0.alpha"])
s.add_dependency(%q<activerecord>, ["~> 3.1.0"])
s.add_dependency(%q<activesupport>, ["~> 3.1.0"])
s.add_dependency(%q<actionpack>, ["~> 3.1.0"])
end
else
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<activerecord>, ["~> 3.1.0.alpha"])
s.add_dependency(%q<activesupport>, ["~> 3.1.0.alpha"])
s.add_dependency(%q<actionpack>, ["~> 3.1.0.alpha"])
s.add_dependency(%q<activerecord>, ["~> 3.1.0"])
s.add_dependency(%q<activesupport>, ["~> 3.1.0"])
s.add_dependency(%q<actionpack>, ["~> 3.1.0"])
end
end

0 comments on commit 04aa19b

Please sign in to comment.