mongoid-undo 0.1.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/mongoid/undo/version.rb +1 -1
- data/lib/mongoid/undo.rb +1 -1
- data/mongoid-undo.gemspec +2 -1
- metadata +18 -2
data/lib/mongoid/undo/version.rb
CHANGED
data/lib/mongoid/undo.rb
CHANGED
data/mongoid-undo.gemspec
CHANGED
|
@@ -7,10 +7,11 @@ Gem::Specification.new do |gem|
|
|
|
7
7
|
gem.email = 'uher.mario@gmail.com'
|
|
8
8
|
gem.homepage = 'https://github.com/haihappen/mongoid-undo'
|
|
9
9
|
gem.summary = 'Super simple undo for your Mongoid app.'
|
|
10
|
-
gem.description = 'mongoid-undo provides a super simple and easy to use undo system for
|
|
10
|
+
gem.description = 'mongoid-undo provides a super simple and easy to use undo system for Mongoid apps.'
|
|
11
11
|
|
|
12
12
|
gem.files = `git ls-files`.split("\n")
|
|
13
13
|
gem.require_path = 'lib'
|
|
14
14
|
|
|
15
|
+
gem.add_dependency 'activesupport'
|
|
15
16
|
gem.add_dependency 'mongoid'
|
|
16
17
|
end
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: mongoid-undo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.1
|
|
5
|
+
version: 0.2.1
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Mario Uher
|
|
@@ -11,6 +11,22 @@ bindir: bin
|
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2012-12-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
15
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - ! '>='
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '0'
|
|
20
|
+
none: false
|
|
21
|
+
name: activesupport
|
|
22
|
+
type: :runtime
|
|
23
|
+
prerelease: false
|
|
24
|
+
requirement: !ruby/object:Gem::Requirement
|
|
25
|
+
requirements:
|
|
26
|
+
- - ! '>='
|
|
27
|
+
- !ruby/object:Gem::Version
|
|
28
|
+
version: '0'
|
|
29
|
+
none: false
|
|
14
30
|
- !ruby/object:Gem::Dependency
|
|
15
31
|
version_requirements: !ruby/object:Gem::Requirement
|
|
16
32
|
requirements:
|
|
@@ -28,7 +44,7 @@ dependencies:
|
|
|
28
44
|
version: '0'
|
|
29
45
|
none: false
|
|
30
46
|
description: mongoid-undo provides a super simple and easy to use undo system for
|
|
31
|
-
|
|
47
|
+
Mongoid apps.
|
|
32
48
|
email: uher.mario@gmail.com
|
|
33
49
|
executables: []
|
|
34
50
|
extensions: []
|