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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea9d6d7fac0b032de527995cfb3dea10856980a9dcbfe208bb82766684a0a983
4
- data.tar.gz: d871f6b049aceb22d5e3b1d6dd184d4fd3615e8555bde29f9a559c6594bc8097
3
+ metadata.gz: 42399adf3e7993d0df16dd7a13010053ff389ddad17b3c90a6f7705052b3c2e7
4
+ data.tar.gz: 324c2a21f2e55e7747355f2155542d5ef572164ac53938a1077db3156fbc1c87
5
5
  SHA512:
6
- metadata.gz: 42be267a88c05abf92cc27a32a88357bd7a7c48c11c3ca654325ddc5df7efb332beeed456c16ff41bd556c84309ecf19f6e9cd3e1969de5a7e72674407bd9a43
7
- data.tar.gz: 413a778f887e1a27869c2276a4979c9a927e5ca8123b7db82675136a74031c5c3498a1b6d2bda47690e2054927f3229fdc55406198866c1d74384624f4c4559e
6
+ metadata.gz: f596b308fbdf479792bdb2de90d1fb626ed9207c6194d60a618a1342cca51ae13a7f47a456c15c1ca764f807477070b6d7697f00bc6d4f1dfa7b31788fa37b94
7
+ data.tar.gz: a6b15cc763f189ce7249bb473f1cd11c24f4d112f8ecad66f97c2e4ad1afb63f845c201dd704e17147a690866dc79b1c49795b61f915719e1c28c91f952236b7
@@ -3,7 +3,7 @@
3
3
  module ActiveStorage
4
4
  module HotCell
5
5
  module Server
6
- VERSION = "0.1.0"
6
+ VERSION = "0.2.0"
7
7
  end
8
8
  end
9
9
  end
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.1.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.1.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.1.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
- Transformations, image analysis, PDF and video previews, and media probing, written as HotCell
70
- operations so they run in an unprivileged container with no network rather than in the application.
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.1.0/activestorage-hotcell-server
106
- changelog_uri: https://github.com/basecamp/hotcell/blob/v0.1.0/CHANGELOG.md
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: []