wreq-rb 0.6.1-aarch64-linux → 0.6.2-aarch64-linux

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: 3a59b2a80bdaf1731f7face8b86de25398d321fc9e0a66c434869d3c79ce9156
4
- data.tar.gz: b95c12fbec41021bf3dce2013c1fb783f4babd0a930b54a395beccde0cc93e46
3
+ metadata.gz: cd2fa3fb7802215784876dc0bf51308743e17c75b5889fa199f938a610b9b995
4
+ data.tar.gz: c7e3e83609a3454a80da56e496c8cce73d6cbdda3aa844cd65f4960dda2db854
5
5
  SHA512:
6
- metadata.gz: aa1d89143efd742c76ec4b7acb4c2df0012c8f9934541f95380cf8ff11be8536ced80fda0408b5ac4b8af8db44eb2f1ce47b23b5cc955ed3a44305b28a9575eb
7
- data.tar.gz: 01df00261a1bb432ae441694fb58dbe4662ac0230d30db31da62dba2339e4d81696c06deaf4f1117e0556ca05c9adc506ad1cfa2f2334a6cc5831e9657a5bd8b
6
+ metadata.gz: bf2055fea415ce0d056b5c1c030da564918d892e206161daf6fab1f161241cf996bea3a73c894feee539d7b9ad03eb541d04279cb4c58a894165ebe395b31612
7
+ data.tar.gz: db4f74786e61bb66de96b83cb338b7123ec5a3d5b208d6e29b81b6e523fc354018c9f9d512c0230de5639fc8b02f905c52a13d26b9fdcbe6087463785e671f90
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wreq
4
- VERSION = "0.6.1"
4
+ VERSION = "0.6.2"
5
5
  end
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wreq-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Yicheng Zhou
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2026-08-28 00:00:00.000000000 Z
12
+ date: 2026-09-13 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: An ergonomic Ruby HTTP client powered by Rust's wreq library, featuring
15
15
  TLS fingerprint emulation (JA3/JA4), HTTP/2 support, cookie handling, proxy support,