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 +4 -4
- data/CHANGELOG.md +25 -9
- data/README.md +3 -3
- data/lib/philiprehberger/http_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4ab2ffd8c6973d114707768d4285ff77fad6e72906e7c27612f1b26107b17c83
|
|
4
|
+
data.tar.gz: ae3f6beffaacc0f5cc4f547eab0321bcd559b82ed815ea5e4b354c118560a7a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f56fdd2721ebc151a995ca349c3a500c4bd405f30fcd60aba238ff24fb0be706235c9e19df2ebd2a2ac3b0756f94c14c0524425cff1c7e256ea703059bab0f6a
|
|
7
|
+
data.tar.gz: 70361e11476cc3fc84ad0210ae66ded39491c750ffceee9e1ebb428e10c4088f39276e5f77428ca8840f942c3a4823b77126b05551118c098d4ca1240b91354a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
|
|
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
|
-
[](https://github.com/philiprehberger/rb-http-client/actions/workflows/ci.yml)
|
|
4
|
+
[](https://rubygems.org/gems/philiprehberger-http_client)
|
|
5
5
|
[](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
|
|
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.
|
|
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-
|
|
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.
|