active_record-log_deleted 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +55 -54
- data/lib/active_record/log_deleted/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5004e90ec3bc9139bf29f8cb49f3748654f4dc1b3ae5dc4a3eb7a3c8313b0dac
|
4
|
+
data.tar.gz: 052440ac024065ff96a125a91385852e426c9a945001c34b4f65ad779abecfc8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9034fa979249fceb916456fccae8f89b4d390f64dc8568f91051491bc24854b7529bf3eca67fb520e310a264ad4b9aa37c8ce2ca37111a965134e337568e8c59
|
7
|
+
data.tar.gz: 722926e5dfc8ca09da5adb906b08c0b572b7a4baac1a0f38b1a68b0bae8ddbb387ccf797ab64104417a3e2d58e57ee107a160f3bd11fee2eabe5179d9190ff8b
|
data/Gemfile.lock
CHANGED
@@ -1,58 +1,60 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
active_record-log_deleted (0.2.
|
4
|
+
active_record-log_deleted (0.2.2)
|
5
5
|
activerecord (>= 5.2, < 7.0)
|
6
6
|
pg
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actionpack (6.
|
12
|
-
actionview (= 6.
|
13
|
-
activesupport (= 6.
|
14
|
-
rack (~> 2.0, >= 2.0.
|
11
|
+
actionpack (6.1.1)
|
12
|
+
actionview (= 6.1.1)
|
13
|
+
activesupport (= 6.1.1)
|
14
|
+
rack (~> 2.0, >= 2.0.9)
|
15
15
|
rack-test (>= 0.6.3)
|
16
16
|
rails-dom-testing (~> 2.0)
|
17
17
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
18
|
-
actionview (6.
|
19
|
-
activesupport (= 6.
|
18
|
+
actionview (6.1.1)
|
19
|
+
activesupport (= 6.1.1)
|
20
20
|
builder (~> 3.1)
|
21
21
|
erubi (~> 1.4)
|
22
22
|
rails-dom-testing (~> 2.0)
|
23
23
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
24
|
-
activemodel (6.
|
25
|
-
activesupport (= 6.
|
26
|
-
activerecord (6.
|
27
|
-
activemodel (= 6.
|
28
|
-
activesupport (= 6.
|
29
|
-
activesupport (6.
|
24
|
+
activemodel (6.1.1)
|
25
|
+
activesupport (= 6.1.1)
|
26
|
+
activerecord (6.1.1)
|
27
|
+
activemodel (= 6.1.1)
|
28
|
+
activesupport (= 6.1.1)
|
29
|
+
activesupport (6.1.1)
|
30
30
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
31
|
-
i18n (>=
|
32
|
-
minitest (
|
33
|
-
tzinfo (~>
|
34
|
-
zeitwerk (~> 2.
|
31
|
+
i18n (>= 1.6, < 2)
|
32
|
+
minitest (>= 5.1)
|
33
|
+
tzinfo (~> 2.0)
|
34
|
+
zeitwerk (~> 2.3)
|
35
35
|
builder (3.2.4)
|
36
|
-
combustion (1.3.
|
36
|
+
combustion (1.3.1)
|
37
37
|
activesupport (>= 3.0.0)
|
38
38
|
railties (>= 3.0.0)
|
39
39
|
thor (>= 0.14.6)
|
40
|
-
concurrent-ruby (1.1.
|
40
|
+
concurrent-ruby (1.1.8)
|
41
41
|
crass (1.0.6)
|
42
|
-
diff-lcs (1.
|
43
|
-
erubi (1.
|
44
|
-
i18n (1.8.
|
42
|
+
diff-lcs (1.4.4)
|
43
|
+
erubi (1.10.0)
|
44
|
+
i18n (1.8.7)
|
45
45
|
concurrent-ruby (~> 1.0)
|
46
|
-
loofah (2.
|
46
|
+
loofah (2.9.0)
|
47
47
|
crass (~> 1.0.2)
|
48
48
|
nokogiri (>= 1.5.9)
|
49
49
|
method_source (1.0.0)
|
50
|
-
mini_portile2 (2.
|
51
|
-
minitest (5.14.
|
52
|
-
nokogiri (1.
|
53
|
-
mini_portile2 (~> 2.
|
50
|
+
mini_portile2 (2.5.0)
|
51
|
+
minitest (5.14.3)
|
52
|
+
nokogiri (1.11.1)
|
53
|
+
mini_portile2 (~> 2.5.0)
|
54
|
+
racc (~> 1.4)
|
54
55
|
pg (1.2.3)
|
55
|
-
|
56
|
+
racc (1.5.2)
|
57
|
+
rack (2.2.3)
|
56
58
|
rack-test (1.1.0)
|
57
59
|
rack (>= 1.0, < 3)
|
58
60
|
rails-dom-testing (2.0.3)
|
@@ -60,39 +62,38 @@ GEM
|
|
60
62
|
nokogiri (>= 1.6)
|
61
63
|
rails-html-sanitizer (1.3.0)
|
62
64
|
loofah (~> 2.3)
|
63
|
-
railties (6.
|
64
|
-
actionpack (= 6.
|
65
|
-
activesupport (= 6.
|
65
|
+
railties (6.1.1)
|
66
|
+
actionpack (= 6.1.1)
|
67
|
+
activesupport (= 6.1.1)
|
66
68
|
method_source
|
67
69
|
rake (>= 0.8.7)
|
68
|
-
thor (
|
69
|
-
rake (13.0.
|
70
|
-
rspec (3.
|
71
|
-
rspec-core (~> 3.
|
72
|
-
rspec-expectations (~> 3.
|
73
|
-
rspec-mocks (~> 3.
|
74
|
-
rspec-core (3.
|
75
|
-
rspec-support (~> 3.
|
76
|
-
rspec-expectations (3.
|
70
|
+
thor (~> 1.0)
|
71
|
+
rake (13.0.3)
|
72
|
+
rspec (3.10.0)
|
73
|
+
rspec-core (~> 3.10.0)
|
74
|
+
rspec-expectations (~> 3.10.0)
|
75
|
+
rspec-mocks (~> 3.10.0)
|
76
|
+
rspec-core (3.10.1)
|
77
|
+
rspec-support (~> 3.10.0)
|
78
|
+
rspec-expectations (3.10.1)
|
77
79
|
diff-lcs (>= 1.2.0, < 2.0)
|
78
|
-
rspec-support (~> 3.
|
79
|
-
rspec-mocks (3.
|
80
|
+
rspec-support (~> 3.10.0)
|
81
|
+
rspec-mocks (3.10.1)
|
80
82
|
diff-lcs (>= 1.2.0, < 2.0)
|
81
|
-
rspec-support (~> 3.
|
82
|
-
rspec-rails (4.0.
|
83
|
+
rspec-support (~> 3.10.0)
|
84
|
+
rspec-rails (4.0.2)
|
83
85
|
actionpack (>= 4.2)
|
84
86
|
activesupport (>= 4.2)
|
85
87
|
railties (>= 4.2)
|
86
|
-
rspec-core (~> 3.
|
87
|
-
rspec-expectations (~> 3.
|
88
|
-
rspec-mocks (~> 3.
|
89
|
-
rspec-support (~> 3.
|
90
|
-
rspec-support (3.
|
91
|
-
thor (1.0
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
zeitwerk (2.3.0)
|
88
|
+
rspec-core (~> 3.10)
|
89
|
+
rspec-expectations (~> 3.10)
|
90
|
+
rspec-mocks (~> 3.10)
|
91
|
+
rspec-support (~> 3.10)
|
92
|
+
rspec-support (3.10.1)
|
93
|
+
thor (1.1.0)
|
94
|
+
tzinfo (2.0.4)
|
95
|
+
concurrent-ruby (~> 1.0)
|
96
|
+
zeitwerk (2.4.2)
|
96
97
|
|
97
98
|
PLATFORMS
|
98
99
|
ruby
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_record-log_deleted
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- matthew fong
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-01-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -132,7 +132,7 @@ metadata:
|
|
132
132
|
homepage_uri: https://github.com/hoverinc/active_record-log_deleted
|
133
133
|
source_code_uri: https://github.com/hoverinc/active_record-log_deleted
|
134
134
|
changelog_uri: https://github.com/hoverinc/active_record-log_deleted/blob/master/CHANGELOG.md
|
135
|
-
post_install_message:
|
135
|
+
post_install_message:
|
136
136
|
rdoc_options: []
|
137
137
|
require_paths:
|
138
138
|
- lib
|
@@ -148,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
148
148
|
version: '0'
|
149
149
|
requirements: []
|
150
150
|
rubygems_version: 3.1.2
|
151
|
-
signing_key:
|
151
|
+
signing_key:
|
152
152
|
specification_version: 4
|
153
153
|
summary: ActiveRecord migration methods for logging deleted records
|
154
154
|
test_files: []
|