Skip to content

Commit

Permalink
Regenerated gemspec for version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Nov 15, 2009
1 parent e87b32d commit 2b21635
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions mongo_mapper.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{mongo_mapper}
s.version = "0.5.8"
s.version = "0.6.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["John Nunemaker"]
s.date = %q{2009-10-29}
s.date = %q{2009-11-14}
s.default_executable = %q{mmconsole}
s.email = %q{nunemaker@gmail.com}
s.executables = ["mmconsole"]
Expand Down Expand Up @@ -50,6 +50,7 @@ Gem::Specification.new do |s|
"lib/mongo_mapper/serialization.rb",
"lib/mongo_mapper/serializers/json_serializer.rb",
"lib/mongo_mapper/support.rb",
"lib/mongo_mapper/types.rb",
"lib/mongo_mapper/validations.rb",
"mongo_mapper.gemspec",
"specs.watchr",
Expand All @@ -70,6 +71,7 @@ Gem::Specification.new do |s|
"test/functional/test_logger.rb",
"test/functional/test_pagination.rb",
"test/functional/test_rails_compatibility.rb",
"test/functional/test_string_id_compatibility.rb",
"test/functional/test_validations.rb",
"test/models.rb",
"test/support/custom_matchers.rb",
Expand All @@ -82,7 +84,7 @@ Gem::Specification.new do |s|
"test/unit/test_embedded_document.rb",
"test/unit/test_finder_options.rb",
"test/unit/test_key.rb",
"test/unit/test_mongomapper.rb",
"test/unit/test_mongo_mapper.rb",
"test/unit/test_observing.rb",
"test/unit/test_pagination.rb",
"test/unit/test_rails_compatibility.rb",
Expand Down Expand Up @@ -113,6 +115,7 @@ Gem::Specification.new do |s|
"test/functional/test_logger.rb",
"test/functional/test_pagination.rb",
"test/functional/test_rails_compatibility.rb",
"test/functional/test_string_id_compatibility.rb",
"test/functional/test_validations.rb",
"test/models.rb",
"test/support/custom_matchers.rb",
Expand All @@ -125,7 +128,7 @@ Gem::Specification.new do |s|
"test/unit/test_embedded_document.rb",
"test/unit/test_finder_options.rb",
"test/unit/test_key.rb",
"test/unit/test_mongomapper.rb",
"test/unit/test_mongo_mapper.rb",
"test/unit/test_observing.rb",
"test/unit/test_pagination.rb",
"test/unit/test_rails_compatibility.rb",
Expand All @@ -146,24 +149,24 @@ Gem::Specification.new do |s|
s.add_development_dependency(%q<jnunemaker-matchy>, ["= 0.4.0"])
s.add_development_dependency(%q<shoulda>, ["= 2.10.2"])
s.add_development_dependency(%q<timecop>, ["= 0.3.1"])
s.add_development_dependency(%q<mocha>, ["= 0.9.4"])
s.add_development_dependency(%q<mocha>, ["= 0.9.8"])
else
s.add_dependency(%q<activesupport>, [">= 2.3"])
s.add_dependency(%q<mongo>, ["= 0.16"])
s.add_dependency(%q<jnunemaker-validatable>, ["= 1.8.0"])
s.add_dependency(%q<jnunemaker-validatable>, ["= 1.8.1"])
s.add_dependency(%q<jnunemaker-matchy>, ["= 0.4.0"])
s.add_dependency(%q<shoulda>, ["= 2.10.2"])
s.add_dependency(%q<timecop>, ["= 0.3.1"])
s.add_dependency(%q<mocha>, ["= 0.9.4"])
s.add_dependency(%q<mocha>, ["= 0.9.8"])
end
else
s.add_dependency(%q<activesupport>, [">= 2.3"])
s.add_dependency(%q<mongo>, ["= 0.16"])
s.add_dependency(%q<jnunemaker-validatable>, ["= 1.8.0"])
s.add_dependency(%q<jnunemaker-validatable>, ["= 1.8.1"])
s.add_dependency(%q<jnunemaker-matchy>, ["= 0.4.0"])
s.add_dependency(%q<shoulda>, ["= 2.10.2"])
s.add_dependency(%q<timecop>, ["= 0.3.1"])
s.add_dependency(%q<mocha>, ["= 0.9.4"])
s.add_dependency(%q<mocha>, ["= 0.9.8"])
end
end

0 comments on commit 2b21635

Please sign in to comment.