active_storage-cloud_transformations 0.2.1 → 0.2.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 875d31f23516e04da36ffc34ffe5d7f798917cf92e14c4403b371101b9593924
|
4
|
+
data.tar.gz: e82e61c84c1ac11245c3ee5198db2ce2baa23082ae945ed194da12a2f04c083e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e29e26161868b6ed0eacbc3c280a1f5e6a9fe60a51646a707340d2b0ca30b0346f81c5c01394347aab2537037c67a8678ec7079464638df49f08b8b60922350f
|
7
|
+
data.tar.gz: 3ace46e3730b810fa278de0729ce934d4ca0b74f613ee930997ffa4cae608bc9580cefc6fd883f4e985c560efc8124b646f1a4949b82a35a9ef0bdd67f7cd624
|
@@ -1,4 +1,4 @@
|
|
1
|
-
require "active_storage
|
1
|
+
require "active_storage"
|
2
2
|
|
3
3
|
module ActiveStorage
|
4
4
|
module CloudTransformations
|
@@ -32,6 +32,8 @@ module ActiveStorage
|
|
32
32
|
run_crucible_job(blob, output_blob, ignore_timeouts: true)
|
33
33
|
end
|
34
34
|
|
35
|
+
public :processed?
|
36
|
+
|
35
37
|
private
|
36
38
|
|
37
39
|
def run_crucible_job input_blob, output_blob, ignore_timeouts: false
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_storage-cloud_transformations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Micah Geisel
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-10-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activestorage
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.
|
76
|
+
rubygems_version: 3.5.6
|
77
77
|
signing_key:
|
78
78
|
specification_version: 4
|
79
79
|
summary: Generate ActiveStorage Variants and Previews via external cloud services,
|