active_record-log_deleted 0.2.2 → 0.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 +4 -4
- data/Gemfile.lock +38 -38
- data/active_record-log_deleted.gemspec +1 -1
- 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: 4d3963d533092074a82f0c722825e1c662a6f2a67d3e75b62aca7b4533788497
|
|
4
|
+
data.tar.gz: 9c34203c31d671687ad0c960540f7df3717324d8b77eb8fb9dbcfba2284df2fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c61548f52359bd927ed2e7321b245f17a350a2720c9a586b00743cad3acf6a812a95d8dc2f20a5732d8967f772ca1d3ce62325a479ca4dfa79b295e628def8b1
|
|
7
|
+
data.tar.gz: fed8b70ab8963a72a648f8e80f08e52b4d06458caf2699c2e65904de72bea9f38af090ac72b12d246d9d2c25d4d6841df257b2572cb4b3504d18c5b133d01676
|
data/Gemfile.lock
CHANGED
|
@@ -1,74 +1,74 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
active_record-log_deleted (0.
|
|
5
|
-
activerecord (>= 5.2, <
|
|
4
|
+
active_record-log_deleted (0.3.0)
|
|
5
|
+
activerecord (>= 5.2, < 8.0)
|
|
6
6
|
pg
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
|
-
actionpack (
|
|
12
|
-
actionview (=
|
|
13
|
-
activesupport (=
|
|
14
|
-
rack (~> 2.0, >= 2.0
|
|
11
|
+
actionpack (7.0.0)
|
|
12
|
+
actionview (= 7.0.0)
|
|
13
|
+
activesupport (= 7.0.0)
|
|
14
|
+
rack (~> 2.0, >= 2.2.0)
|
|
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 (
|
|
19
|
-
activesupport (=
|
|
18
|
+
actionview (7.0.0)
|
|
19
|
+
activesupport (= 7.0.0)
|
|
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 (
|
|
25
|
-
activesupport (=
|
|
26
|
-
activerecord (
|
|
27
|
-
activemodel (=
|
|
28
|
-
activesupport (=
|
|
29
|
-
activesupport (
|
|
24
|
+
activemodel (7.0.0)
|
|
25
|
+
activesupport (= 7.0.0)
|
|
26
|
+
activerecord (7.0.0)
|
|
27
|
+
activemodel (= 7.0.0)
|
|
28
|
+
activesupport (= 7.0.0)
|
|
29
|
+
activesupport (7.0.0)
|
|
30
30
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
31
31
|
i18n (>= 1.6, < 2)
|
|
32
32
|
minitest (>= 5.1)
|
|
33
33
|
tzinfo (~> 2.0)
|
|
34
|
-
zeitwerk (~> 2.3)
|
|
35
34
|
builder (3.2.4)
|
|
36
|
-
combustion (1.3.
|
|
35
|
+
combustion (1.3.5)
|
|
37
36
|
activesupport (>= 3.0.0)
|
|
38
37
|
railties (>= 3.0.0)
|
|
39
38
|
thor (>= 0.14.6)
|
|
40
|
-
concurrent-ruby (1.1.
|
|
39
|
+
concurrent-ruby (1.1.9)
|
|
41
40
|
crass (1.0.6)
|
|
42
41
|
diff-lcs (1.4.4)
|
|
43
42
|
erubi (1.10.0)
|
|
44
|
-
i18n (1.8.
|
|
43
|
+
i18n (1.8.11)
|
|
45
44
|
concurrent-ruby (~> 1.0)
|
|
46
|
-
loofah (2.
|
|
45
|
+
loofah (2.13.0)
|
|
47
46
|
crass (~> 1.0.2)
|
|
48
47
|
nokogiri (>= 1.5.9)
|
|
49
48
|
method_source (1.0.0)
|
|
50
|
-
mini_portile2 (2.
|
|
51
|
-
minitest (5.
|
|
52
|
-
nokogiri (1.
|
|
53
|
-
mini_portile2 (~> 2.
|
|
49
|
+
mini_portile2 (2.6.1)
|
|
50
|
+
minitest (5.15.0)
|
|
51
|
+
nokogiri (1.12.5)
|
|
52
|
+
mini_portile2 (~> 2.6.1)
|
|
54
53
|
racc (~> 1.4)
|
|
55
54
|
pg (1.2.3)
|
|
56
|
-
racc (1.
|
|
55
|
+
racc (1.6.0)
|
|
57
56
|
rack (2.2.3)
|
|
58
57
|
rack-test (1.1.0)
|
|
59
58
|
rack (>= 1.0, < 3)
|
|
60
59
|
rails-dom-testing (2.0.3)
|
|
61
60
|
activesupport (>= 4.2.0)
|
|
62
61
|
nokogiri (>= 1.6)
|
|
63
|
-
rails-html-sanitizer (1.
|
|
62
|
+
rails-html-sanitizer (1.4.2)
|
|
64
63
|
loofah (~> 2.3)
|
|
65
|
-
railties (
|
|
66
|
-
actionpack (=
|
|
67
|
-
activesupport (=
|
|
64
|
+
railties (7.0.0)
|
|
65
|
+
actionpack (= 7.0.0)
|
|
66
|
+
activesupport (= 7.0.0)
|
|
68
67
|
method_source
|
|
69
|
-
rake (>=
|
|
68
|
+
rake (>= 12.2)
|
|
70
69
|
thor (~> 1.0)
|
|
71
|
-
|
|
70
|
+
zeitwerk (~> 2.5)
|
|
71
|
+
rake (13.0.6)
|
|
72
72
|
rspec (3.10.0)
|
|
73
73
|
rspec-core (~> 3.10.0)
|
|
74
74
|
rspec-expectations (~> 3.10.0)
|
|
@@ -78,22 +78,22 @@ GEM
|
|
|
78
78
|
rspec-expectations (3.10.1)
|
|
79
79
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
80
80
|
rspec-support (~> 3.10.0)
|
|
81
|
-
rspec-mocks (3.10.
|
|
81
|
+
rspec-mocks (3.10.2)
|
|
82
82
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
83
83
|
rspec-support (~> 3.10.0)
|
|
84
|
-
rspec-rails (
|
|
85
|
-
actionpack (>=
|
|
86
|
-
activesupport (>=
|
|
87
|
-
railties (>=
|
|
84
|
+
rspec-rails (5.0.2)
|
|
85
|
+
actionpack (>= 5.2)
|
|
86
|
+
activesupport (>= 5.2)
|
|
87
|
+
railties (>= 5.2)
|
|
88
88
|
rspec-core (~> 3.10)
|
|
89
89
|
rspec-expectations (~> 3.10)
|
|
90
90
|
rspec-mocks (~> 3.10)
|
|
91
91
|
rspec-support (~> 3.10)
|
|
92
|
-
rspec-support (3.10.
|
|
92
|
+
rspec-support (3.10.3)
|
|
93
93
|
thor (1.1.0)
|
|
94
94
|
tzinfo (2.0.4)
|
|
95
95
|
concurrent-ruby (~> 1.0)
|
|
96
|
-
zeitwerk (2.
|
|
96
|
+
zeitwerk (2.5.1)
|
|
97
97
|
|
|
98
98
|
PLATFORMS
|
|
99
99
|
ruby
|
|
@@ -106,4 +106,4 @@ DEPENDENCIES
|
|
|
106
106
|
rspec-rails
|
|
107
107
|
|
|
108
108
|
BUNDLED WITH
|
|
109
|
-
2.
|
|
109
|
+
2.2.33
|
|
@@ -30,6 +30,6 @@ Gem::Specification.new do |spec|
|
|
|
30
30
|
spec.add_development_dependency "combustion"
|
|
31
31
|
spec.add_development_dependency "rspec-rails"
|
|
32
32
|
|
|
33
|
-
spec.add_runtime_dependency "activerecord", ">= 5.2", "<
|
|
33
|
+
spec.add_runtime_dependency "activerecord", ">= 5.2", "< 8.0"
|
|
34
34
|
spec.add_runtime_dependency "pg"
|
|
35
35
|
end
|
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.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- matthew fong
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-12-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -75,7 +75,7 @@ dependencies:
|
|
|
75
75
|
version: '5.2'
|
|
76
76
|
- - "<"
|
|
77
77
|
- !ruby/object:Gem::Version
|
|
78
|
-
version: '
|
|
78
|
+
version: '8.0'
|
|
79
79
|
type: :runtime
|
|
80
80
|
prerelease: false
|
|
81
81
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -85,7 +85,7 @@ dependencies:
|
|
|
85
85
|
version: '5.2'
|
|
86
86
|
- - "<"
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
|
-
version: '
|
|
88
|
+
version: '8.0'
|
|
89
89
|
- !ruby/object:Gem::Dependency
|
|
90
90
|
name: pg
|
|
91
91
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -147,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
147
147
|
- !ruby/object:Gem::Version
|
|
148
148
|
version: '0'
|
|
149
149
|
requirements: []
|
|
150
|
-
rubygems_version: 3.
|
|
150
|
+
rubygems_version: 3.2.32
|
|
151
151
|
signing_key:
|
|
152
152
|
specification_version: 4
|
|
153
153
|
summary: ActiveRecord migration methods for logging deleted records
|