mongoid-paranoia 0.2.1 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +5 -1
- data/lib/mongoid/paranoia.rb +1 -1
- data/lib/mongoid/paranoia/version.rb +1 -1
- data/mongoid-paranoia.gemspec +1 -1
- metadata +1 -7
data/CHANGELOG.md
CHANGED
data/lib/mongoid/paranoia.rb
CHANGED
data/mongoid-paranoia.gemspec
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: mongoid-paranoia
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.
|
5
|
+
version: 0.3.0
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Mario Uher
|
@@ -32,9 +32,6 @@ dependencies:
|
|
32
32
|
version_requirements: !ruby/object:Gem::Requirement
|
33
33
|
requirements:
|
34
34
|
- - ! '>='
|
35
|
-
- !ruby/object:Gem::Version
|
36
|
-
version: '3.0'
|
37
|
-
- - <
|
38
35
|
- !ruby/object:Gem::Version
|
39
36
|
version: 3.1.4
|
40
37
|
none: false
|
@@ -43,9 +40,6 @@ dependencies:
|
|
43
40
|
requirement: !ruby/object:Gem::Requirement
|
44
41
|
requirements:
|
45
42
|
- - ! '>='
|
46
|
-
- !ruby/object:Gem::Version
|
47
|
-
version: '3.0'
|
48
|
-
- - <
|
49
43
|
- !ruby/object:Gem::Version
|
50
44
|
version: 3.1.4
|
51
45
|
none: false
|