Skip to content

Commit

Permalink
Merge pull request mongoid#155 from bitaculous/mongoid-5.0.0.rc0
Browse files Browse the repository at this point in the history
Support Mongoid 5.0.0.rc0
  • Loading branch information
rodrigopinto committed Aug 31, 2015
2 parents 600ddfb + 685ed9d commit 2964e51
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .bundle/config

This file was deleted.

2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.2
2.2.3
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ services: mongodb
language: ruby
rvm:
- 1.9.3
- 2.1.3
- 2.2.0
- 2.1.7
- 2.2.3
- jruby-19mode

gemfile:
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "http://rubygems.org"
source 'https://rubygems.org'

# Specify your gem's dependencies in mongoid-rspec.gemspec
# Specify your gem's dependencies in `mongoid-rspec.gemspec`.
gemspec
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mongoid-rspec provides a collection of RSpec-compatible matchers that help to te

## Installation

### With Mongoid 5.0.0.beta
### With Mongoid 5.0.0.rc0

Use mongoid-rspec [2.3.0.beta][mongoid5]

Expand Down
2 changes: 1 addition & 1 deletion lib/mongoid/rspec/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Mongoid
module Rspec
VERSION = '2.3.0.beta'
VERSION = '2.3.0.rc0'
end
end
2 changes: 1 addition & 1 deletion mongoid-rspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency 'rake'
s.add_dependency 'mongoid', '5.0.0.beta'
s.add_dependency 'mongoid', '5.0.0.rc0'
s.add_dependency 'rspec', '~> 3.3'
end

0 comments on commit 2964e51

Please sign in to comment.