mongoid-undo 0.8.0 → 0.9.0

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.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- YzA2MWUyMWIwNTBmODBjZjdjMTcwYWI2NTA5N2MxYTk0MGMyMmI1ZQ==
5
- data.tar.gz: !binary |-
6
- MjM5ZDZiMzFmNTQyZDkwMTk5MDg1NjExMmUxYzEwNDY2MDVjMDIyYw==
2
+ SHA1:
3
+ metadata.gz: da33748a6e2fdcaabaa564abcc3cc60d34ba3bf8
4
+ data.tar.gz: e4590938ddc46371ae9fda1d5148e7dafaf04671
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- Y2Q0M2Q4OWNjOWYxNzA5MzI2YzQ4YTJlMzI5MDA3ZmIzODQ5ZDAzMjg3NTQ2
10
- NzhkY2QyMjhmOWM4ZDA1NjgwNGM1ZTZjOTQ2OGZkYzYyMWM2MWVkMDUzNzFi
11
- ZWM0ZjBkMjExMGZkNDM0YzhkMGQ4NWRjMDM0NDU0ZjljOWM0Mjc=
12
- data.tar.gz: !binary |-
13
- YmZmMTRjOTFhYjIzODVjYjI2NDllNjg4YzU1M2Q0NDc0MGY1ZGI1YjlmMWY3
14
- NGEyZmRjYzdjZTVhOTcwMWZkNDRhZjQ0MjVhY2ZhYjRjM2U0OGQwMjg4NDY5
15
- ZTc4NmU0NWYxN2Y5NTM0OTQyNGUzZmZhYzFkYjkzNTMzMjAwNmU=
6
+ metadata.gz: 1d206931cd7308c076d8e1b93f20b7567e853f534a061783664e7fbce803d839e43e998931fe6f1d5bfb00dc2b863c43ebcbfee624c2520a02f75f9e730e3da1
7
+ data.tar.gz: b0b81088e3f73515b8d968ab93c0db52f5eba2b850bdf40acb3fe1177183db80c574350d8d3d2262d62ca85c2a430ff378d8a1741fe8d52bf0c9a4fa9eb3f454
data/Gemfile CHANGED
@@ -1,4 +1,3 @@
1
- ruby '1.9.3'
2
1
  source 'https://rubygems.org'
3
2
 
4
3
  gemspec
@@ -1,5 +1,5 @@
1
1
  module Mongoid
2
2
  module Undo
3
- VERSION = '0.8.0'
3
+ VERSION = '0.9.0'
4
4
  end
5
5
  end
data/test/undo_test.rb CHANGED
@@ -22,7 +22,7 @@ class Timestamped
22
22
  field :name, type: String
23
23
  end
24
24
 
25
- class UndoTest < Minitest::Test
25
+ class UndoTest < Minitest::Unit::TestCase
26
26
  def test_create
27
27
  document = Document.create(name: 'foo')
28
28
  assert_equal :create, document.action
metadata CHANGED
@@ -1,47 +1,47 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid-undo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mario Uher
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-10 00:00:00.000000000 Z
11
+ date: 2014-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ! '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: mongoid
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ! '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: 3.0.10
34
- - - <
34
+ - - "<"
35
35
  - !ruby/object:Gem::Version
36
36
  version: '4.0'
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
40
40
  requirements:
41
- - - ! '>='
41
+ - - ">="
42
42
  - !ruby/object:Gem::Version
43
43
  version: 3.0.10
44
- - - <
44
+ - - "<"
45
45
  - !ruby/object:Gem::Version
46
46
  version: '4.0'
47
47
  description: mongoid-undo provides a super simple and easy to use undo system for
@@ -51,7 +51,7 @@ executables: []
51
51
  extensions: []
52
52
  extra_rdoc_files: []
53
53
  files:
54
- - .gitignore
54
+ - ".gitignore"
55
55
  - CHANGELOG.md
56
56
  - Gemfile
57
57
  - README.md
@@ -71,17 +71,17 @@ require_paths:
71
71
  - lib
72
72
  required_ruby_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
- - - ! '>='
74
+ - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  requirements:
79
- - - ! '>='
79
+ - - ">="
80
80
  - !ruby/object:Gem::Version
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.1.11
84
+ rubygems_version: 2.2.0
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: Super simple undo for your Mongoid app.