File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ mongoid-rspec provides a collection of RSpec-compatible matchers that help to te
8
8
9
9
## Installation
10
10
11
- ### With Mongoid 5.0.0.rc0
11
+ ### With Mongoid 5.x
12
12
13
- Use mongoid-rspec [ 2. 3.0.rc0 ] [ mongoid5 ]
13
+ Use mongoid-rspec [ 3.0.0 ] [ mongoid5 ]
14
14
15
- gem 'mongoid-rspec', '2. 3.0.rc0 '
15
+ gem 'mongoid-rspec', '3.0.0 '
16
16
17
17
### With Mongoid 4.x
18
18
@@ -233,7 +233,7 @@ to this project.
233
233
[ mongoid2 ] : https://rubygems.org/gems/mongoid-rspec/versions/1.4.5
234
234
[ mongoid3 ] : https://rubygems.org/gems/mongoid-rspec/versions/1.13.0
235
235
[ mongoid4 ] : https://rubygems.org/gems/mongoid-rspec/versions/2.1.0
236
- [ mongoid5 ] : https://rubygems.org/gems/mongoid-rspec/versions/2. 3.0.rc0
236
+ [ mongoid5 ] : https://rubygems.org/gems/mongoid-rspec/versions/3.0.0
237
237
238
238
[ travis_badge ] : http://img.shields.io/travis/mongoid-rspec/mongoid-rspec.svg?style=flat
239
239
[ travis ] : https://travis-ci.org/mongoid-rspec/mongoid-rspec
Original file line number Diff line number Diff line change 1
1
module Mongoid
2
2
module Rspec
3
- VERSION = '2. 3.0.rc0 '
3
+ VERSION = '3.0.0 '
4
4
end
5
5
end
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ Gem::Specification.new do |s|
21
21
s . require_paths = [ "lib" ]
22
22
23
23
s . add_dependency 'rake'
24
- s . add_dependency 'mongoid' , '5.0.0.rc0 '
24
+ s . add_dependency 'mongoid' , '~> 5.0'
25
25
s . add_dependency 'rspec' , '~> 3.3'
26
26
end
You can’t perform that action at this time.
0 commit comments