Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b95d0a8

Browse files
committedFeb 1, 2015
Bump version 2.1.0.
1 parent a13fbad commit b95d0a8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ mongoid-rspec provides a collection of RSpec-compatible matchers that help to te
1010

1111
### With Mongoid 4.x
1212

13-
Use mongoid-rspec [2.0.0][mongo4]
13+
Use mongoid-rspec [2.1.0][mongoid4]
1414

15-
gem 'mongoid-rspec', '~> 2.0.0'
15+
gem 'mongoid-rspec', '~> 2.1.0'
1616

1717
### With Mongoid 3.x
1818

19-
Use mongoid-rspec [1.13.0][mongo3].
19+
Use mongoid-rspec [1.13.0][mongoid3].
2020

2121
gem 'mongoid-rspec', '~> 1.13.0'
2222

2323
### With Mongoid 2.x
2424

25-
Use mongoid-rspec [1.4.5][mongo2]
25+
Use mongoid-rspec [1.4.5][mongoid2]
2626

2727
gem 'mongoid-rspec', '1.4.5'
2828

@@ -222,9 +222,9 @@ this compatible with mongoid 2.0.0.rc, and for other [contributors](https://gith
222222
to this project.
223223

224224
[durran]: https://github.com/durran
225-
[mongo2]: http://rubygems.org/gems/mongoid-rspec/versions/1.4.5
226-
[mongo3]: http://rubygems.org/gems/mongoid-rspec/versions/1.13.0
227-
[mongo4]: http://rubygems.org/gems/mongoid-rspec/versions/2.0.0
225+
[mongoid2]: http://rubygems.org/gems/mongoid-rspec/versions/1.4.5
226+
[mongoid3]: http://rubygems.org/gems/mongoid-rspec/versions/1.13.0
227+
[mongoid4]: http://rubygems.org/gems/mongoid-rspec/versions/2.0.0
228228

229229
[travis_badge]: http://img.shields.io/travis/mongoid-rspec/mongoid-rspec.svg?style=flat
230230
[travis]: https://travis-ci.org/mongoid-rspec/mongoid-rspec

‎lib/mongoid-rspec/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Mongoid
22
module Rspec
3-
VERSION = "2.0.0"
3+
VERSION = "2.1.0"
44
end
55
end

0 commit comments

Comments
 (0)
Please sign in to comment.