activestorage-hotcell-client 0.1.0 → 0.2.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/lib/active_storage/hot_cell/client/version.rb +1 -1
- metadata +8 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 668902d1347b4f118a31b299534d8b8bedfadd568cf3e4e6e872384ee6d6f83f
|
|
4
|
+
data.tar.gz: d55b6e9a965f5327fd2d41c2f94bd7a59e6b2af8083ea2a892a9e24b9db423cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bad8f45d4e713516eb6e0c27a2a0b7ae764f48bfbffe4dd3cf81d73091276f274798a8a72eda5d45212443a120c649645c2f2861de5dad088e903aa77f6f82ae
|
|
7
|
+
data.tar.gz: 359071c3cae9ed347112afe70cd1a45d9dbbda0e1adca966d03fbcb887e16a56bebfc934997c62325b846a2560315c3f617e528cdc779303cf78aab25c0ac187
|
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.2.0
|
|
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.2.0
|
|
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.2.0
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: activestorage
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -38,12 +38,9 @@ dependencies:
|
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
39
|
version: 8.2.0.alpha
|
|
40
40
|
description: |
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
It also closes what Rails leaves open on that path: the built-in analyzers go silent when
|
|
45
|
-
variant_processor is a class, the built-in previewers answer accept? by shelling out to look for a
|
|
46
|
-
binary that is no longer there, and none of the jobs retries anything a cell can transiently answer.
|
|
41
|
+
Drop-in replacements for Active Storage's variant processor, analyzers, and previewers. Configure
|
|
42
|
+
Rails with these classes and variants, image and media analysis, and previews run in a HotCell
|
|
43
|
+
container instead of in the application process.
|
|
47
44
|
email:
|
|
48
45
|
- mike@37signals.com
|
|
49
46
|
executables: []
|
|
@@ -80,8 +77,8 @@ licenses:
|
|
|
80
77
|
- MIT
|
|
81
78
|
metadata:
|
|
82
79
|
homepage_uri: https://github.com/basecamp/hotcell
|
|
83
|
-
source_code_uri: https://github.com/basecamp/hotcell/tree/v0.
|
|
84
|
-
changelog_uri: https://github.com/basecamp/hotcell/blob/v0.
|
|
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
|
|
85
82
|
bug_tracker_uri: https://github.com/basecamp/hotcell/issues
|
|
86
83
|
rubygems_mfa_required: 'true'
|
|
87
84
|
rdoc_options: []
|