Skip to content

Commit

Permalink
Fixed up reference to version (pointing to 2.0.0.rc.7 for the time be…
Browse files Browse the repository at this point in the history
…ing)
  • Loading branch information
amasses authored and durran committed Feb 16, 2011
1 parent d60faa4 commit d08cde2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -10,7 +10,7 @@ begin
gem.email = "evansagge@gmail.com"
gem.homepage = "http://github.com/evansagge/mongoid-rspec"
gem.authors = ["Evan Sagge"]
gem.add_dependency "mongoid", "~> 2.0.0"
gem.add_dependency "mongoid", "~> 2.0.0.rc.7"
gem.add_dependency "rspec", "~> 2"
end
Jeweler::GemcutterTasks.new
Expand Down
13 changes: 8 additions & 5 deletions mongoid-rspec.gemspec
@@ -1,6 +1,6 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
Expand All @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Evan Sagge"]
s.date = %q{2010-11-11}
s.date = %q{2011-02-16}
s.description = %q{RSpec matches for Mongoid models, including association and validation matchers}
s.email = %q{evansagge@gmail.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -69,14 +69,17 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<mongoid>, ["~> 2.0.0"])
s.add_runtime_dependency(%q<mongoid-rspec>, [">= 0"])
s.add_runtime_dependency(%q<mongoid>, ["~> 2.0.0.rc.7"])
s.add_runtime_dependency(%q<rspec>, ["~> 2"])
else
s.add_dependency(%q<mongoid>, ["~> 2.0.0"])
s.add_dependency(%q<mongoid-rspec>, [">= 0"])
s.add_dependency(%q<mongoid>, ["~> 2.0.0.rc.7"])
s.add_dependency(%q<rspec>, ["~> 2"])
end
else
s.add_dependency(%q<mongoid>, ["~> 2.0.0"])
s.add_dependency(%q<mongoid-rspec>, [">= 0"])
s.add_dependency(%q<mongoid>, ["~> 2.0.0.rc.7"])
s.add_dependency(%q<rspec>, ["~> 2"])
end
end
Expand Down

0 comments on commit d08cde2

Please sign in to comment.