http 6.0.1-java → 6.0.2-java

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/lib/http/version.rb +1 -1
  3. data/sig/http.rbs +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6a1c4d929375f1c57dac233cd8894ddd16acc8e31e622b8e2e1c635e2ddd751
4
- data.tar.gz: 07a648d641c9695a8dc2da209f41b2c754dae80471898e92cee0fcf7faed719e
3
+ metadata.gz: edfd79064b9540dfcb5539c4149461c68b57fd4d39a730e4ea8b5376ddaeaeb6
4
+ data.tar.gz: 22e4fad8762715d1cf5d4ab66ec09a5f9048f10c6098a53b6e9e8fe33dff97cd
5
5
  SHA512:
6
- metadata.gz: 02a5d1da15c08728360a41a194d8f5821315826a0883decb7beb2ffe7937c66f873044b82c95ea26f9c5a9ec45b2ff512983e6824643f41fd8851449b414c819
7
- data.tar.gz: 32035c6f50e1ddbc01b57eb4910e9891474bd695e435f83319431d88f5ca6f892f87e11b716502f79fc596b61fb548f83e17b4ce3544dc3d64f6ca9a5fef6ef4
6
+ metadata.gz: be774ea3961566f428387ef9a5be253937d81410fb57fb798d269a1811b65da48c57d0edad7bc89da703256bb18382c886057f2780da1e94357dd9f2625aaa89
7
+ data.tar.gz: e0fd1ecd1b31df5661fd57a1166adfe35a94801d4e0539cda0cfcd1b57e6c23c5927bd7b6d5ca388ce17c1d4279bc419cec24467ef865401cc2c0bd753026889
data/lib/http/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  module HTTP
4
4
  # Current library version
5
- VERSION = "6.0.1"
5
+ VERSION = "6.0.2"
6
6
  end
data/sig/http.rbs CHANGED
@@ -1272,7 +1272,7 @@ module HTTP
1272
1272
  def size: () -> Integer
1273
1273
 
1274
1274
  # Rewinds the IO to the beginning
1275
- def rewind: () -> (Integer | void)
1275
+ def rewind: () -> void
1276
1276
  end
1277
1277
 
1278
1278
  class Part
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.1
4
+ version: 6.0.2
5
5
  platform: java
6
6
  authors:
7
7
  - Tony Arcieri
@@ -118,10 +118,10 @@ licenses:
118
118
  - MIT
119
119
  metadata:
120
120
  homepage_uri: https://github.com/httprb/http
121
- source_code_uri: https://github.com/httprb/http/tree/v6.0.1
121
+ source_code_uri: https://github.com/httprb/http/tree/v6.0.2
122
122
  bug_tracker_uri: https://github.com/httprb/http/issues
123
- changelog_uri: https://github.com/httprb/http/blob/v6.0.1/CHANGELOG.md
124
- documentation_uri: https://www.rubydoc.info/gems/http/6.0.1
123
+ changelog_uri: https://github.com/httprb/http/blob/v6.0.2/CHANGELOG.md
124
+ documentation_uri: https://www.rubydoc.info/gems/http/6.0.2
125
125
  rubygems_mfa_required: 'true'
126
126
  rdoc_options: []
127
127
  require_paths:
@@ -137,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
139
  requirements: []
140
- rubygems_version: 3.7.2
140
+ rubygems_version: 4.0.8
141
141
  specification_version: 4
142
142
  summary: HTTP should be easy
143
143
  test_files: []