funnel_http 0.5.5 → 0.5.6

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: e932ba8bc8edd4157b93cb4d4755602a3e736579b9855286814cabec9b46d2e9
4
- data.tar.gz: b988162bfb31d433664a76704550eafcd3c05574d841bb57783f022e27c2860f
3
+ metadata.gz: 2c9b59e3ba3438196a2e71f982e7fd00f1e817e4a819386321f0f6cbd920808e
4
+ data.tar.gz: f33573c73247c295899212210e4f54b7308fe395b7bfca8f7c11e8343e51c8ab
5
5
  SHA512:
6
- metadata.gz: a50c4a89dd41537228b7fa40cdda780bd7a22994ae9a4d30ec9367334646af598844e5e99392cdd423390795a28ceec46ebea072c3eb5ccc40ae3d75599f0aaf
7
- data.tar.gz: 77536931ab3666c9d02493b76a135b0ae0cbea021c1aaa0623d63d9ab81deaa0a385282f1691d9fded9e18392659d7fe052c39b0e93ffeeaa9f90fffe496e9e5
6
+ metadata.gz: 3490f596f14465392b7b6f916105ae36425c50fdb2349df6e70118795f413399ea4ce1e4c120ac13702c0d5c125d19829ac0a59df1495bc05e07addbe9c805de
7
+ data.tar.gz: 38828b77b0a0b8f5b004e0792373b8ea8c0a08f7a86f94441fb7610a722d14c77beade819fdf9906bb0663e3fdbba3eb3b61b91eca29c55e04acf8d82b62af4e
@@ -0,0 +1 @@
1
+ 2.4
data/.tool-versions ADDED
@@ -0,0 +1 @@
1
+ ruby 3.3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  ## [Unreleased]
2
- [full changelog](http://github.com/sue445/funnel_http/compare/v0.5.5...main)
2
+ [full changelog](http://github.com/sue445/funnel_http/compare/v0.5.6...main)
3
+
4
+ ## [0.5.6](https://github.com/sue445/funnel_http/releases/tag/v0.5.6) - 2026-01-31
5
+ [full changelog](http://github.com/sue445/funnel_http/compare/v0.5.5...v0.5.6)
6
+
7
+ * [CVE-2025-61730] Requires Go 1.24.12
8
+ * https://github.com/sue445/funnel_http/pull/153
9
+ * Update Go dependencies
3
10
 
4
11
  ## [0.5.5](https://github.com/sue445/funnel_http/releases/tag/v0.5.5) - 2025-11-29
5
12
  [full changelog](http://github.com/sue445/funnel_http/compare/v0.5.4...v0.5.5)
@@ -1,13 +1,13 @@
1
1
  module github.com/sue445/funnel_http
2
2
 
3
- go 1.24.11
3
+ go 1.24.12
4
4
 
5
5
  require (
6
6
  github.com/cockroachdb/errors v1.12.0
7
7
  github.com/jarcoal/httpmock v1.4.1
8
- github.com/ruby-go-gem/go-gem-wrapper v0.10.0
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.18.0
10
+ golang.org/x/sync v0.19.0
11
11
  )
12
12
 
13
13
  require (
@@ -34,8 +34,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
34
34
  github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
35
35
  github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8=
36
36
  github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
37
- github.com/ruby-go-gem/go-gem-wrapper v0.10.0 h1:hvcKMx3cIA7b+isnwR30VPG898rwJIbj+tyBbHPC8eM=
38
- github.com/ruby-go-gem/go-gem-wrapper v0.10.0/go.mod h1:kD/v4YP0nCzAKo5RpMvZki8f8xTi1VKqGiuA+DTXHBM=
37
+ github.com/ruby-go-gem/go-gem-wrapper v0.11.0 h1:n3GXZUm3ZJvjTEB3A3qySeJyMJYHRPeNYo3FyxKZVek=
38
+ github.com/ruby-go-gem/go-gem-wrapper v0.11.0/go.mod h1:kD/v4YP0nCzAKo5RpMvZki8f8xTi1VKqGiuA+DTXHBM=
39
39
  github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
40
40
  github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
41
41
  github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
@@ -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.18.0 h1:kr88TuHDroi+UVf+0hZnirlk8o8T+4MrK6mr60WkH/I=
56
- golang.org/x/sync v0.18.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
55
+ golang.org/x/sync v0.19.0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4=
56
+ golang.org/x/sync v0.19.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=
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FunnelHttp
4
- VERSION = "0.5.5"
4
+ VERSION = "0.5.6"
5
5
  end
@@ -6,21 +6,29 @@ gems:
6
6
  source:
7
7
  type: rubygems
8
8
  - name: cgi
9
- version: '0'
9
+ version: '0.5'
10
10
  source:
11
- type: stdlib
11
+ type: git
12
+ name: ruby/gem_rbs_collection
13
+ revision: 57196ee070a59a2dfd64f9f91a3f974a9a5afea8
14
+ remote: https://github.com/ruby/gem_rbs_collection.git
15
+ repo_dir: gems
12
16
  - name: diff-lcs
13
17
  version: '1.5'
14
18
  source:
15
19
  type: git
16
20
  name: ruby/gem_rbs_collection
17
- revision: f1d2dae32fe8d46683fbc79bbd0f1ca391d5e11a
21
+ revision: 57196ee070a59a2dfd64f9f91a3f974a9a5afea8
18
22
  remote: https://github.com/ruby/gem_rbs_collection.git
19
23
  repo_dir: gems
20
24
  - name: fileutils
21
25
  version: '0'
22
26
  source:
23
27
  type: stdlib
28
+ - name: io-console
29
+ version: '0'
30
+ source:
31
+ type: stdlib
24
32
  - name: logger
25
33
  version: '0'
26
34
  source:
@@ -29,12 +37,20 @@ gems:
29
37
  version: '0'
30
38
  source:
31
39
  type: stdlib
40
+ - name: pp
41
+ version: '0'
42
+ source:
43
+ type: stdlib
44
+ - name: prettyprint
45
+ version: '0'
46
+ source:
47
+ type: stdlib
32
48
  - name: rack
33
49
  version: '2.2'
34
50
  source:
35
51
  type: git
36
52
  name: ruby/gem_rbs_collection
37
- revision: f1d2dae32fe8d46683fbc79bbd0f1ca391d5e11a
53
+ revision: 57196ee070a59a2dfd64f9f91a3f974a9a5afea8
38
54
  remote: https://github.com/ruby/gem_rbs_collection.git
39
55
  repo_dir: gems
40
56
  - name: rake
@@ -42,15 +58,19 @@ gems:
42
58
  source:
43
59
  type: git
44
60
  name: ruby/gem_rbs_collection
45
- revision: f1d2dae32fe8d46683fbc79bbd0f1ca391d5e11a
61
+ revision: 57196ee070a59a2dfd64f9f91a3f974a9a5afea8
46
62
  remote: https://github.com/ruby/gem_rbs_collection.git
47
63
  repo_dir: gems
64
+ - name: rdoc
65
+ version: '0'
66
+ source:
67
+ type: stdlib
48
68
  - name: sinatra
49
69
  version: '4.0'
50
70
  source:
51
71
  type: git
52
72
  name: ruby/gem_rbs_collection
53
- revision: f1d2dae32fe8d46683fbc79bbd0f1ca391d5e11a
73
+ revision: 57196ee070a59a2dfd64f9f91a3f974a9a5afea8
54
74
  remote: https://github.com/ruby/gem_rbs_collection.git
55
75
  repo_dir: gems
56
76
  - name: stringio
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: funnel_http
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
8
+ autorequire:
8
9
  bindir: exe
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
11
+ date: 2026-01-30 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: go_gem
@@ -23,6 +24,20 @@ dependencies:
23
24
  - - "~>"
24
25
  - !ruby/object:Gem::Version
25
26
  version: '0.6'
27
+ - !ruby/object:Gem::Dependency
28
+ name: irb
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
26
41
  - !ruby/object:Gem::Dependency
27
42
  name: puma
28
43
  requirement: !ruby/object:Gem::Requirement
@@ -185,8 +200,10 @@ extensions:
185
200
  - ext/funnel_http/extconf.rb
186
201
  extra_rdoc_files: []
187
202
  files:
203
+ - ".golangci-lint-version"
188
204
  - ".golangci.yml"
189
205
  - ".rspec"
206
+ - ".tool-versions"
190
207
  - ".yardopts"
191
208
  - CHANGELOG.md
192
209
  - LICENSE.txt
@@ -220,6 +237,7 @@ metadata:
220
237
  changelog_uri: https://github.com/sue445/funnel_http/blob/main/CHANGELOG.md
221
238
  documentation_uri: https://sue445.github.io/funnel_http/
222
239
  rubygems_mfa_required: 'true'
240
+ post_install_message:
223
241
  rdoc_options: []
224
242
  require_paths:
225
243
  - lib
@@ -234,7 +252,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
234
252
  - !ruby/object:Gem::Version
235
253
  version: '0'
236
254
  requirements: []
237
- rubygems_version: 3.6.9
255
+ rubygems_version: 3.5.22
256
+ signing_key:
238
257
  specification_version: 4
239
258
  summary: Perform HTTP requests in parallel with goroutine
240
259
  test_files: []