philiprehberger-http_client 0.4.1 → 0.4.3

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: 97333340c609f0644e26f98a211046453d8a9a2a25d481ed7e32bdc692e59c34
4
- data.tar.gz: 6de9a47bb6e9d51cce945257c8dfd2c7ab8dc9b4d6d06e98ca2b88fac0ea3a88
3
+ metadata.gz: 4ab2ffd8c6973d114707768d4285ff77fad6e72906e7c27612f1b26107b17c83
4
+ data.tar.gz: ae3f6beffaacc0f5cc4f547eab0321bcd559b82ed815ea5e4b354c118560a7a4
5
5
  SHA512:
6
- metadata.gz: 31b3c5ff2878f16cfb643e94f76288e578aba515100c285a56b216704ca164f262fa7a870a6075b90cdea8deeb76b38f679cf30dd91273b5c5be1e46277d0345
7
- data.tar.gz: e76a8fd782453e0e8f684a4781f5136e6da323aa7f435dc384d606c87c3b88cebd48e4ae86537ea05f125aa68f9da39e0365082d601207ef47983b23a423b455
6
+ metadata.gz: f56fdd2721ebc151a995ca349c3a500c4bd405f30fcd60aba238ff24fb0be706235c9e19df2ebd2a2ac3b0756f94c14c0524425cff1c7e256ea703059bab0f6a
7
+ data.tar.gz: 70361e11476cc3fc84ad0210ae66ded39491c750ffceee9e1ebb428e10c4088f39276e5f77428ca8840f942c3a4823b77126b05551118c098d4ca1240b91354a
data/CHANGELOG.md CHANGED
@@ -1,10 +1,29 @@
1
1
  # Changelog
2
2
 
3
- ## 0.4.1
3
+ All notable changes to this gem will be documented in this file.
4
4
 
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
+ and this gem adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [Unreleased]
9
+
10
+ ## [0.4.3] - 2026-03-20
11
+
12
+ ### Fixed
13
+ - Fix README description trailing period
14
+ - Fix CHANGELOG header wording
15
+
16
+ ## [0.4.2] - 2026-03-20
17
+
18
+ ### Fixed
19
+ - Fix badge order and Gem Version badge URL in README
20
+
21
+ ## [0.4.1] - 2026-03-18
22
+
23
+ ### Fixed
5
24
  - Fix RuboCop Style/StringLiterals violations in gemspec
6
25
 
7
- ## 0.4.0
26
+ ## [0.4.0] - 2026-03-17
8
27
 
9
28
  ### Added
10
29
 
@@ -19,22 +38,19 @@
19
38
  - Network errors (`Errno::ECONNREFUSED`, `Errno::ECONNRESET`, etc.) now raise `NetworkError` instead of raw system errors
20
39
  - Timeout errors (`Net::OpenTimeout`, `Net::ReadTimeout`) now raise `TimeoutError` instead of raw Net errors
21
40
 
22
- ## 0.3.3
41
+ ## [0.3.3] - 2026-03-16
23
42
 
43
+ ### Fixed
24
44
  - Fix CI: version test and rubocop compliance
25
45
 
26
- ## 0.3.2
46
+ ## [0.3.2] - 2026-03-16
27
47
 
48
+ ### Changed
28
49
  - Add License badge to README
29
50
  - Add bug_tracker_uri to gemspec
30
51
  - Add Development section to README
31
52
  - Add Requirements section to README
32
53
 
33
- All notable changes to this project will be documented in this file.
34
-
35
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
36
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
37
-
38
54
  ## [0.3.1] - 2026-03-12
39
55
 
40
56
  ### Fixed
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # philiprehberger-http_client
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/philiprehberger-http_client.svg)](https://badge.fury.io/rb/philiprehberger-http_client)
4
- [![CI](https://github.com/philiprehberger/rb-http-client/actions/workflows/ci.yml/badge.svg)](https://github.com/philiprehberger/rb-http-client/actions/workflows/ci.yml)
3
+ [![Tests](https://github.com/philiprehberger/rb-http-client/actions/workflows/ci.yml/badge.svg)](https://github.com/philiprehberger/rb-http-client/actions/workflows/ci.yml)
4
+ [![Gem Version](https://badge.fury.io/rb/philiprehberger-http_client.svg)](https://rubygems.org/gems/philiprehberger-http_client)
5
5
  [![License](https://img.shields.io/github/license/philiprehberger/rb-http-client)](LICENSE)
6
6
 
7
- Lightweight HTTP client wrapper with retries and interceptors.
7
+ Lightweight HTTP client wrapper with retries and interceptors
8
8
 
9
9
  ## Requirements
10
10
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module HttpClient
5
- VERSION = "0.4.1"
5
+ VERSION = "0.4.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: philiprehberger-http_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip Rehberger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-19 00:00:00.000000000 Z
11
+ date: 2026-03-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A zero-dependency HTTP client built on Ruby's net/http with automatic
14
14
  retries, request/response interceptors, and a clean API for JSON services.