archive_hook 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: 19b341cbc8d91d83b80ff2c777b6c2abba0218ac6ad5e2ff1babee26a9f39502
4
- data.tar.gz: a1c5c5ff85989613db345b5bb5a173e164e96a1d55776a7bf6a199c7d63604e7
3
+ metadata.gz: 8e28890f3f0aa049ddfd3d24e63157b586c45d648c7f1fd186b27b5f285e7198
4
+ data.tar.gz: 52273e4374126d9ee717badf9f3e674774644447559101ac04ff20dcc50b8257
5
5
  SHA512:
6
- metadata.gz: c3f0b6235c99999eb379cd8985902464b568f0cf5c68e8453aa88226cca508fb3a4a398671ef70b5d6124dc048bcf0ef897344eb3f3f8f5316fab87c39ff0efd
7
- data.tar.gz: aeb121668ac39e8f9b2b95e69a4a4332371657ad0b1e554e834d06cb2738fcc71bc3454fa3c11b95e54a6aaa086f726bcd52650f98232df7a4c44ba33f4a857c
6
+ metadata.gz: e194db706bc79ddbadbc41328da3956756aeecb3f99feeb313e4bf19c6fe764f27b2f23ab39e7a83a5c905bcbf113103569a261c21a23b039a559669f0462903
7
+ data.tar.gz: 96cdf5ff4e22b1186cac5810129a287fa576d828c8df2981e64ee050a39ce8d93b5651132c0e162700eda2939aa826924c0440ebaafde9c238eb63be6e151af3
data/.gitignore CHANGED
@@ -6,6 +6,7 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
+ Gemfile.lock
9
10
 
10
11
  # rspec failure tracking
11
12
  .rspec_status
@@ -1,3 +1,3 @@
1
1
  module ArchiveHook
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: archive_hook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - alvir
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-08-27 00:00:00.000000000 Z
11
+ date: 2026-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -66,7 +66,6 @@ files:
66
66
  - ".travis.yml"
67
67
  - CODE_OF_CONDUCT.md
68
68
  - Gemfile
69
- - Gemfile.lock
70
69
  - LICENSE.txt
71
70
  - README.md
