oximg-rails 0.10.1 → 0.11.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/oximg/rails/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c588b76d2dec154ef90596d5c542e06d5c08916538df68355a08a7f82c854783
|
|
4
|
+
data.tar.gz: 48b6acce8028527ab275490ecb17e9f9c1c08a7b438c75956e4594be1b8920f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8c90d74a178546bbc954ba126b133a62fcdfd22f3ad96ea0bb698f0df8d4fedd6da9be99491e97a854c641ef7347c8fca693dd68a028fccb5d7e6ceca571341
|
|
7
|
+
data.tar.gz: ca2d6c66da0a8b06891c845e41b4d5bc2a075776814e71057375b1f7a51354f6847bd662bb4b24c76a432507f0f83ecac8c6892b99988135f5438b1049dcfbe8
|
data/lib/oximg/rails/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: oximg-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.11.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- oximg contributors
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: oximg
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 0.
|
|
18
|
+
version: 0.11.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.11.0
|
|
26
26
|
description: 'The Rails-facing half of oximg: builds and HMAC-signs URLs for a remote
|
|
27
27
|
oximg server, for apps that let the server do the work instead of processing locally
|
|
28
28
|
with the `oximg` gem. ActiveStorage glue is in progress.'
|
|
@@ -62,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
63
|
version: '0'
|
|
64
64
|
requirements: []
|
|
65
|
-
rubygems_version: 3.6.
|
|
65
|
+
rubygems_version: 3.6.9
|
|
66
66
|
specification_version: 4
|
|
67
67
|
summary: Rails integration for oximg, and URL building for a remote oximg server
|
|
68
68
|
test_files: []
|