puma-plugin-delayed_stop 0.1.1 → 0.1.2

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: 2c7009edcf3999e58d11d7239e03a13c33c3eb9ca59aefe802a6a7124485abdd
4
- data.tar.gz: 9f627f50f3690a5ac6c605b4fcb76b150e736c42806f8c9b26cdbe4a125585e5
3
+ metadata.gz: dc8664add1bfaaa23ba2dcb0af9aa3393b47f099c14be61679691f5f37b01c90
4
+ data.tar.gz: 36636ef904d1c91ff80b24d7766a6f4b2305f0b276b556dffe81cc4db185adc7
5
5
  SHA512:
6
- metadata.gz: a02f151ceec1ab8f4e2ca52aaa92e06ea40f2b2f3892e19bb8d104cc5790407d7e6ca0875b48747c4506b19906cb2fe14c6521da63c99329b89044c6bbf64b5c
7
- data.tar.gz: f9fd7d33fc31e798b2a3afdd80022e885189ac4c2ab783f1b2dd98f8999c391fe6f80bd648d6fc5c3d46182df0466492032915d094e741dcac38615e52737a37
6
+ metadata.gz: 12b120a05791c9495d26282509ebf455ff486d85c121d9891d0eb035966a5766aa912b1e8e2e9bf7f7388b1ce05d9ca7f7d4bb990c64f4b289b3d040ae7ec813
7
+ data.tar.gz: '0691f06932d1bb1ff070effd08c111145c50a7e178d278b8d7976cdf066bc7e4e07b25c80d31735da46267f818f36205b302b77599a77cb7d6948124efb5a027'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.2 (2026/03/20)
4
+
5
+ - Fix release workflow failing to create GitHub Release
6
+
3
7
  ## 0.1.1 (2026/03/20)
4
8
 
5
9
  - Fix `uninitialized constant Puma::Plugin` error when Bundler auto-requires the gem before Puma is loaded
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PumaPluginDelayedStop
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puma-plugin-delayed_stop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Schmidt