72
71
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,176 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- archive_hook (0.1.0)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- actioncable (6.1.4.7)
10
- actionpack (= 6.1.4.7)
11
- activesupport (= 6.1.4.7)
12
- nio4r (~> 2.0)
13
- websocket-driver (>= 0.6.1)
14
- actionmailbox (6.1.4.7)
15
- actionpack (= 6.1.4.7)
16
- activejob (= 6.1.4.7)
17
- activerecord (= 6.1.4.7)
18
- activestorage (= 6.1.4.7)
19
- activesupport (= 6.1.4.7)
20
- mail (>= 2.7.1)
21
- actionmailer (6.1.4.7)
22
- actionpack (= 6.1.4.7)
23
- actionview (= 6.1.4.7)
24
- activejob (= 6.1.4.7)
25
- activesupport (= 6.1.4.7)
26
- mail (~> 2.5, >= 2.5.4)
27
- rails-dom-testing (~> 2.0)
28
- actionpack (6.1.4.7)
29
- actionview (= 6.1.4.7)
30
- activesupport (= 6.1.4.7)
31
- rack (~> 2.0, >= 2.0.9)
32
- rack-test (>= 0.6.3)
33
- rails-dom-testing (~> 2.0)
34
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
35
- actiontext (6.1.4.7)
36
- actionpack (= 6.1.4.7)
37
- activerecord (= 6.1.4.7)
38
- activestorage (= 6.1.4.7)
39
- activesupport (= 6.1.4.7)
40
- nokogiri (>= 1.8.5)
41
- actionview (6.1.4.7)
42
- activesupport (= 6.1.4.7)
43
- builder (~> 3.1)
44
- erubi (~> 1.4)
45
- rails-dom-testing (~> 2.0)
46
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
47
- activejob (6.1.4.7)
48
- activesupport (= 6.1.4.7)
49
- globalid (>= 0.3.6)
50
- activemodel (6.1.4.7)
51
- activesupport (= 6.1.4.7)
52
- activerecord (6.1.4.7)
53
- activemodel (= 6.1.4.7)
54
- activesupport (= 6.1.4.7)
55
- activestorage (6.1.4.7)
56
- actionpack (= 6.1.4.7)
57
- activejob (= 6.1.4.7)
58
- activerecord (= 6.1.4.7)
59
- activesupport (= 6.1.4.7)
60
- marcel (~> 1.0.0)
61
- mini_mime (>= 1.1.0)
62
- activesupport (6.1.4.7)
63
- concurrent-ruby (~> 1.0, >= 1.0.2)
64
- i18n (>= 1.6, < 2)
65
- minitest (>= 5.1)
66
- tzinfo (~> 2.0)
67
- zeitwerk (~> 2.3)
68
- builder (3.2.4)
69
- concurrent-ruby (1.2.2)
70
- crass (1.0.6)
71
- date (3.3.3)
72
- diff-lcs (1.5.0)
73
- erubi (1.12.0)
74
- globalid (1.1.0)
75
- activesupport (>= 5.0)
76
- i18n (1.14.1)
77
- concurrent-ruby (~> 1.0)
78
- loofah (2.21.3)
79
- crass (~> 1.0.2)
80
- nokogiri (>= 1.12.0)
81
- mail (2.8.1)
82
- mini_mime (>= 0.1.1)
83
- net-imap
84
- net-pop
85
- net-smtp
86
- marcel (1.0.2)
87
- method_source (1.0.0)
88
- mini_mime (1.1.2)
89
- minitest (5.18.1)
90
- net-imap (0.3.6)
91
- date
92
- net-protocol
93
- net-pop (0.1.2)
94
- net-protocol
95
- net-protocol (0.2.1)
96
- timeout
97
- net-smtp (0.3.3)
98
- net-protocol
99
- nio4r (2.5.9)
100
- nokogiri (1.13.10-x86_64-darwin)
101
- racc (~> 1.4)
102
- pg (1.5.3)
103
- racc (1.7.1)
104
- rack (2.2.7)
105
- rack-test (2.1.0)
106
- rack (>= 1.3)
107
- rails (6.1.4.7)
108
- actioncable (= 6.1.4.7)
109
- actionmailbox (= 6.1.4.7)
110
- actionmailer (= 6.1.4.7)
111
- actionpack (= 6.1.4.7)
112
- actiontext (= 6.1.4.7)
113
- actionview (= 6.1.4.7)
114
- activejob (= 6.1.4.7)
115
- activemodel (= 6.1.4.7)
116
- activerecord (= 6.1.4.7)
117
- activestorage (= 6.1.4.7)
118
- activesupport (= 6.1.4.7)
119
- bundler (>= 1.15.0)
120
- railties (= 6.1.4.7)
121
- sprockets-rails (>= 2.0.0)
122
- rails-dom-testing (2.1.1)
123
- activesupport (>= 5.0.0)
124
- minitest
125
- nokogiri (>= 1.6)
126
- rails-html-sanitizer (1.5.0)
127
- loofah (~> 2.19, >= 2.19.1)
128
- railties (6.1.4.7)
129
- actionpack (= 6.1.4.7)
130
- activesupport (= 6.1.4.7)
131
- method_source
132
- rake (>= 0.13)
133
- thor (~> 1.0)
134
- rake (10.5.0)
135
- rspec (3.12.0)
136
- rspec-core (~> 3.12.0)
137
- rspec-expectations (~> 3.12.0)
138
- rspec-mocks (~> 3.12.0)
139
- rspec-core (3.12.2)
140
- rspec-support (~> 3.12.0)
141
- rspec-expectations (3.12.3)
142
- diff-lcs (>= 1.2.0, < 2.0)
143
- rspec-support (~> 3.12.0)
144
- rspec-mocks (3.12.6)
145
- diff-lcs (>= 1.2.0, < 2.0)
146
- rspec-support (~> 3.12.0)
147
- rspec-support (3.12.1)
148
- sprockets (4.2.0)
149
- concurrent-ruby (~> 1.0)
150
- rack (>= 2.2.4, < 4)
151
- sprockets-rails (3.4.2)
152
- actionpack (>= 5.2)
153
- activesupport (>= 5.2)
154
- sprockets (>= 3.0.0)
155
- thor (1.2.2)
156
- timeout (0.4.0)
157
- tzinfo (2.0.6)
158
- concurrent-ruby (~> 1.0)
159
- websocket-driver (0.7.5)
160
- websocket-extensions (>= 0.1.0)
161
- websocket-extensions (0.1.5)
162
- zeitwerk (2.6.8)
163
-
164
- PLATFORMS
165
- x86_64-darwin-20
166
-
167
- DEPENDENCIES
168
- archive_hook!
169
- bundler (~> 2.3)
170
- pg
171
- rails (~> 6.1)
172
- rake (~> 10.0)
173
- rspec (~> 3.0)
174
-
175
- BUNDLED WITH
176
- 2.3.26