machinist_mongomapper.gemspec in machinist_mongomapper-0.9.6 vs machinist_mongomapper.gemspec in machinist_mongomapper-0.9.7
- old
+ new
@@ -1,17 +1,17 @@
# Generated by jeweler
-# DO NOT EDIT THIS FILE
-# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
+# DO NOT EDIT THIS FILE DIRECTLY
+# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{machinist_mongomapper}
- s.version = "0.9.6"
+ s.version = "0.9.7"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Nicolas M\303\251rouze", "Vincent Hellot", "Mathieu Fosse", "Cyril Mougel"]
- s.date = %q{2009-10-15}
+ s.date = %q{2009-11-22}
s.email = %q{dev@yeastymobs.com}
s.extra_rdoc_files = [
"LICENSE",
"README.md"
]
@@ -41,15 +41,16 @@
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<machinist>, ["~> 1.0.4"])
- s.add_runtime_dependency(%q<mongo_mapper>, ["~> 0.5.4"])
+ s.add_runtime_dependency(%q<mongo_mapper>, ["~> 0.6.1"])
else
s.add_dependency(%q<machinist>, ["~> 1.0.4"])
- s.add_dependency(%q<mongo_mapper>, ["~> 0.5.4"])
+ s.add_dependency(%q<mongo_mapper>, ["~> 0.6.1"])
end
else
s.add_dependency(%q<machinist>, ["~> 1.0.4"])
- s.add_dependency(%q<mongo_mapper>, ["~> 0.5.4"])
+ s.add_dependency(%q<mongo_mapper>, ["~> 0.6.1"])
end
end
+