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: 668902d1347b4f118a31b299534d8b8bedfadd568cf3e4e6e872384ee6d6f83f
4
- data.tar.gz: d55b6e9a965f5327fd2d41c2f94bd7a59e6b2af8083ea2a892a9e24b9db423cd
3
+ metadata.gz: ab042182f9bd1225fe8d30e656aa047d326f138ff4ab29936b061013b3043994
4
+ data.tar.gz: e5186507758ab9768d48f26b345cedab98a0c9e24dfa0c91093b328388043bd9
5
5
  SHA512:
6
- metadata.gz: bad8f45d4e713516eb6e0c27a2a0b7ae764f48bfbffe4dd3cf81d73091276f274798a8a72eda5d45212443a120c649645c2f2861de5dad088e903aa77f6f82ae
7
- data.tar.gz: 359071c3cae9ed347112afe70cd1a45d9dbbda0e1adca966d03fbcb887e16a56bebfc934997c62325b846a2560315c3f617e528cdc779303cf78aab25c0ac187
6
+ metadata.gz: e53f8bf3504548d7a86ab11ffbec87d4326c7959e0936168099acdcf1d9964563384df9e714a2b321f4a4d97539ed16937a252f511d1b5b56289cfae83b360de
7
+ data.tar.gz: 9e2fb17746e6e20354f58d47edc138f68b6d6d5b8bd198db2e5d1918d83e98bcc7ba91e9252941d18ec8c8e092e9a95c6cd5c371ad47c33739b9df60c1e2f001
@@ -3,7 +3,7 @@
3
3
  module ActiveStorage
4
4
  module HotCell
5
5
  module Client
6
- VERSION = "0.2.0"
6
+ VERSION = "0.3.1"
7
7
  end
8
8
  end
9
9
  end
@@ -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. Deliberately not HotCell.clients: that records every client the process loaded,
43
- # including an application's own for unrelated cells, and Active Storage's jobs have no business
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.2.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.2.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.2.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.2.0/activestorage-hotcell-client
81
- changelog_uri: https://github.com/basecamp/hotcell/blob/v0.2.0/CHANGELOG.md
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: []