sepastian-mongoid-rails4 4.0.0.alpha → 4.0.1.alpha

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/mongoid/version.rb +1 -1
  2. metadata +6 -5
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module Mongoid
3
- VERSION = "4.0.0.alpha"
3
+ VERSION = "4.0.1.alpha"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sepastian-mongoid-rails4
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.alpha
4
+ version: 4.0.1.alpha
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -75,10 +75,11 @@ dependencies:
75
75
  - - ~>
76
76
  - !ruby/object:Gem::Version
77
77
  version: '1.0'
78
- description: When releasing a gem, the gem can only depend on other released gems,
79
- not on github sources or paths. Mongoid has not yet released a gem supporting Rails
80
- 4. This gem is just a packaged version of the mongoid master branch, filling the
81
- gap until a release of mongoid with support for Rails 4.
78
+ description: Mongoid fork with support for Rails 4, for gem development. When releasing
79
+ a gem, the gem can only depend on other released gems, not on github sources or
80
+ paths. Mongoid has not yet released a gem supporting Rails 4. This gem is just a
81
+ packaged version of the mongoid master branch, filling the gap until a release of
82
+ mongoid with support for Rails 4.
82
83
  email:
83
84
  - sebastian.gassner@gmail.com
84
85
  executables: []