mongoid-audit 1.2.2 → 1.3.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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ce146a60faae0787e0b24e004b4d8880e535bfa7
4
- data.tar.gz: 2d027891c38c8954fe9493f1b23323a98dfd78e4
3
+ metadata.gz: cdc001fe9bde58dfee9bfb576b5f92b946760c10
4
+ data.tar.gz: 6b8854e3c230d108acc6eb476082a7cc09762ad3
5
5
  SHA512:
6
- metadata.gz: b4a54c4159a81f476aea0424c2438702666d9bdd2b47c4e354a7997901e79156de06fe930ee353949755ca2d90a1411f634fc21d487ad9bbf12b5cb4ea4366c5
7
- data.tar.gz: 20bb364a600ab4c446f65a409729d56a56c5773106083a0813febfeff6b0a85ac765ea88873ee3d9a835553b3134eeece111a2458d1bedfd9afef342fef1838d
6
+ metadata.gz: 4e208c18d1a50679294dbc9f10bf57ba94ca6b7cb58b269281d2620c9497abb73b36a70aef1e22827bc76e90a095148231d88ac2746e5f505faf1bddd344bd18
7
+ data.tar.gz: 3772c5c785a88ec721d04102ebc5bd7b7ca96416e353336e61e029550ee09bdf62b9f4e90bcae5386790c9f2633e06301b8c29ace9923840b390dfe1c86b6150
data/Gemfile.lock CHANGED
@@ -1,47 +1,45 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mongoid-audit (1.2.2)
4
+ mongoid-audit (1.3.0)
5
5
  activesupport
6
6
  glebtv_mongoid_userstamp
7
7
  kaminari-mongoid
8
8
  mongoid (>= 4.0.0, < 7.0)
9
- mongoid-history (~> 0.5.0)
9
+ mongoid-history (~> 0.6.0)
10
10
 
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actionpack (4.2.6)
15
- actionview (= 4.2.6)
16
- activesupport (= 4.2.6)
17
- rack (~> 1.6)
18
- rack-test (~> 0.6.2)
19
- rails-dom-testing (~> 1.0, >= 1.0.5)
14
+ actionpack (5.0.0.1)
15
+ actionview (= 5.0.0.1)
16
+ activesupport (= 5.0.0.1)
17
+ rack (~> 2.0)
18
+ rack-test (~> 0.6.3)
19
+ rails-dom-testing (~> 2.0)
20
20
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
21
- actionview (4.2.6)
22
- activesupport (= 4.2.6)
21
+ actionview (5.0.0.1)
22
+ activesupport (= 5.0.0.1)
23
23
  builder (~> 3.1)
24
24
  erubis (~> 2.7.0)
25
- rails-dom-testing (~> 1.0, >= 1.0.5)
25
+ rails-dom-testing (~> 2.0)
26
26
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- activemodel (4.2.6)
28
- activesupport (= 4.2.6)
29
- builder (~> 3.1)
30
- activesupport (4.2.6)
27
+ activemodel (5.0.0.1)
28
+ activesupport (= 5.0.0.1)
29
+ activesupport (5.0.0.1)
30
+ concurrent-ruby (~> 1.0, >= 1.0.2)
31
31
  i18n (~> 0.7)
32
- json (~> 1.7, >= 1.7.7)
33
32
  minitest (~> 5.1)
34
- thread_safe (~> 0.3, >= 0.3.4)
35
33
  tzinfo (~> 1.1)
36
34
  bson (4.1.1)
37
35
  builder (3.2.2)
36
+ concurrent-ruby (1.0.2)
38
37
  easy_diff (1.0.0)
39
38
  erubis (2.7.0)
40
- glebtv_mongoid_userstamp (0.6.1)
39
+ glebtv_mongoid_userstamp (0.6.2)
41
40
  mongoid (>= 4.0.0, < 6.1)
42
41
  request_store
43
42
  i18n (0.7.0)
44
- json (1.8.3)
45
43
  kaminari (0.17.0)
46
44
  actionpack (>= 3.0.0)
47
45
  activesupport (>= 3.0.0)
@@ -51,17 +49,15 @@ GEM
51
49
  nokogiri (>= 1.5.9)
52
50
  mini_portile2 (2.1.0)
53
51
  minitest (5.9.0)
54
- mongo (2.2.5)
55
- bson (~> 4.0)
56
- mongoid (5.1.3)
57
- activemodel (~> 4.0)
58
- mongo (~> 2.1)
59
- origin (~> 2.2)
60
- tzinfo (>= 0.3.37)
52
+ mongo (2.3.0)
53
+ bson (~> 4.1)
54
+ mongoid (6.0.0)
55
+ activemodel (~> 5.0)
56
+ mongo (~> 2.3)
61
57
  mongoid-compatibility (0.4.0)
62
58
  activesupport
63
59
  mongoid (>= 2.0)
64
- mongoid-history (0.5.0)
60
+ mongoid-history (0.6.0)
65
61
  activesupport
66
62
  easy_diff
67
63
  mongoid (>= 3.0)
@@ -69,20 +65,16 @@ GEM
69
65
  nokogiri (1.6.8)
70
66
  mini_portile2 (~> 2.1.0)
71
67
  pkg-config (~> 1.1.7)
72
- origin (2.2.0)
73
68
  pkg-config (1.1.7)
74
- rack (1.6.4)
69
+ rack (2.0.1)
75
70
  rack-test (0.6.3)
76
71
  rack (>= 1.0)
77
- rails-deprecated_sanitizer (1.0.3)
78
- activesupport (>= 4.2.0.alpha)
79
- rails-dom-testing (1.0.7)
80
- activesupport (>= 4.2.0.beta, < 5.0)
72
+ rails-dom-testing (2.0.1)
73
+ activesupport (>= 4.2.0, < 6.0)
81
74
  nokogiri (~> 1.6.0)
82
- rails-deprecated_sanitizer (>= 1.0.1)
83
75
  rails-html-sanitizer (1.0.3)
84
76
  loofah (~> 2.0)
85
- rake (11.2.2)
77
+ rake (11.3.0)
86
78
  request_store (1.3.1)
87
79
  thread_safe (0.3.5)
88
80
  tzinfo (1.2.2)
@@ -1,5 +1,5 @@
1
1
  module Mongoid
2
2
  module Audit
3
- VERSION = "1.2.2"
3
+ VERSION = "1.3.0"
4
4
  end
5
5
  end
@@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
18
18
  gem.require_paths = ["lib"]
19
19
 
20
20
  gem.add_dependency 'mongoid', ['>= 4.0.0', '< 7.0']
21
- gem.add_dependency 'mongoid-history', '~> 0.5.0'
21
+ gem.add_dependency 'mongoid-history', '~> 0.6.0'
22
22
  gem.add_dependency 'activesupport'
23
23
  gem.add_dependency 'kaminari-mongoid'
24
24
  gem.add_dependency 'glebtv_mongoid_userstamp'
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.2.2
4
+ version: 1.3.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: 2016-07-04 00:00:00.000000000 Z
11
+ date: 2016-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mongoid
@@ -36,14 +36,14 @@ dependencies:
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: 0.5.0
39
+ version: 0.6.0
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: 0.5.0
46
+ version: 0.6.0
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: activesupport
49
49
  requirement: !ruby/object:Gem::Requirement