activestorage-hotcell-server 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/server/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: 42399adf3e7993d0df16dd7a13010053ff389ddad17b3c90a6f7705052b3c2e7
|
|
4
|
+
data.tar.gz: 324c2a21f2e55e7747355f2155542d5ef572164ac53938a1077db3156fbc1c87
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f596b308fbdf479792bdb2de90d1fb626ed9207c6194d60a618a1342cca51ae13a7f47a456c15c1ca764f807477070b6d7697f00bc6d4f1dfa7b31788fa37b94
|
|
7
|
+
data.tar.gz: a6b15cc763f189ce7249bb473f1cd11c24f4d112f8ecad66f97c2e4ad1afb63f845c201dd704e17147a690866dc79b1c49795b61f915719e1c28c91f952236b7
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activestorage-hotcell-server
|
|
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: image_processing
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -66,12 +66,9 @@ dependencies:
|
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
67
|
version: '2.2'
|
|
68
68
|
description: |
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
Despite the name, this gem does not load Active Storage. The name says which consumer it serves, not
|
|
73
|
-
what it links against: a cell that loaded an application framework would have loaded its configuration
|
|
74
|
-
and its credentials with it.
|
|
69
|
+
The HotCell operations behind activestorage-hotcell-client: image transformation with libvips or
|
|
70
|
+
ImageMagick, image and media analysis, PDF previews with mutool or poppler, and video previews with
|
|
71
|
+
ffmpeg. Install it in the cell, with the tools the operations you load require.
|
|
75
72
|
email:
|
|
76
73
|
- mike@37signals.com
|
|
77
74
|
executables: []
|
|
@@ -102,8 +99,8 @@ licenses:
|
|
|
102
99
|
- MIT
|
|
103
100
|
metadata:
|
|
104
101
|
homepage_uri: https://github.com/basecamp/hotcell
|
|
105
|
-
source_code_uri: https://github.com/basecamp/hotcell/tree/v0.
|
|
106
|
-
changelog_uri: https://github.com/basecamp/hotcell/blob/v0.
|
|
102
|
+
source_code_uri: https://github.com/basecamp/hotcell/tree/v0.2.0/activestorage-hotcell-server
|
|
103
|
+
changelog_uri: https://github.com/basecamp/hotcell/blob/v0.2.0/CHANGELOG.md
|
|
107
104
|
bug_tracker_uri: https://github.com/basecamp/hotcell/issues
|
|
108
105
|
rubygems_mfa_required: 'true'
|
|
109
106
|
rdoc_options: []
|