File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
- 2.2.0
1
+ 2.2.2
Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ 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.beta
12
+
13
+ Use mongoid-rspec [ 2.3.0.beta] [ mongoid5 ]
14
+
15
+ gem 'mongoid-rspec', '2.3.0.beta'
16
+
11
17
### With Mongoid 4.x
12
18
13
19
Use mongoid-rspec [ 2.1.0] [ mongoid4 ]
@@ -224,7 +230,8 @@ to this project.
224
230
[ durran ] : https://github.com/durran
225
231
[ mongoid2 ] : http://rubygems.org/gems/mongoid-rspec/versions/1.4.5
226
232
[ mongoid3 ] : http://rubygems.org/gems/mongoid-rspec/versions/1.13.0
227
- [ mongoid4 ] : http://rubygems.org/gems/mongoid-rspec/versions/2.0.0
233
+ [ mongoid4 ] : http://rubygems.org/gems/mongoid-rspec/versions/2.1.0
234
+ [ mongoid5 ] : http://rubygems.org/gems/mongoid-rspec/versions/2.3.0.beta
228
235
229
236
[ travis_badge ] : http://img.shields.io/travis/mongoid-rspec/mongoid-rspec.svg?style=flat
230
237
[ 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.2.0"
3
+ VERSION = '2.3.0.beta'
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' , '>= 4 .0.0'
24
+ s . add_dependency 'mongoid' , '5 .0.0.beta '
25
25
s . add_dependency 'rspec' , '~> 3.3'
26
26
end
You can’t perform that action at this time.
0 commit comments