active_storage-cloud_transformations 0.3.0 → 0.4.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.
@@ -0,0 +1,279 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ active_storage-cloud_transformations (0.4.0)
5
+ activestorage (>= 7.2)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (7.2.0)
11
+ actionpack (= 7.2.0)
12
+ activesupport (= 7.2.0)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (>= 0.6.1)
15
+ zeitwerk (~> 2.6)
16
+ actionmailbox (7.2.0)
17
+ actionpack (= 7.2.0)
18
+ activejob (= 7.2.0)
19
+ activerecord (= 7.2.0)
20
+ activestorage (= 7.2.0)
21
+ activesupport (= 7.2.0)
22
+ mail (>= 2.8.0)
23
+ actionmailer (7.2.0)
24
+ actionpack (= 7.2.0)
25
+ actionview (= 7.2.0)
26
+ activejob (= 7.2.0)
27
+ activesupport (= 7.2.0)
28
+ mail (>= 2.8.0)
29
+ rails-dom-testing (~> 2.2)
30
+ actionpack (7.2.0)
31
+ actionview (= 7.2.0)
32
+ activesupport (= 7.2.0)
33
+ nokogiri (>= 1.8.5)
34
+ racc
35
+ rack (>= 2.2.4, < 3.2)
36
+ rack-session (>= 1.0.1)
37
+ rack-test (>= 0.6.3)
38
+ rails-dom-testing (~> 2.2)
39
+ rails-html-sanitizer (~> 1.6)
40
+ useragent (~> 0.16)
41
+ actiontext (7.2.0)
42
+ actionpack (= 7.2.0)
43
+ activerecord (= 7.2.0)
44
+ activestorage (= 7.2.0)
45
+ activesupport (= 7.2.0)
46
+ globalid (>= 0.6.0)
47
+ nokogiri (>= 1.8.5)
48
+ actionview (7.2.0)
49
+ activesupport (= 7.2.0)
50
+ builder (~> 3.1)
51
+ erubi (~> 1.11)
52
+ rails-dom-testing (~> 2.2)
53
+ rails-html-sanitizer (~> 1.6)
54
+ activejob (7.2.0)
55
+ activesupport (= 7.2.0)
56
+ globalid (>= 0.3.6)
57
+ activemodel (7.2.0)
58
+ activesupport (= 7.2.0)
59
+ activerecord (7.2.0)
60
+ activemodel (= 7.2.0)
61
+ activesupport (= 7.2.0)
62
+ timeout (>= 0.4.0)
63
+ activestorage (7.2.0)
64
+ actionpack (= 7.2.0)
65
+ activejob (= 7.2.0)
66
+ activerecord (= 7.2.0)
67
+ activesupport (= 7.2.0)
68
+ marcel (~> 1.0)
69
+ activesupport (7.2.0)
70
+ base64
71
+ bigdecimal
72
+ concurrent-ruby (~> 1.0, >= 1.3.1)
73
+ connection_pool (>= 2.2.5)
74
+ drb
75
+ i18n (>= 1.6, < 2)
76
+ logger (>= 1.4.2)
77
+ minitest (>= 5.1)
78
+ securerandom (>= 0.3)
79
+ tzinfo (~> 2.0, >= 2.0.5)
80
+ appraisal (2.5.0)
81
+ bundler
82
+ rake
83
+ thor (>= 0.14.0)
84
+ aws-eventstream (1.4.0)
85
+ aws-partitions (1.1179.0)
86
+ aws-sdk-core (3.236.0)
87
+ aws-eventstream (~> 1, >= 1.3.0)
88
+ aws-partitions (~> 1, >= 1.992.0)
89
+ aws-sigv4 (~> 1.9)
90
+ base64
91
+ bigdecimal
92
+ jmespath (~> 1, >= 1.6.1)
93
+ logger
94
+ aws-sdk-kms (1.116.0)
95
+ aws-sdk-core (~> 3, >= 3.234.0)
96
+ aws-sigv4 (~> 1.5)
97
+ aws-sdk-s3 (1.202.0)
98
+ aws-sdk-core (~> 3, >= 3.234.0)
99
+ aws-sdk-kms (~> 1)
100
+ aws-sigv4 (~> 1.5)
101
+ aws-sigv4 (1.12.1)
102
+ aws-eventstream (~> 1, >= 1.0.2)
103
+ base64 (0.3.0)
104
+ bigdecimal (3.3.1)
105
+ bootsnap (1.18.6)
106
+ msgpack (~> 1.2)
107
+ builder (3.3.0)
108
+ byebug (12.0.0)
109
+ concurrent-ruby (1.3.5)
110
+ connection_pool (2.5.4)
111
+ crass (1.0.6)
112
+ date (3.5.0)
113
+ diff-lcs (1.6.2)
114
+ dotenv (3.1.8)
115
+ drb (2.2.3)
116
+ erb (5.1.3)
117
+ erubi (1.13.1)
118
+ globalid (1.3.0)
119
+ activesupport (>= 6.1)
120
+ i18n (1.14.7)
121
+ concurrent-ruby (~> 1.0)
122
+ io-console (0.8.1)
123
+ irb (1.15.2)
124
+ pp (>= 0.6.0)
125
+ rdoc (>= 4.0.0)
126
+ reline (>= 0.4.2)
127
+ jmespath (1.6.2)
128
+ logger (1.7.0)
129
+ loofah (2.24.1)
130
+ crass (~> 1.0.2)
131
+ nokogiri (>= 1.12.0)
132
+ mail (2.9.0)
133
+ logger
134
+ mini_mime (>= 0.1.1)
135
+ net-imap
136
+ net-pop
137
+ net-smtp
138
+ marcel (1.1.0)
139
+ mini_mime (1.1.5)
140
+ minitest (5.26.0)
141
+ msgpack (1.8.0)
142
+ net-imap (0.5.12)
143
+ date
144
+ net-protocol
145
+ net-pop (0.1.2)
146
+ net-protocol
147
+ net-protocol (0.2.2)
148
+ timeout
149
+ net-smtp (0.5.1)
150
+ net-protocol
151
+ nio4r (2.7.5)
152
+ nokogiri (1.18.10-aarch64-linux-gnu)
153
+ racc (~> 1.4)
154
+ nokogiri (1.18.10-aarch64-linux-musl)
155
+ racc (~> 1.4)
156
+ nokogiri (1.18.10-arm-linux-gnu)
157
+ racc (~> 1.4)
158
+ nokogiri (1.18.10-arm-linux-musl)
159
+ racc (~> 1.4)
160
+ nokogiri (1.18.10-arm64-darwin)
161
+ racc (~> 1.4)
162
+ nokogiri (1.18.10-x86_64-darwin)
163
+ racc (~> 1.4)
164
+ nokogiri (1.18.10-x86_64-linux-gnu)
165
+ racc (~> 1.4)
166
+ nokogiri (1.18.10-x86_64-linux-musl)
167
+ racc (~> 1.4)
168
+ pp (0.6.3)
169
+ prettyprint
170
+ prettyprint (0.2.0)
171
+ psych (5.2.6)
172
+ date
173
+ stringio
174
+ racc (1.8.1)
175
+ rack (3.1.18)
176
+ rack-session (2.1.1)
177
+ base64 (>= 0.1.0)
178
+ rack (>= 3.0.0)
179
+ rack-test (2.2.0)
180
+ rack (>= 1.3)
181
+ rackup (2.2.1)
182
+ rack (>= 3)
183
+ rails (7.2.0)
184
+ actioncable (= 7.2.0)
185
+ actionmailbox (= 7.2.0)
186
+ actionmailer (= 7.2.0)
187
+ actionpack (= 7.2.0)
188
+ actiontext (= 7.2.0)
189
+ actionview (= 7.2.0)
190
+ activejob (= 7.2.0)
191
+ activemodel (= 7.2.0)
192
+ activerecord (= 7.2.0)
193
+ activestorage (= 7.2.0)
194
+ activesupport (= 7.2.0)
195
+ bundler (>= 1.15.0)
196
+ railties (= 7.2.0)
197
+ rails-dom-testing (2.3.0)
198
+ activesupport (>= 5.0.0)
199
+ minitest
200
+ nokogiri (>= 1.6)
201
+ rails-html-sanitizer (1.6.2)
202
+ loofah (~> 2.21)
203
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
204
+ railties (7.2.0)
205
+ actionpack (= 7.2.0)
206
+ activesupport (= 7.2.0)
207
+ irb (~> 1.13)
208
+ rackup (>= 1.0.0)
209
+ rake (>= 12.2)
210
+ thor (~> 1.0, >= 1.2.2)
211
+ zeitwerk (~> 2.6)
212
+ rake (13.3.1)
213
+ rdoc (6.15.1)
214
+ erb
215
+ psych (>= 4.0.0)
216
+ tsort
217
+ reline (0.6.2)
218
+ io-console (~> 0.5)
219
+ rspec (3.13.2)
220
+ rspec-core (~> 3.13.0)
221
+ rspec-expectations (~> 3.13.0)
222
+ rspec-mocks (~> 3.13.0)
223
+ rspec-core (3.13.6)
224
+ rspec-support (~> 3.13.0)
225
+ rspec-expectations (3.13.5)
226
+ diff-lcs (>= 1.2.0, < 2.0)
227
+ rspec-support (~> 3.13.0)
228
+ rspec-mocks (3.13.7)
229
+ diff-lcs (>= 1.2.0, < 2.0)
230
+ rspec-support (~> 3.13.0)
231
+ rspec-support (3.13.6)
232
+ securerandom (0.4.1)
233
+ sqlite3 (2.7.4-aarch64-linux-gnu)
234
+ sqlite3 (2.7.4-aarch64-linux-musl)
235
+ sqlite3 (2.7.4-arm-linux-gnu)
236
+ sqlite3 (2.7.4-arm-linux-musl)
237
+ sqlite3 (2.7.4-arm64-darwin)
238
+ sqlite3 (2.7.4-x86_64-darwin)
239
+ sqlite3 (2.7.4-x86_64-linux-gnu)
240
+ sqlite3 (2.7.4-x86_64-linux-musl)
241
+ stringio (3.1.7)
242
+ thor (1.4.0)
243
+ timeout (0.4.4)
244
+ tsort (0.2.0)
245
+ tzinfo (2.0.6)
246
+ concurrent-ruby (~> 1.0)
247
+ useragent (0.16.11)
248
+ websocket-driver (0.8.0)
249
+ base64
250
+ websocket-extensions (>= 0.1.0)
251
+ websocket-extensions (0.1.5)
252
+ zeitwerk (2.7.3)
253
+
254
+ PLATFORMS
255
+ aarch64-linux
256
+ aarch64-linux-gnu
257
+ aarch64-linux-musl
258
+ arm-linux
259
+ arm-linux-gnu
260
+ arm-linux-musl
261
+ arm64-darwin
262
+ x86_64-darwin
263
+ x86_64-linux-gnu
264
+ x86_64-linux-musl
265
+
266
+ DEPENDENCIES
267
+ active_storage-cloud_transformations!
268
+ appraisal
269
+ aws-sdk-s3
270
+ bootsnap
271
+ byebug
272
+ dotenv
273
+ rails (= 7.2)
274
+ rake
275
+ rspec (~> 3.0)
276
+ sqlite3
277
+
278
+ BUNDLED WITH
279
+ 2.5.11
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "8.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,282 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ active_storage-cloud_transformations (0.4.0)
5
+ activestorage (>= 7.2)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (8.0.0)
11
+ actionpack (= 8.0.0)
12
+ activesupport (= 8.0.0)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (>= 0.6.1)
15
+ zeitwerk (~> 2.6)
16
+ actionmailbox (8.0.0)
17
+ actionpack (= 8.0.0)
18
+ activejob (= 8.0.0)
19
+ activerecord (= 8.0.0)
20
+ activestorage (= 8.0.0)
21
+ activesupport (= 8.0.0)
22
+ mail (>= 2.8.0)
23
+ actionmailer (8.0.0)
24
+ actionpack (= 8.0.0)
25
+ actionview (= 8.0.0)
26
+ activejob (= 8.0.0)
27
+ activesupport (= 8.0.0)
28
+ mail (>= 2.8.0)
29
+ rails-dom-testing (~> 2.2)
30
+ actionpack (8.0.0)
31
+ actionview (= 8.0.0)
32
+ activesupport (= 8.0.0)
33
+ nokogiri (>= 1.8.5)
34
+ rack (>= 2.2.4)
35
+ rack-session (>= 1.0.1)
36
+ rack-test (>= 0.6.3)
37
+ rails-dom-testing (~> 2.2)
38
+ rails-html-sanitizer (~> 1.6)
39
+ useragent (~> 0.16)
40
+ actiontext (8.0.0)
41
+ actionpack (= 8.0.0)
42
+ activerecord (= 8.0.0)
43
+ activestorage (= 8.0.0)
44
+ activesupport (= 8.0.0)
45
+ globalid (>= 0.6.0)
46
+ nokogiri (>= 1.8.5)
47
+ actionview (8.0.0)
48
+ activesupport (= 8.0.0)
49
+ builder (~> 3.1)
50
+ erubi (~> 1.11)
51
+ rails-dom-testing (~> 2.2)
52
+ rails-html-sanitizer (~> 1.6)
53
+ activejob (8.0.0)
54
+ activesupport (= 8.0.0)
55
+ globalid (>= 0.3.6)
56
+ activemodel (8.0.0)
57
+ activesupport (= 8.0.0)
58
+ activerecord (8.0.0)
59
+ activemodel (= 8.0.0)
60
+ activesupport (= 8.0.0)
61
+ timeout (>= 0.4.0)
62
+ activestorage (8.0.0)
63
+ actionpack (= 8.0.0)
64
+ activejob (= 8.0.0)
65
+ activerecord (= 8.0.0)
66
+ activesupport (= 8.0.0)
67
+ marcel (~> 1.0)
68
+ activesupport (8.0.0)
69
+ base64
70
+ benchmark (>= 0.3)
71
+ bigdecimal
72
+ concurrent-ruby (~> 1.0, >= 1.3.1)
73
+ connection_pool (>= 2.2.5)
74
+ drb
75
+ i18n (>= 1.6, < 2)
76
+ logger (>= 1.4.2)
77
+ minitest (>= 5.1)
78
+ securerandom (>= 0.3)
79
+ tzinfo (~> 2.0, >= 2.0.5)
80
+ uri (>= 0.13.1)
81
+ appraisal (2.5.0)
82
+ bundler
83
+ rake
84
+ thor (>= 0.14.0)
85
+ aws-eventstream (1.4.0)
86
+ aws-partitions (1.1179.0)
87
+ aws-sdk-core (3.236.0)
88
+ aws-eventstream (~> 1, >= 1.3.0)
89
+ aws-partitions (~> 1, >= 1.992.0)
90
+ aws-sigv4 (~> 1.9)
91
+ base64
92
+ bigdecimal
93
+ jmespath (~> 1, >= 1.6.1)
94
+ logger
95
+ aws-sdk-kms (1.116.0)
96
+ aws-sdk-core (~> 3, >= 3.234.0)
97
+ aws-sigv4 (~> 1.5)
98
+ aws-sdk-s3 (1.202.0)
99
+ aws-sdk-core (~> 3, >= 3.234.0)
100
+ aws-sdk-kms (~> 1)
101
+ aws-sigv4 (~> 1.5)
102
+ aws-sigv4 (1.12.1)
103
+ aws-eventstream (~> 1, >= 1.0.2)
104
+ base64 (0.3.0)
105
+ benchmark (0.5.0)
106
+ bigdecimal (3.3.1)
107
+ bootsnap (1.18.6)
108
+ msgpack (~> 1.2)
109
+ builder (3.3.0)
110
+ byebug (12.0.0)
111
+ concurrent-ruby (1.3.5)
112
+ connection_pool (2.5.4)
113
+ crass (1.0.6)
114
+ date (3.5.0)
115
+ diff-lcs (1.6.2)
116
+ dotenv (3.1.8)
117
+ drb (2.2.3)
118
+ erb (5.1.3)
119
+ erubi (1.13.1)
120
+ globalid (1.3.0)
121
+ activesupport (>= 6.1)
122
+ i18n (1.14.7)
123
+ concurrent-ruby (~> 1.0)
124
+ io-console (0.8.1)
125
+ irb (1.15.2)
126
+ pp (>= 0.6.0)
127
+ rdoc (>= 4.0.0)
128
+ reline (>= 0.4.2)
129
+ jmespath (1.6.2)
130
+ logger (1.7.0)
131
+ loofah (2.24.1)
132
+ crass (~> 1.0.2)
133
+ nokogiri (>= 1.12.0)
134
+ mail (2.9.0)
135
+ logger
136
+ mini_mime (>= 0.1.1)
137
+ net-imap
138
+ net-pop
139
+ net-smtp
140
+ marcel (1.1.0)
141
+ mini_mime (1.1.5)
142
+ minitest (5.26.0)
143
+ msgpack (1.8.0)
144
+ net-imap (0.5.12)
145
+ date
146
+ net-protocol
147
+ net-pop (0.1.2)
148
+ net-protocol
149
+ net-protocol (0.2.2)
150
+ timeout
151
+ net-smtp (0.5.1)
152
+ net-protocol
153
+ nio4r (2.7.5)
154
+ nokogiri (1.18.10-aarch64-linux-gnu)
155
+ racc (~> 1.4)
156
+ nokogiri (1.18.10-aarch64-linux-musl)
157
+ racc (~> 1.4)
158
+ nokogiri (1.18.10-arm-linux-gnu)
159
+ racc (~> 1.4)
160
+ nokogiri (1.18.10-arm-linux-musl)
161
+ racc (~> 1.4)
162
+ nokogiri (1.18.10-arm64-darwin)
163
+ racc (~> 1.4)
164
+ nokogiri (1.18.10-x86_64-darwin)
165
+ racc (~> 1.4)
166
+ nokogiri (1.18.10-x86_64-linux-gnu)
167
+ racc (~> 1.4)
168
+ nokogiri (1.18.10-x86_64-linux-musl)
169
+ racc (~> 1.4)
170
+ pp (0.6.3)
171
+ prettyprint
172
+ prettyprint (0.2.0)
173
+ psych (5.2.6)
174
+ date
175
+ stringio
176
+ racc (1.8.1)
177
+ rack (3.2.3)
178
+ rack-session (2.1.1)
179
+ base64 (>= 0.1.0)
180
+ rack (>= 3.0.0)
181
+ rack-test (2.2.0)
182
+ rack (>= 1.3)
183
+ rackup (2.2.1)
184
+ rack (>= 3)
185
+ rails (8.0.0)
186
+ actioncable (= 8.0.0)
187
+ actionmailbox (= 8.0.0)
188
+ actionmailer (= 8.0.0)
189
+ actionpack (= 8.0.0)
190
+ actiontext (= 8.0.0)
191
+ actionview (= 8.0.0)
192
+ activejob (= 8.0.0)
193
+ activemodel (= 8.0.0)
194
+ activerecord (= 8.0.0)
195
+ activestorage (= 8.0.0)
196
+ activesupport (= 8.0.0)
197
+ bundler (>= 1.15.0)
198
+ railties (= 8.0.0)
199
+ rails-dom-testing (2.3.0)
200
+ activesupport (>= 5.0.0)
201
+ minitest
202
+ nokogiri (>= 1.6)
203
+ rails-html-sanitizer (1.6.2)
204
+ loofah (~> 2.21)
205
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
206
+ railties (8.0.0)
207
+ actionpack (= 8.0.0)
208
+ activesupport (= 8.0.0)
209
+ irb (~> 1.13)
210
+ rackup (>= 1.0.0)
211
+ rake (>= 12.2)
212
+ thor (~> 1.0, >= 1.2.2)
213
+ zeitwerk (~> 2.6)
214
+ rake (13.3.1)
215
+ rdoc (6.15.1)
216
+ erb
217
+ psych (>= 4.0.0)
218
+ tsort
219
+ reline (0.6.2)
220
+ io-console (~> 0.5)
221
+ rspec (3.13.2)
222
+ rspec-core (~> 3.13.0)
223
+ rspec-expectations (~> 3.13.0)
224
+ rspec-mocks (~> 3.13.0)
225
+ rspec-core (3.13.6)
226
+ rspec-support (~> 3.13.0)
227
+ rspec-expectations (3.13.5)
228
+ diff-lcs (>= 1.2.0, < 2.0)
229
+ rspec-support (~> 3.13.0)
230
+ rspec-mocks (3.13.7)
231
+ diff-lcs (>= 1.2.0, < 2.0)
232
+ rspec-support (~> 3.13.0)
233
+ rspec-support (3.13.6)
234
+ securerandom (0.4.1)
235
+ sqlite3 (2.7.4-aarch64-linux-gnu)
236
+ sqlite3 (2.7.4-aarch64-linux-musl)
237
+ sqlite3 (2.7.4-arm-linux-gnu)
238
+ sqlite3 (2.7.4-arm-linux-musl)
239
+ sqlite3 (2.7.4-arm64-darwin)
240
+ sqlite3 (2.7.4-x86_64-darwin)
241
+ sqlite3 (2.7.4-x86_64-linux-gnu)
242
+ sqlite3 (2.7.4-x86_64-linux-musl)
243
+ stringio (3.1.7)
244
+ thor (1.4.0)
245
+ timeout (0.4.4)
246
+ tsort (0.2.0)
247
+ tzinfo (2.0.6)
248
+ concurrent-ruby (~> 1.0)
249
+ uri (1.1.0)
250
+ useragent (0.16.11)
251
+ websocket-driver (0.8.0)
252
+ base64
253
+ websocket-extensions (>= 0.1.0)
254
+ websocket-extensions (0.1.5)
255
+ zeitwerk (2.7.3)
256
+
257
+ PLATFORMS
258
+ aarch64-linux
259
+ aarch64-linux-gnu
260
+ aarch64-linux-musl
261
+ arm-linux
262
+ arm-linux-gnu
263
+ arm-linux-musl
264
+ arm64-darwin
265
+ x86_64-darwin
266
+ x86_64-linux-gnu
267
+ x86_64-linux-musl
268
+
269
+ DEPENDENCIES
270
+ active_storage-cloud_transformations!
271
+ appraisal
272
+ aws-sdk-s3
273
+ bootsnap
274
+ byebug
275
+ dotenv
276
+ rails (= 8.0)
277
+ rake
278
+ rspec (~> 3.0)
279
+ sqlite3
280
+
281
+ BUNDLED WITH
282
+ 2.5.11
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "8.1"
6
+
7
+ gemspec path: "../"