http.rb 0.26.0 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +9 -0
  3. data/lib/HTTP/VERSION.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb37f747fc1a26c9785c5091e588c184c5b4718f2a407bb3c1390a93fc29213a
4
- data.tar.gz: 422e9c8af9ec867e72fcbbbb4d824187cede13302341f74ab33e1854fc573c3d
3
+ metadata.gz: c6cf64d373fd047e68f56e4d612f0aa7569c69e183dde7057c7cef706861d7b0
4
+ data.tar.gz: e817f97f6747c05c492823dfeea938f45db80fc77fb2ef5adb93e69818a12faa
5
5
  SHA512:
6
- metadata.gz: df47a27bc34caf88683b305710d2073a99086222ed77eb3ad5d3f4c2858fc59e82b8dcbb56459e883d19f1b06f33d48ee5e3a324f200a123c90756ecd679dad7
7
- data.tar.gz: 80374cb8c16fa8edf649d541523f06d9bdce79f509342c31d49cdec7a6313c291ff863f878c15d9b7ea32aaa8594104588f5544b4120c1027e95a618a5fa2312
6
+ metadata.gz: 466fadc13d04a2333864c0e2c5337454bb6010293f86346d9a8d8ea06f4e577952a3451eb16997f6723882ca4fe8f598784c1675698b56a3f1594a2a39781f0a
7
+ data.tar.gz: f52d5e6362127c020091e1d8b2317ad909edf1f3a36e4341f8dba1d8ba92a358ff9fab206eb7e276d7e4e670db7e9af55b885ae9e54224d94d05b6d9563f7d84
data/CHANGELOG CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  ## 20260522
4
4
 
5
+ 1.0.0: API stability declaration.
6
+
7
+ The verb interface (HTTP.get, HTTP.post, HTTP.put, HTTP.delete, HTTP.head, HTTP.options, HTTP.patch, HTTP.trace), the options hash, the redirect handling, the response predicates, and the retry configuration have been stable in shape for several releases. This release declares that commitment publicly: from here, any breaking change requires a major version bump.
8
+
9
+ 1. ~ HTTP::VERSION: /0.26.0/1.0.0/
10
+ 2. ~ CHANGELOG: + 1.0.0 entry
11
+
12
+ ## 20260522
13
+
5
14
  0.26.0: Documentation and housekeeping polish before 1.0.
6
15
 
7
16
  1. ~ README.md: Opening blurb now lists all supported verbs (get, head, options, trace, post, put, patch, delete) rather than claiming only GET/POST support.
data/lib/HTTP/VERSION.rb CHANGED
@@ -2,5 +2,5 @@
2
2
  # HTTP::VERSION
3
3
 
4
4
  module HTTP
5
- VERSION = '0.26.0'
5
+ VERSION = '1.0.0'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - thoran