activestorage-hotcell-client 0.2.0 → 0.3.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab042182f9bd1225fe8d30e656aa047d326f138ff4ab29936b061013b3043994
|
|
4
|
+
data.tar.gz: e5186507758ab9768d48f26b345cedab98a0c9e24dfa0c91093b328388043bd9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e53f8bf3504548d7a86ab11ffbec87d4326c7959e0936168099acdcf1d9964563384df9e714a2b321f4a4d97539ed16937a252f511d1b5b56289cfae83b360de
|
|
7
|
+
data.tar.gz: 9e2fb17746e6e20354f58d47edc138f68b6d6d5b8bd198db2e5d1918d83e98bcc7ba91e9252941d18ec8c8e092e9a95c6cd5c371ad47c33739b9df60c1e2f001
|
|
@@ -39,9 +39,8 @@ module ActiveStorage
|
|
|
39
39
|
RETRY = { wait: :polynomially_longer, attempts: 10 }.freeze
|
|
40
40
|
|
|
41
41
|
# The clients this gem ships, which is where the retry hook learns which cells' transient classes
|
|
42
|
-
# the jobs must retry.
|
|
43
|
-
#
|
|
44
|
-
# retrying those.
|
|
42
|
+
# the jobs must retry. Listed rather than discovered, so an application's own clients for unrelated
|
|
43
|
+
# cells stay out of it: Active Storage's jobs have no business retrying those.
|
|
45
44
|
CLIENTS = [ Operations::Transformers::Image::Vips, Operations::Transformers::Image::Magick,
|
|
46
45
|
Operations::Analyzers::Image::Vips, Operations::Analyzers::Image::Magick,
|
|
47
46
|
Operations::Analyzers::Media::Ffprobe,
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activestorage-hotcell-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Dalessio
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - '='
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 0.
|
|
18
|
+
version: 0.3.1
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - '='
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: 0.
|
|
25
|
+
version: 0.3.1
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: activestorage
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -77,8 +77,8 @@ licenses:
|
|
|
77
77
|
- MIT
|
|
78
78
|
metadata:
|
|
79
79
|
homepage_uri: https://github.com/basecamp/hotcell
|
|
80
|
-
source_code_uri: https://github.com/basecamp/hotcell/tree/v0.
|
|
81
|
-
changelog_uri: https://github.com/basecamp/hotcell/blob/v0.
|
|
80
|
+
source_code_uri: https://github.com/basecamp/hotcell/tree/v0.3.1/activestorage-hotcell-client
|
|
81
|
+
changelog_uri: https://github.com/basecamp/hotcell/blob/v0.3.1/CHANGELOG.md
|
|
82
82
|
bug_tracker_uri: https://github.com/basecamp/hotcell/issues
|
|
83
83
|
rubygems_mfa_required: 'true'
|
|
84
84
|
rdoc_options: []
|