Skip to content

Commit

Permalink
Regenerated gemspec for version 0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Jan 5, 2010
1 parent c1f9c66 commit 3dc9f25
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mongoid.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{mongoid}
s.version = "0.11.4"
s.version = "0.11.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Durran Jordan"]
Expand Down Expand Up @@ -191,15 +191,13 @@ Gem::Specification.new do |s|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<activesupport>, [">= 2.2.2"])
s.add_runtime_dependency(%q<mongo>, [">= 0.18.2"])
s.add_runtime_dependency(%q<mongo_ext>, [">= 0.18.2"])
s.add_runtime_dependency(%q<durran-validatable>, [">= 1.8.4"])
s.add_runtime_dependency(%q<leshill-will_paginate>, [">= 2.3.11"])
s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
s.add_development_dependency(%q<mocha>, [">= 0.9.8"])
else
s.add_dependency(%q<activesupport>, [">= 2.2.2"])
s.add_dependency(%q<mongo>, [">= 0.18.2"])
s.add_dependency(%q<mongo_ext>, [">= 0.18.2"])
s.add_dependency(%q<durran-validatable>, [">= 1.8.4"])
s.add_dependency(%q<leshill-will_paginate>, [">= 2.3.11"])
s.add_dependency(%q<rspec>, [">= 1.2.9"])
Expand All @@ -208,7 +206,6 @@ Gem::Specification.new do |s|
else
s.add_dependency(%q<activesupport>, [">= 2.2.2"])
s.add_dependency(%q<mongo>, [">= 0.18.2"])
s.add_dependency(%q<mongo_ext>, [">= 0.18.2"])
s.add_dependency(%q<durran-validatable>, [">= 1.8.4"])
s.add_dependency(%q<leshill-will_paginate>, [">= 2.3.11"])
s.add_dependency(%q<rspec>, [">= 1.2.9"])
Expand Down

0 comments on commit 3dc9f25

Please sign in to comment.