philiprehberger-http_client 0.3.0 → 0.3.1

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: 2f8d01a8b80b5ca589a82906a4adc563e8229c7d87db1950561168c1879bf28e
4
- data.tar.gz: 47558113f73d0aed9d25a04b234e0c2460929caccd7417fbac15038f7c5f3660
3
+ metadata.gz: dc47cd54c2873fe7bf5dacad5d62bb028b4ccd9b36e028182e7700cbfeb589de
4
+ data.tar.gz: 26739ada42f419275cada8b35136f0b35fe1c4c2744067466f5e20fc851c4a58
5
5
  SHA512:
6
- metadata.gz: 52f702e8e02db51cbb6c5765caa9a386bf6efef23d97a89e39bd84bdfc329ac874c63ce11dd74720a4887ee9df5474e551ccc4bf58af5305da8cffccdf67d10e
7
- data.tar.gz: 3e9b1b6edfd9e253ddc5086cf0951459d25a5e40785b73d49c1aa241cc5dd59d2f502c69564afac9ec9132d79489ecbc0c34e237de5120b79072c5ce7f84ad23
6
+ metadata.gz: d4a8181bf4925a8314d54cbe34db75dd19a79af46d5c7f432bb33172df6c89d1c6b6e0bede1cdbdada2613f8291c1c15a7dee6559ddbf73d432437891ae67531
7
+ data.tar.gz: 48a8ca6c36e77ca87950da44209d7e39eecfe23ee7ed7d9bebf6c63f717c849fb021e69a7aada4a81d52996be7a206c5bff5c53099283abf9cb467f1709907bb
data/CHANGELOG.md CHANGED
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.3.1] - 2026-03-12
9
+
10
+ ### Fixed
11
+ - Re-release with no code changes (RubyGems publish fix)
12
+
8
13
  ## [0.3.0] - 2026-03-12
9
14
 
10
15
  ### Added
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module HttpClient
5
- VERSION = "0.3.0"
5
+ VERSION = "0.3.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: philiprehberger-http_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip Rehberger