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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/oximg/rails/version.rb +1 -1
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60dbe6811adcd8fe7e15ad740a12fc31495313d001f724cc2dcf06d15332d7cc
4
- data.tar.gz: 5ee8b0e337d0dcf4d2cdad614dcfd64abd37a795a5821ee5872136290c90b4c9
3
+ metadata.gz: c588b76d2dec154ef90596d5c542e06d5c08916538df68355a08a7f82c854783
4
+ data.tar.gz: 48b6acce8028527ab275490ecb17e9f9c1c08a7b438c75956e4594be1b8920f6
5
5
  SHA512:
6
- metadata.gz: 4a5e41199af0c831458f82eff0957a05e1efccaa478052717116f84b76e70b99388ad2902b8ffe59538fdb92004cba300d5775f227050c4d99ef06cee81d3d70
7
- data.tar.gz: 3a4f26a4c18172386bc2b3559039f6eed845e31dbc30180fb6046224ebef7dd830a263af7efa4ec6e375266af8044f9e32f0bc3376a935235f4848d5bb6a07a5
6
+ metadata.gz: a8c90d74a178546bbc954ba126b133a62fcdfd22f3ad96ea0bb698f0df8d4fedd6da9be99491e97a854c641ef7347c8fca693dd68a028fccb5d7e6ceca571341
7
+ data.tar.gz: ca2d6c66da0a8b06891c845e41b4d5bc2a075776814e71057375b1f7a51354f6847bd662bb4b24c76a432507f0f83ecac8c6892b99988135f5438b1049dcfbe8
@@ -7,6 +7,6 @@ module Oximg
7
7
  module Rails
8
8
  # Tracks the oximg release whose URL grammar the client speaks, the
9
9
  # same convention as the oximg gem and the npm package.
10
- VERSION = "0.10.1"
10
+ VERSION = "0.11.0"
11
11
  end
12
12
  end
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.10.1
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: 2026-08-06 00:00:00.000000000 Z
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.10.1
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.10.1
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.2
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: []