funnel_http 0.5.3 → 0.5.4
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 +8 -1
- data/ext/funnel_http/go.mod +1 -1
- data/ext/funnel_http/go.sum +2 -2
- data/lib/funnel_http/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c79a5219174c01b759695d82e825f8d35ba40cce858dd7f83502777849e0767a
|
|
4
|
+
data.tar.gz: e69fded842d1e25740e7cc0369a6d44f019b4f6f8b9cacc7e3523decad0ce933
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a4072fc271e39aa6920d00487229dea807293ff8fdec073775ecd48134cc5eddde5a1af1deab6e15c1f6a988d7069779243a1fe09f3984833ec6ca38a911ce9
|
|
7
|
+
data.tar.gz: e9e10f0a0f337f96e7063df0f74ed0ede1efe577a71595dcb9335da54073ac150824e684fc9cae63a4e31e8ca8fa323c9bd13e77fbb579992fc9929ae36125ae
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
## [Unreleased]
|
|
2
|
-
[full changelog](http://github.com/sue445/funnel_http/compare/v0.5.
|
|
2
|
+
[full changelog](http://github.com/sue445/funnel_http/compare/v0.5.4...main)
|
|
3
|
+
|
|
4
|
+
## [0.5.4](https://github.com/sue445/funnel_http/releases/tag/v0.5.4) - 2025-11-29
|
|
5
|
+
[full changelog](http://github.com/sue445/funnel_http/compare/v0.5.3...v0.5.4)
|
|
6
|
+
|
|
7
|
+
* Release gem from GitHub Actions
|
|
8
|
+
* https://github.com/sue445/funnel_http/pull/117
|
|
9
|
+
* Update Go dependencies
|
|
3
10
|
|
|
4
11
|
## [0.5.3](https://github.com/sue445/funnel_http/releases/tag/v0.5.3) - 2025-11-01
|
|
5
12
|
[full changelog](http://github.com/sue445/funnel_http/compare/v0.5.2...v0.5.3)
|
data/ext/funnel_http/go.mod
CHANGED
data/ext/funnel_http/go.sum
CHANGED
|
@@ -52,8 +52,8 @@ golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwY
|
|
|
52
52
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
|
53
53
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
|
54
54
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
|
55
|
-
golang.org/x/sync v0.
|
|
56
|
-
golang.org/x/sync v0.
|
|
55
|
+
golang.org/x/sync v0.18.0 h1:kr88TuHDroi+UVf+0hZnirlk8o8T+4MrK6mr60WkH/I=
|
|
56
|
+
golang.org/x/sync v0.18.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
|
|
57
57
|
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
|
|
58
58
|
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
59
59
|
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
data/lib/funnel_http/version.rb
CHANGED