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.
- checksums.yaml +4 -4
- data/.env.example +6 -0
- data/.github/workflows/ci.yml +26 -0
- data/.gitignore +2 -2
- data/Appraisals +8 -4
- data/CLAUDE.md +118 -0
- data/Gemfile +0 -11
- data/README.md +159 -15
- data/active_storage-cloud_transformations.gemspec +11 -2
- data/gemfiles/rails_7.2.gemfile +7 -0
- data/gemfiles/rails_7.2.gemfile.lock +279 -0
- data/gemfiles/rails_8.0.gemfile +7 -0
- data/gemfiles/rails_8.0.gemfile.lock +282 -0
- data/gemfiles/rails_8.1.gemfile +7 -0
- data/gemfiles/rails_8.1.gemfile.lock +286 -0
- data/lib/active_storage/cloud_transformations/config.rb +15 -0
- data/lib/active_storage/cloud_transformations/crucible_helpers.rb +47 -0
- data/lib/active_storage/cloud_transformations/preview.rb +16 -5
- data/lib/active_storage/cloud_transformations/variant.rb +9 -3
- data/lib/active_storage/cloud_transformations/version.rb +1 -1
- data/lib/active_storage/cloud_transformations.rb +10 -0
- metadata +142 -10
- data/.travis.yml +0 -6
- data/gemfiles/rails_6.1.gemfile +0 -14
- data/gemfiles/rails_6.1.gemfile.lock +0 -196
- data/gemfiles/rails_7.0.gemfile +0 -14
- data/gemfiles/rails_7.0.gemfile.lock +0 -185
|
@@ -1,196 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: ..
|
|
3
|
-
specs:
|
|
4
|
-
active_storage-cloud_transformations (0.2.1)
|
|
5
|
-
activestorage (>= 6.1)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
actioncable (6.1.0)
|
|
11
|
-
actionpack (= 6.1.0)
|
|
12
|
-
activesupport (= 6.1.0)
|
|
13
|
-
nio4r (~> 2.0)
|
|
14
|
-
websocket-driver (>= 0.6.1)
|
|
15
|
-
actionmailbox (6.1.0)
|
|
16
|
-
actionpack (= 6.1.0)
|
|
17
|
-
activejob (= 6.1.0)
|
|
18
|
-
activerecord (= 6.1.0)
|
|
19
|
-
activestorage (= 6.1.0)
|
|
20
|
-
activesupport (= 6.1.0)
|
|
21
|
-
mail (>= 2.7.1)
|
|
22
|
-
actionmailer (6.1.0)
|
|
23
|
-
actionpack (= 6.1.0)
|
|
24
|
-
actionview (= 6.1.0)
|
|
25
|
-
activejob (= 6.1.0)
|
|
26
|
-
activesupport (= 6.1.0)
|
|
27
|
-
mail (~> 2.5, >= 2.5.4)
|
|
28
|
-
rails-dom-testing (~> 2.0)
|
|
29
|
-
actionpack (6.1.0)
|
|
30
|
-
actionview (= 6.1.0)
|
|
31
|
-
activesupport (= 6.1.0)
|
|
32
|
-
rack (~> 2.0, >= 2.0.9)
|
|
33
|
-
rack-test (>= 0.6.3)
|
|
34
|
-
rails-dom-testing (~> 2.0)
|
|
35
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
|
36
|
-
actiontext (6.1.0)
|
|
37
|
-
actionpack (= 6.1.0)
|
|
38
|
-
activerecord (= 6.1.0)
|
|
39
|
-
activestorage (= 6.1.0)
|
|
40
|
-
activesupport (= 6.1.0)
|
|
41
|
-
nokogiri (>= 1.8.5)
|
|
42
|
-
actionview (6.1.0)
|
|
43
|
-
activesupport (= 6.1.0)
|
|
44
|
-
builder (~> 3.1)
|
|
45
|
-
erubi (~> 1.4)
|
|
46
|
-
rails-dom-testing (~> 2.0)
|
|
47
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
|
48
|
-
activejob (6.1.0)
|
|
49
|
-
activesupport (= 6.1.0)
|
|
50
|
-
globalid (>= 0.3.6)
|
|
51
|
-
activemodel (6.1.0)
|
|
52
|
-
activesupport (= 6.1.0)
|
|
53
|
-
activerecord (6.1.0)
|
|
54
|
-
activemodel (= 6.1.0)
|
|
55
|
-
activesupport (= 6.1.0)
|
|
56
|
-
activestorage (6.1.0)
|
|
57
|
-
actionpack (= 6.1.0)
|
|
58
|
-
activejob (= 6.1.0)
|
|
59
|
-
activerecord (= 6.1.0)
|
|
60
|
-
activesupport (= 6.1.0)
|
|
61
|
-
marcel (~> 0.3.1)
|
|
62
|
-
mimemagic (~> 0.3.2)
|
|
63
|
-
activesupport (6.1.0)
|
|
64
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
65
|
-
i18n (>= 1.6, < 2)
|
|
66
|
-
minitest (>= 5.1)
|
|
67
|
-
tzinfo (~> 2.0)
|
|
68
|
-
zeitwerk (~> 2.3)
|
|
69
|
-
appraisal (2.4.1)
|
|
70
|
-
bundler
|
|
71
|
-
rake
|
|
72
|
-
thor (>= 0.14.0)
|
|
73
|
-
aws-eventstream (1.2.0)
|
|
74
|
-
aws-partitions (1.595.0)
|
|
75
|
-
aws-sdk-core (3.131.1)
|
|
76
|
-
aws-eventstream (~> 1, >= 1.0.2)
|
|
77
|
-
aws-partitions (~> 1, >= 1.525.0)
|
|
78
|
-
aws-sigv4 (~> 1.1)
|
|
79
|
-
jmespath (~> 1, >= 1.6.1)
|
|
80
|
-
aws-sdk-kms (1.57.0)
|
|
81
|
-
aws-sdk-core (~> 3, >= 3.127.0)
|
|
82
|
-
aws-sigv4 (~> 1.1)
|
|
83
|
-
aws-sdk-s3 (1.114.0)
|
|
84
|
-
aws-sdk-core (~> 3, >= 3.127.0)
|
|
85
|
-
aws-sdk-kms (~> 1)
|
|
86
|
-
aws-sigv4 (~> 1.4)
|
|
87
|
-
aws-sigv4 (1.5.0)
|
|
88
|
-
aws-eventstream (~> 1, >= 1.0.2)
|
|
89
|
-
bootsnap (1.12.0)
|
|
90
|
-
msgpack (~> 1.2)
|
|
91
|
-
builder (3.2.4)
|
|
92
|
-
byebug (11.1.3)
|
|
93
|
-
concurrent-ruby (1.1.10)
|
|
94
|
-
crass (1.0.6)
|
|
95
|
-
diff-lcs (1.5.0)
|
|
96
|
-
erubi (1.10.0)
|
|
97
|
-
globalid (1.0.0)
|
|
98
|
-
activesupport (>= 5.0)
|
|
99
|
-
i18n (1.10.0)
|
|
100
|
-
concurrent-ruby (~> 1.0)
|
|
101
|
-
jmespath (1.6.1)
|
|
102
|
-
loofah (2.18.0)
|
|
103
|
-
crass (~> 1.0.2)
|
|
104
|
-
nokogiri (>= 1.5.9)
|
|
105
|
-
mail (2.7.1)
|
|
106
|
-
mini_mime (>= 0.1.1)
|
|
107
|
-
marcel (0.3.3)
|
|
108
|
-
mimemagic (~> 0.3.2)
|
|
109
|
-
method_source (1.0.0)
|
|
110
|
-
mimemagic (0.3.10)
|
|
111
|
-
nokogiri (~> 1)
|
|
112
|
-
rake
|
|
113
|
-
mini_mime (1.1.2)
|
|
114
|
-
mini_portile2 (2.8.0)
|
|
115
|
-
minitest (5.15.0)
|
|
116
|
-
msgpack (1.5.2)
|
|
117
|
-
nio4r (2.5.8)
|
|
118
|
-
nokogiri (1.13.6)
|
|
119
|
-
mini_portile2 (~> 2.8.0)
|
|
120
|
-
racc (~> 1.4)
|
|
121
|
-
racc (1.6.0)
|
|
122
|
-
rack (2.2.3.1)
|
|
123
|
-
rack-test (1.1.0)
|
|
124
|
-
rack (>= 1.0, < 3)
|
|
125
|
-
rails (6.1.0)
|
|
126
|
-
actioncable (= 6.1.0)
|
|
127
|
-
actionmailbox (= 6.1.0)
|
|
128
|
-
actionmailer (= 6.1.0)
|
|
129
|
-
actionpack (= 6.1.0)
|
|
130
|
-
actiontext (= 6.1.0)
|
|
131
|
-
actionview (= 6.1.0)
|
|
132
|
-
activejob (= 6.1.0)
|
|
133
|
-
activemodel (= 6.1.0)
|
|
134
|
-
activerecord (= 6.1.0)
|
|
135
|
-
activestorage (= 6.1.0)
|
|
136
|
-
activesupport (= 6.1.0)
|
|
137
|
-
bundler (>= 1.15.0)
|
|
138
|
-
railties (= 6.1.0)
|
|
139
|
-
sprockets-rails (>= 2.0.0)
|
|
140
|
-
rails-dom-testing (2.0.3)
|
|
141
|
-
activesupport (>= 4.2.0)
|
|
142
|
-
nokogiri (>= 1.6)
|
|
143
|
-
rails-html-sanitizer (1.4.2)
|
|
144
|
-
loofah (~> 2.3)
|
|
145
|
-
railties (6.1.0)
|
|
146
|
-
actionpack (= 6.1.0)
|
|
147
|
-
activesupport (= 6.1.0)
|
|
148
|
-
method_source
|
|
149
|
-
rake (>= 0.8.7)
|
|
150
|
-
thor (~> 1.0)
|
|
151
|
-
rake (12.3.3)
|
|
152
|
-
rspec (3.11.0)
|
|
153
|
-
rspec-core (~> 3.11.0)
|
|
154
|
-
rspec-expectations (~> 3.11.0)
|
|
155
|
-
rspec-mocks (~> 3.11.0)
|
|
156
|
-
rspec-core (3.11.0)
|
|
157
|
-
rspec-support (~> 3.11.0)
|
|
158
|
-
rspec-expectations (3.11.0)
|
|
159
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
160
|
-
rspec-support (~> 3.11.0)
|
|
161
|
-
rspec-mocks (3.11.1)
|
|
162
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
163
|
-
rspec-support (~> 3.11.0)
|
|
164
|
-
rspec-support (3.11.0)
|
|
165
|
-
sprockets (4.0.3)
|
|
166
|
-
concurrent-ruby (~> 1.0)
|
|
167
|
-
rack (> 1, < 3)
|
|
168
|
-
sprockets-rails (3.4.2)
|
|
169
|
-
actionpack (>= 5.2)
|
|
170
|
-
activesupport (>= 5.2)
|
|
171
|
-
sprockets (>= 3.0.0)
|
|
172
|
-
sqlite3 (1.4.2)
|
|
173
|
-
thor (1.2.1)
|
|
174
|
-
tzinfo (2.0.4)
|
|
175
|
-
concurrent-ruby (~> 1.0)
|
|
176
|
-
websocket-driver (0.7.5)
|
|
177
|
-
websocket-extensions (>= 0.1.0)
|
|
178
|
-
websocket-extensions (0.1.5)
|
|
179
|
-
zeitwerk (2.5.4)
|
|
180
|
-
|
|
181
|
-
PLATFORMS
|
|
182
|
-
ruby
|
|
183
|
-
|
|
184
|
-
DEPENDENCIES
|
|
185
|
-
active_storage-cloud_transformations!
|
|
186
|
-
appraisal
|
|
187
|
-
aws-sdk-s3
|
|
188
|
-
bootsnap
|
|
189
|
-
byebug
|
|
190
|
-
rails (= 6.1)
|
|
191
|
-
rake
|
|
192
|
-
rspec (~> 3.0)
|
|
193
|
-
sqlite3 (~> 1.4)
|
|
194
|
-
|
|
195
|
-
BUNDLED WITH
|
|
196
|
-
2.1.4
|
data/gemfiles/rails_7.0.gemfile
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
# This file was generated by Appraisal
|
|
2
|
-
|
|
3
|
-
source "https://rubygems.org"
|
|
4
|
-
|
|
5
|
-
gem "rake"
|
|
6
|
-
gem "rspec", "~> 3.0"
|
|
7
|
-
gem "sqlite3", "~> 1.4"
|
|
8
|
-
gem "bootsnap", require: false
|
|
9
|
-
gem "rails", "7.0"
|
|
10
|
-
gem "byebug"
|
|
11
|
-
gem "aws-sdk-s3"
|
|
12
|
-
gem "appraisal"
|
|
13
|
-
|
|
14
|
-
gemspec path: "../"
|
|
@@ -1,185 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: ..
|
|
3
|
-
specs:
|
|
4
|
-
active_storage-cloud_transformations (0.2.1)
|
|
5
|
-
activestorage (>= 6.1)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
actioncable (7.0.0)
|
|
11
|
-
actionpack (= 7.0.0)
|
|
12
|
-
activesupport (= 7.0.0)
|
|
13
|
-
nio4r (~> 2.0)
|
|
14
|
-
websocket-driver (>= 0.6.1)
|
|
15
|
-
actionmailbox (7.0.0)
|
|
16
|
-
actionpack (= 7.0.0)
|
|
17
|
-
activejob (= 7.0.0)
|
|
18
|
-
activerecord (= 7.0.0)
|
|
19
|
-
activestorage (= 7.0.0)
|
|
20
|
-
activesupport (= 7.0.0)
|
|
21
|
-
mail (>= 2.7.1)
|
|
22
|
-
actionmailer (7.0.0)
|
|
23
|
-
actionpack (= 7.0.0)
|
|
24
|
-
actionview (= 7.0.0)
|
|
25
|
-
activejob (= 7.0.0)
|
|
26
|
-
activesupport (= 7.0.0)
|
|
27
|
-
mail (~> 2.5, >= 2.5.4)
|
|
28
|
-
rails-dom-testing (~> 2.0)
|
|
29
|
-
actionpack (7.0.0)
|
|
30
|
-
actionview (= 7.0.0)
|
|
31
|
-
activesupport (= 7.0.0)
|
|
32
|
-
rack (~> 2.0, >= 2.2.0)
|
|
33
|
-
rack-test (>= 0.6.3)
|
|
34
|
-
rails-dom-testing (~> 2.0)
|
|
35
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
|
36
|
-
actiontext (7.0.0)
|
|
37
|
-
actionpack (= 7.0.0)
|
|
38
|
-
activerecord (= 7.0.0)
|
|
39
|
-
activestorage (= 7.0.0)
|
|
40
|
-
activesupport (= 7.0.0)
|
|
41
|
-
globalid (>= 0.6.0)
|
|
42
|
-
nokogiri (>= 1.8.5)
|
|
43
|
-
actionview (7.0.0)
|
|
44
|
-
activesupport (= 7.0.0)
|
|
45
|
-
builder (~> 3.1)
|
|
46
|
-
erubi (~> 1.4)
|
|
47
|
-
rails-dom-testing (~> 2.0)
|
|
48
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
|
49
|
-
activejob (7.0.0)
|
|
50
|
-
activesupport (= 7.0.0)
|
|
51
|
-
globalid (>= 0.3.6)
|
|
52
|
-
activemodel (7.0.0)
|
|
53
|
-
activesupport (= 7.0.0)
|
|
54
|
-
activerecord (7.0.0)
|
|
55
|
-
activemodel (= 7.0.0)
|
|
56
|
-
activesupport (= 7.0.0)
|
|
57
|
-
activestorage (7.0.0)
|
|
58
|
-
actionpack (= 7.0.0)
|
|
59
|
-
activejob (= 7.0.0)
|
|
60
|
-
activerecord (= 7.0.0)
|
|
61
|
-
activesupport (= 7.0.0)
|
|
62
|
-
marcel (~> 1.0)
|
|
63
|
-
mini_mime (>= 1.1.0)
|
|
64
|
-
activesupport (7.0.0)
|
|
65
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
66
|
-
i18n (>= 1.6, < 2)
|
|
67
|
-
minitest (>= 5.1)
|
|
68
|
-
tzinfo (~> 2.0)
|
|
69
|
-
appraisal (2.4.1)
|
|
70
|
-
bundler
|
|
71
|
-
rake
|
|
72
|
-
thor (>= 0.14.0)
|
|
73
|
-
aws-eventstream (1.2.0)
|
|
74
|
-
aws-partitions (1.595.0)
|
|
75
|
-
aws-sdk-core (3.131.1)
|
|
76
|
-
aws-eventstream (~> 1, >= 1.0.2)
|
|
77
|
-
aws-partitions (~> 1, >= 1.525.0)
|
|
78
|
-
aws-sigv4 (~> 1.1)
|
|
79
|
-
jmespath (~> 1, >= 1.6.1)
|
|
80
|
-
aws-sdk-kms (1.57.0)
|
|
81
|
-
aws-sdk-core (~> 3, >= 3.127.0)
|
|
82
|
-
aws-sigv4 (~> 1.1)
|
|
83
|
-
aws-sdk-s3 (1.114.0)
|
|
84
|
-
aws-sdk-core (~> 3, >= 3.127.0)
|
|
85
|
-
aws-sdk-kms (~> 1)
|
|
86
|
-
aws-sigv4 (~> 1.4)
|
|
87
|
-
aws-sigv4 (1.5.0)
|
|
88
|
-
aws-eventstream (~> 1, >= 1.0.2)
|
|
89
|
-
bootsnap (1.12.0)
|
|
90
|
-
msgpack (~> 1.2)
|
|
91
|
-
builder (3.2.4)
|
|
92
|
-
byebug (11.1.3)
|
|
93
|
-
concurrent-ruby (1.1.10)
|
|
94
|
-
crass (1.0.6)
|
|
95
|
-
diff-lcs (1.5.0)
|
|
96
|
-
erubi (1.10.0)
|
|
97
|
-
globalid (1.0.0)
|
|
98
|
-
activesupport (>= 5.0)
|
|
99
|
-
i18n (1.10.0)
|
|
100
|
-
concurrent-ruby (~> 1.0)
|
|
101
|
-
jmespath (1.6.1)
|
|
102
|
-
loofah (2.18.0)
|
|
103
|
-
crass (~> 1.0.2)
|
|
104
|
-
nokogiri (>= 1.5.9)
|
|
105
|
-
mail (2.7.1)
|
|
106
|
-
mini_mime (>= 0.1.1)
|
|
107
|
-
marcel (1.0.2)
|
|
108
|
-
method_source (1.0.0)
|
|
109
|
-
mini_mime (1.1.2)
|
|
110
|
-
mini_portile2 (2.8.0)
|
|
111
|
-
minitest (5.15.0)
|
|
112
|
-
msgpack (1.5.2)
|
|
113
|
-
nio4r (2.5.8)
|
|
114
|
-
nokogiri (1.13.6)
|
|
115
|
-
mini_portile2 (~> 2.8.0)
|
|
116
|
-
racc (~> 1.4)
|
|
117
|
-
racc (1.6.0)
|
|
118
|
-
rack (2.2.3.1)
|
|
119
|
-
rack-test (1.1.0)
|
|
120
|
-
rack (>= 1.0, < 3)
|
|
121
|
-
rails (7.0.0)
|
|
122
|
-
actioncable (= 7.0.0)
|
|
123
|
-
actionmailbox (= 7.0.0)
|
|
124
|
-
actionmailer (= 7.0.0)
|
|
125
|
-
actionpack (= 7.0.0)
|
|
126
|
-
actiontext (= 7.0.0)
|
|
127
|
-
actionview (= 7.0.0)
|
|
128
|
-
activejob (= 7.0.0)
|
|
129
|
-
activemodel (= 7.0.0)
|
|
130
|
-
activerecord (= 7.0.0)
|
|
131
|
-
activestorage (= 7.0.0)
|
|
132
|
-
activesupport (= 7.0.0)
|
|
133
|
-
bundler (>= 1.15.0)
|
|
134
|
-
railties (= 7.0.0)
|
|
135
|
-
rails-dom-testing (2.0.3)
|
|
136
|
-
activesupport (>= 4.2.0)
|
|
137
|
-
nokogiri (>= 1.6)
|
|
138
|
-
rails-html-sanitizer (1.4.2)
|
|
139
|
-
loofah (~> 2.3)
|
|
140
|
-
railties (7.0.0)
|
|
141
|
-
actionpack (= 7.0.0)
|
|
142
|
-
activesupport (= 7.0.0)
|
|
143
|
-
method_source
|
|
144
|
-
rake (>= 12.2)
|
|
145
|
-
thor (~> 1.0)
|
|
146
|
-
zeitwerk (~> 2.5)
|
|
147
|
-
rake (13.0.6)
|
|
148
|
-
rspec (3.11.0)
|
|
149
|
-
rspec-core (~> 3.11.0)
|
|
150
|
-
rspec-expectations (~> 3.11.0)
|
|
151
|
-
rspec-mocks (~> 3.11.0)
|
|
152
|
-
rspec-core (3.11.0)
|
|
153
|
-
rspec-support (~> 3.11.0)
|
|
154
|
-
rspec-expectations (3.11.0)
|
|
155
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
156
|
-
rspec-support (~> 3.11.0)
|
|
157
|
-
rspec-mocks (3.11.1)
|
|
158
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
159
|
-
rspec-support (~> 3.11.0)
|
|
160
|
-
rspec-support (3.11.0)
|
|
161
|
-
sqlite3 (1.4.2)
|
|
162
|
-
thor (1.2.1)
|
|
163
|
-
tzinfo (2.0.4)
|
|
164
|
-
concurrent-ruby (~> 1.0)
|
|
165
|
-
websocket-driver (0.7.5)
|
|
166
|
-
websocket-extensions (>= 0.1.0)
|
|
167
|
-
websocket-extensions (0.1.5)
|
|
168
|
-
zeitwerk (2.5.4)
|
|
169
|
-
|
|
170
|
-
PLATFORMS
|
|
171
|
-
ruby
|
|
172
|
-
|
|
173
|
-
DEPENDENCIES
|
|
174
|
-
active_storage-cloud_transformations!
|
|
175
|
-
appraisal
|
|
176
|
-
aws-sdk-s3
|
|
177
|
-
bootsnap
|
|
178
|
-
byebug
|
|
179
|
-
rails (= 7.0)
|
|
180
|
-
rake
|
|
181
|
-
rspec (~> 3.0)
|
|
182
|
-
sqlite3 (~> 1.4)
|
|
183
|
-
|
|
184
|
-
BUNDLED WITH
|
|
185
|
-
2.1.4
|