mongoid-rspec.gemspec in mongoid-rspec-1.1.2 vs mongoid-rspec.gemspec in mongoid-rspec-1.2.0
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{mongoid-rspec}
- s.version = "1.1.2"
+ s.version = "1.2.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Evan Sagge"]
- s.date = %q{2010-06-08}
+ s.date = %q{2010-08-03}
s.description = %q{RSpec matches for Mongoid models, including association and validation matchers}
s.email = %q{evansagge@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
@@ -20,10 +20,11 @@
".bundle/config",
".document",
".gitignore",
".rvmrc",
"Gemfile",
+ "Gemfile.lock",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"lib/matchers/associations.rb",
@@ -47,11 +48,11 @@
"spec/unit/validations_spec.rb"
]
s.homepage = %q{http://github.com/evansagge/mongoid-rspec}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.3.6}
+ s.rubygems_version = %q{1.3.7}
s.summary = %q{RSpec matchers for Mongoid}
s.test_files = [
"spec/models/article.rb",
"spec/models/comment.rb",
"spec/models/profile.rb",
@@ -64,21 +65,21 @@
if s.respond_to? :specification_version then
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<mongoid>, [">= 2.0.0.beta3"])
- s.add_runtime_dependency(%q<bson_ext>, [">= 0.20.1"])
- s.add_runtime_dependency(%q<rspec-rails>, [">= 2.0.0.beta.7"])
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
+ s.add_runtime_dependency(%q<mongoid>, [">= 2.0.0.beta.15"])
+ s.add_runtime_dependency(%q<bson_ext>, [">= 1.0.4"])
+ s.add_runtime_dependency(%q<rspec-rails>, [">= 2.0.0.beta.19"])
else
- s.add_dependency(%q<mongoid>, [">= 2.0.0.beta3"])
- s.add_dependency(%q<bson_ext>, [">= 0.20.1"])
- s.add_dependency(%q<rspec-rails>, [">= 2.0.0.beta.7"])
+ s.add_dependency(%q<mongoid>, [">= 2.0.0.beta.15"])
+ s.add_dependency(%q<bson_ext>, [">= 1.0.4"])
+ s.add_dependency(%q<rspec-rails>, [">= 2.0.0.beta.19"])
end
else
- s.add_dependency(%q<mongoid>, [">= 2.0.0.beta3"])
- s.add_dependency(%q<bson_ext>, [">= 0.20.1"])
- s.add_dependency(%q<rspec-rails>, [">= 2.0.0.beta.7"])
+ s.add_dependency(%q<mongoid>, [">= 2.0.0.beta.15"])
+ s.add_dependency(%q<bson_ext>, [">= 1.0.4"])
+ s.add_dependency(%q<rspec-rails>, [">= 2.0.0.beta.19"])
end
end