mongoid-audit 1.4.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 79e0954fe4f2b707742a16e16431784af358c5fb97079fd1dbf3f1576171b3c4
4
- data.tar.gz: 79466642aab0defd41cbafc762af1cb0d7eb3669e4d9b9772d23602adef990d1
3
+ metadata.gz: 7c00923ce1f53044ea547112093c7958b7ed572a4166f72daef79901a0b33f9f
4
+ data.tar.gz: 189a1968ebb6b34843520419e0c8a498c225c61ae536a39886ce2e8604c59ef9
5
5
  SHA512:
6
- metadata.gz: ffb0fc4b29c2fc8538e6568fe010ebcb4fc72db483de37cfec214c677e8893319cda2d8c679f8d162f9bda8e9535781c5511f6faf993e0d6d8283485d34c6643
7
- data.tar.gz: ca8dfc58faa315595b8fba395bed0b731beb4570a77e64625610d55d9b8910ee99b58f46e5b1627138cba4e375b6bd1a5aba3d03173e67cb05a4b30b3be17a8e
6
+ metadata.gz: 4bc2f6ec148b0894c2696e71ef3547d8ed42b02b1ec2d768e3b8cef4156ca80308814b782a07860defe5e1c4b2b1b47c3b17e23ed0356369e825484a3c25131c
7
+ data.tar.gz: 6980abde0f2d7060d44d41fbf78c871ae0af53ce395e168d6a54e9320feed50dc94eefa154320ead8910a9a5c07b963cb77be5e13fc84acb44eb6410b9a7b663
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mongoid-audit (1.4.0)
4
+ mongoid-audit (1.5.0)
5
5
  activesupport
6
6
  glebtv_mongoid_userstamp
7
7
  kaminari-mongoid
@@ -11,41 +11,41 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activemodel (5.1.5)
15
- activesupport (= 5.1.5)
16
- activesupport (5.1.5)
14
+ activemodel (5.2.3)
15
+ activesupport (= 5.2.3)
16
+ activesupport (5.2.3)
17
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
18
- i18n (~> 0.7)
18
+ i18n (>= 0.7, < 2)
19
19
  minitest (~> 5.1)
20
20
  tzinfo (~> 1.1)
21
- bson (4.3.0)
22
- concurrent-ruby (1.0.5)
21
+ bson (4.4.2)
22
+ concurrent-ruby (1.1.5)
23
23
  easy_diff (1.0.0)
24
- glebtv_mongoid_userstamp (0.8.0)
24
+ glebtv_mongoid_userstamp (0.9.1)
25
25
  mongoid (>= 6.0.0, < 8.0)
26
26
  request_store
27
- i18n (0.9.5)
27
+ i18n (1.6.0)
28
28
  concurrent-ruby (~> 1.0)
29
29
  kaminari-core (1.1.1)
30
30
  kaminari-mongoid (1.0.1)
31
31
  kaminari-core (~> 1.0)
32
32
  mongoid
33
33
  minitest (5.11.3)
34
- mongo (2.5.1)
35
- bson (>= 4.3.0, < 5.0.0)
36
- mongoid (7.0.0)
34
+ mongo (2.8.0)
35
+ bson (>= 4.4.2, < 5.0.0)
36
+ mongoid (7.0.2)
37
37
  activemodel (>= 5.1, < 6.0.0)
38
38
  mongo (>= 2.5.1, < 3.0.0)
39
39
  mongoid-compatibility (0.5.1)
40
40
  activesupport
41
41
  mongoid (>= 2.0)
42
- mongoid-history (0.8.0)
42
+ mongoid-history (0.8.1)
43
43
  activesupport
44
44
  easy_diff
45
45
  mongoid (>= 3.0)
46
46
  mongoid-compatibility (>= 0.5.1)
47
- rack (2.0.4)
48
- rake (12.3.1)
47
+ rack (2.0.7)
48
+ rake (12.3.2)
49
49
  request_store (1.4.1)
50
50
  rack (>= 1.4)
51
51
  thread_safe (0.3.6)
@@ -61,4 +61,4 @@ DEPENDENCIES
61
61
  rake
62
62
 
63
63
  BUNDLED WITH
64
- 1.16.1
64
+ 1.17.2
@@ -8,6 +8,7 @@ module Trackable
8
8
  track_destroy: true,
9
9
  track_update: true,
10
10
  modifier_field: :updater,
11
+ modifier_field_optional: true,
11
12
  except: ["created_at", "updated_at", "c_at", "u_at"],
12
13
  })
13
14
  end
@@ -1,5 +1,5 @@
1
1
  module Mongoid
2
2
  module Audit
3
- VERSION = "1.4.0"
3
+ VERSION = "1.5.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid-audit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gleb Tv
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-29 00:00:00.000000000 Z
11
+ date: 2019-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mongoid
@@ -156,8 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
156
  - !ruby/object:Gem::Version
157
157
  version: '0'
158
158
  requirements: []
159
- rubyforge_project:
160
- rubygems_version: 2.7.6
159
+ rubygems_version: 3.0.3
161
160
  signing_key:
162
161
  specification_version: 4
163
162
  summary: Easily track model change history and mantain audit log with mongoid