funnel_http 0.5.7 → 0.5.8

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: 63457655dd4e179bf02011ca0d9eb5ee733dd0dff0eab7abb8a807b3072afa4d
4
- data.tar.gz: e045848d284d43959dbe18a9dfa823845aa8f4872f39bdaf90724ca28c3a64b0
3
+ metadata.gz: c7239553d7f578139cf87a0b7cc304ce79a47d0b58bee7ebe2013c7fc477b65c
4
+ data.tar.gz: f17a90176f425e25748c8eaa5307d4f4498b9d88aefdb8f3106e214e555066c9
5
5
  SHA512:
6
- metadata.gz: eba4d4ca11f4b7bac53f7c61ec9d55ac9f7437988ad7c66e5a39e7f039356ef9a07640dbb98b4198475075122a07632114b07eea7ae6c3a5ec2a1442b7dc8f43
7
- data.tar.gz: da01cec2a8b38cde16aa5e08815b5f6b835d0932f8a2c0e2070d854ed498d7a34765fd933423f5b9708b7e71834e06ecb819ed2af52136b75a051276fd4f2ad9
6
+ metadata.gz: fb7e45b30c30b81f24722e84c9ec33fce9510ada5b479b6f45acac5e16c5cc71e73779f92822452873953fc02c9ebee996a34a7c813f25dc395976307025afe7
7
+ data.tar.gz: e3ce3eeef3b7caea8528f0c40ebe56c4fc3d36876284ac26acdd79e6772e6888366b080f365b4561c45717d869976d9cbe78924eb3c538210ef6788895545fcb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  ## [Unreleased]
2
- [full changelog](http://github.com/sue445/funnel_http/compare/v0.5.7...main)
2
+ [full changelog](http://github.com/sue445/funnel_http/compare/v0.5.8...main)
3
+
4
+ ## [0.5.8](https://github.com/sue445/funnel_http/releases/tag/v0.5.8) - 2026-03-15
5
+ [full changelog](http://github.com/sue445/funnel_http/compare/v0.5.7...v0.5.8)
6
+
7
+ * Requires Go 1.15.8+
8
+ * https://github.com/sue445/funnel_http/pull/165
9
+ * Update Go dependencies
3
10
 
4
11
  ## [0.5.7](https://github.com/sue445/funnel_http/releases/tag/v0.5.7) - 2026-02-11
5
12
  [full changelog](http://github.com/sue445/funnel_http/compare/v0.5.6...v0.5.7)
@@ -1,13 +1,13 @@
1
1
  module github.com/sue445/funnel_http
2
2
 
3
- go 1.24.13
3
+ go 1.25.8
4
4
 
5
5
  require (
6
6
  github.com/cockroachdb/errors v1.12.0
7
7
  github.com/jarcoal/httpmock v1.4.1
8
8
  github.com/ruby-go-gem/go-gem-wrapper v0.11.0
9
9
  github.com/stretchr/testify v1.11.1
10
- golang.org/x/sync v0.19.0
10
+ golang.org/x/sync v0.20.0
11
11
  )
12
12
 
13
13
  require (
@@ -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.19.0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4=
56
- golang.org/x/sync v0.19.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
55
+ golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4=
56
+ golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
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=
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FunnelHttp
4
- VERSION = "0.5.7"
4
+ VERSION = "0.5.8"
5
5
  end
@@ -10,7 +10,7 @@ gems:
10
10
  source:
11
11
  type: git
12
12
  name: ruby/gem_rbs_collection
13
- revision: 5aeae33367fa324abf3a4ef912f4e27aaf17f6b9
13
+ revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
14
14
  remote: https://github.com/ruby/gem_rbs_collection.git
15
15
  repo_dir: gems
16
16
  - name: diff-lcs
@@ -18,7 +18,7 @@ gems:
18
18
  source:
19
19
  type: git
20
20
  name: ruby/gem_rbs_collection
21
- revision: 5aeae33367fa324abf3a4ef912f4e27aaf17f6b9
21
+ revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
22
22
  remote: https://github.com/ruby/gem_rbs_collection.git
23
23
  repo_dir: gems
24
24
  - name: fileutils
@@ -45,12 +45,16 @@ gems:
45
45
  version: '0'
46
46
  source:
47
47
  type: stdlib
48
+ - name: prism
49
+ version: 1.9.0
50
+ source:
51
+ type: rubygems
48
52
  - name: rack
49
53
  version: '2.2'
50
54
  source:
51
55
  type: git
52
56
  name: ruby/gem_rbs_collection
53
- revision: 5aeae33367fa324abf3a4ef912f4e27aaf17f6b9
57
+ revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
54
58
  remote: https://github.com/ruby/gem_rbs_collection.git
55
59
  repo_dir: gems
56
60
  - name: rake
@@ -58,7 +62,7 @@ gems:
58
62
  source:
59
63
  type: git
60
64
  name: ruby/gem_rbs_collection
61
- revision: 5aeae33367fa324abf3a4ef912f4e27aaf17f6b9
65
+ revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
62
66
  remote: https://github.com/ruby/gem_rbs_collection.git
63
67
  repo_dir: gems
64
68
  - name: rdoc
@@ -70,7 +74,7 @@ gems:
70
74
  source:
71
75
  type: git
72
76
  name: ruby/gem_rbs_collection
73
- revision: 5aeae33367fa324abf3a4ef912f4e27aaf17f6b9
77
+ revision: 1acc2fda1726ddac0bd60c4da369ce7266479413
74
78
  remote: https://github.com/ruby/gem_rbs_collection.git
75
79
  repo_dir: gems
76
80
  - name: stringio
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: funnel_http
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.7
4
+ version: 0.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-02-11 00:00:00.000000000 Z
11
+ date: 2026-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: go_gem