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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f284084ca35a0f5a736f10a0fa55f6e77f05a7216bc9e33fa39abb94a5e19bf6
4
- data.tar.gz: 821178b4f7c45e581ac526af9a50ad6c4837aed1064f8e930998797021423708
3
+ metadata.gz: 5004e90ec3bc9139bf29f8cb49f3748654f4dc1b3ae5dc4a3eb7a3c8313b0dac
4
+ data.tar.gz: 052440ac024065ff96a125a91385852e426c9a945001c34b4f65ad779abecfc8
5
5
  SHA512:
6
- metadata.gz: 0c588b222e6e5d892fa38de4db22f207d5174cd557c1d86d8f6a883660f21085e4455d4285749fa6b480664a31e98481e801d93de752ef7dd20a7edd0fe0e2e5
7
- data.tar.gz: 6eb391876f64e6abb1a7d0380fb33ec93a6606ac12e38092bf8d804a2edd5380f1474e7b2198acf3a9a920e54ecf94f90a52731b030bb8ea42cc1f0f0d6dcdfb
6
+ metadata.gz: 9034fa979249fceb916456fccae8f89b4d390f64dc8568f91051491bc24854b7529bf3eca67fb520e310a264ad4b9aa37c8ce2ca37111a965134e337568e8c59
7
+ data.tar.gz: 722926e5dfc8ca09da5adb906b08c0b572b7a4baac1a0f38b1a68b0bae8ddbb387ccf797ab64104417a3e2d58e57ee107a160f3bd11fee2eabe5179d9190ff8b
@@ -1,58 +1,60 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_record-log_deleted (0.2.1)
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.0.3.1)
12
- actionview (= 6.0.3.1)
13
- activesupport (= 6.0.3.1)
14
- rack (~> 2.0, >= 2.0.8)
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.0.3.1)
19
- activesupport (= 6.0.3.1)
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.0.3.1)
25
- activesupport (= 6.0.3.1)
26
- activerecord (6.0.3.1)
27
- activemodel (= 6.0.3.1)
28
- activesupport (= 6.0.3.1)
29
- activesupport (6.0.3.1)
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 (>= 0.7, < 2)
32
- minitest (~> 5.1)
33
- tzinfo (~> 1.1)
34
- zeitwerk (~> 2.2, >= 2.2.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.0)
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.6)
40
+ concurrent-ruby (1.1.8)
41
41
  crass (1.0.6)
42
- diff-lcs (1.3)
43
- erubi (1.9.0)
44
- i18n (1.8.3)
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.5.0)
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.4.0)
51
- minitest (5.14.1)
52
- nokogiri (1.10.9)
53
- mini_portile2 (~> 2.4.0)
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
- rack (2.2.2)
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.0.3.1)
64
- actionpack (= 6.0.3.1)
65
- activesupport (= 6.0.3.1)
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 (>= 0.20.3, < 2.0)
69
- rake (13.0.1)
70
- rspec (3.9.0)
71
- rspec-core (~> 3.9.0)
72
- rspec-expectations (~> 3.9.0)
73
- rspec-mocks (~> 3.9.0)
74
- rspec-core (3.9.2)
75
- rspec-support (~> 3.9.3)
76
- rspec-expectations (3.9.2)
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.9.0)
79
- rspec-mocks (3.9.1)
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.9.0)
82
- rspec-rails (4.0.1)
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.9)
87
- rspec-expectations (~> 3.9)
88
- rspec-mocks (~> 3.9)
89
- rspec-support (~> 3.9)
90
- rspec-support (3.9.3)
91
- thor (1.0.1)
92
- thread_safe (0.3.6)
93
- tzinfo (1.2.7)
94
- thread_safe (~> 0.1)
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
@@ -1,5 +1,5 @@
1
1
  module ActiveRecord
2
2
  module LogDeleted
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
5
5
  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.2.1
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: 2020-06-19 00:00:00.000000000 Z
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: []