faraday-rack 2.1.2 → 2.1.3

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/faraday/rack/version.rb +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed8ab48811758fb545d362c178ad28e827fecc2dd723e02ee5bee86db706a9cd
4
- data.tar.gz: 6c120fb593a0482d79d5a1266dd787d5c208bb404dcf43b30a7e5d0576aa810d
3
+ metadata.gz: 85cde001d1278d777e0d4d2a987c17aea83cbf8d74a52c7d34ac4e8330b845dd
4
+ data.tar.gz: d745f8e8119509408af2aa224e1c5cadae7b55c9b4774c04600d2384ffb65d99
5
5
  SHA512:
6
- metadata.gz: a963f9e4542036e2db1d5afbb2c323a2002af782bb26dba8fd25b68866cefcef2a55d3aed2335fcc4787ab1b2d90d0c67a034a56158eb5388971d761a410ab68
7
- data.tar.gz: b9f665f63642df393fc2a5f7a0f5d0d8c40c2434dbaed2396081aa96c9d19a6ac6c40ac989be58d5cfa30ca8773d7bb79db7d84172c24365506019d689e70dfa
6
+ metadata.gz: 3e5a0bfa30d82027b9e0c9bd7ca7004c437d27e9f7f2d2948d09939ffdf896c09c82802964976df7aa8d14a2f397fbf712236a8b71fc5866ba2d0cd5e8e5d6ad
7
+ data.tar.gz: 263e8941a064bba52b192f6b89ce0ab761aa57a77876e1e0828bc845ff289e23933fd8673a3ccd5109331b03b0b0745425e71b674a52c9dbe34ed9c5b4f16aaa
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Faraday
4
4
  module Rack
5
- VERSION = '2.1.2'
5
+ VERSION = '2.1.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faraday-rack
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - "@iMacTia"
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-09 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: faraday
@@ -57,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
57
  - !ruby/object:Gem::Version
58
58
  version: '0'
59
59
  requirements: []
60
- rubygems_version: 3.6.2
60
+ rubygems_version: 3.6.7
61
61
  specification_version: 4
62
62
  summary: Faraday adapter for Rack
63
63
  test_files: []