action_controller-stashed_redirects 0.2.2 → 1.0.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: cf64ad8ee2fb60526d8517bb26be521de7952bcfd87ed860bfe5ce2fe8a0deb0
4
- data.tar.gz: ce4550656d8f30fc4629f72329229542c457403e95803177260fbe575e9ab51a
3
+ metadata.gz: 031b9518e15623ba013d6b78b51906fcb3a4cf729575b53801e685cf01708d16
4
+ data.tar.gz: 429afd1c7284af6cd02c6294f91566f9e989d8088e678b5c1102407658a9589d
5
5
  SHA512:
6
- metadata.gz: f4188865c205f58bf080d879f50ad818716bac84145b568db85324ea5cbb1aa0f2afe1df87a8e9f2cb29be276ed66dfdceb9ca359e58292e7f11cfff5163c76e
7
- data.tar.gz: 2ab7965676ca7d50f881f26ae8fb5bdac89624a02642303feeab5db5191065d73aa7af578533d98fa7b61eb72f8d34c33e8c2f6ad686aaf2a44d07ba32659f75
6
+ metadata.gz: 95ba30a956cbe91875e7370b2cef33e03fcb2ce010f6745000a06aaea7460979c1cb2eae28e0b31a7d86c5a7e28c50cf73967aee9be1459906e02c9273f110ff
7
+ data.tar.gz: d3e7726b4f179fa8781d8c1dc16dfceb844ac356503a57119baae021877f78e8ea61b3f7dec4c6bea6c9198ac49803806ea648805ee7421da2c026ee0709b289
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- action_controller-stashed_redirects (0.2.2)
4
+ action_controller-stashed_redirects (1.0.0)
5
5
  actionpack (>= 7.0)
6
6
 
7
7
  GEM
@@ -53,17 +53,11 @@ GEM
53
53
  loofah (2.22.0)
54
54
  crass (~> 1.0.2)
55
55
  nokogiri (>= 1.12.0)
56
+ mini_portile2 (2.8.9)
56
57
  minitest (5.24.1)
57
58
  mutex_m (0.2.0)
58
- nokogiri (1.16.6-aarch64-linux)
59
- racc (~> 1.4)
60
- nokogiri (1.16.6-arm-linux)
61
- racc (~> 1.4)
62
- nokogiri (1.16.6-arm64-darwin)
63
- racc (~> 1.4)
64
- nokogiri (1.16.6-x86-linux)
65
- racc (~> 1.4)
66
- nokogiri (1.16.6-x86_64-linux)
59
+ nokogiri (1.16.6)
60
+ mini_portile2 (~> 2.8.2)
67
61
  racc (~> 1.4)
68
62
  psych (5.1.2)
69
63
  stringio
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ActionController
4
4
  module StashedRedirects
5
- VERSION = "0.2.2"
5
+ VERSION = "1.0.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_controller-stashed_redirects
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kasper Timm Hansen
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-07-06 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: actionpack
@@ -24,7 +23,6 @@ dependencies:
24
23
  - - ">="
25
24
  - !ruby/object:Gem::Version
26
25
  version: '7.0'
27
- description:
28
26
  email:
29
27
  - hey@kaspth.com
30
28
  executables: []
@@ -47,7 +45,6 @@ metadata:
47
45
  homepage_uri: https://github.com/kaspth/action_controller-stashed_redirects
48
46
  source_code_uri: https://github.com/kaspth/action_controller-stashed_redirects
49
47
  changelog_uri: https://github.com/kaspth/action_controller-stashed_redirects/blob/main/CHANGELOG.md
50
- post_install_message:
51
48
  rdoc_options: []
52
49
  require_paths:
53
50
  - lib
@@ -62,8 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
59
  - !ruby/object:Gem::Version
63
60
  version: '0'
64
61
  requirements: []
65
- rubygems_version: 3.5.10
66
- signing_key:
62
+ rubygems_version: 3.6.9
67
63
  specification_version: 4
68
64
  summary: Embed a controller flow within another by stashing the final redirect upfront
69
65
  and performing it after completing.