faraday-em_http 2.0.0 → 2.0.1

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: bb65fc68b58f91230367a9acabc7a32aebac2e44d8093028fde43558982744d5
4
- data.tar.gz: 739a5c48c024278fdff36f801a9f22d8bbabac857b11c1b81658551ee274a01e
3
+ metadata.gz: 283861247fa7b6f9650369baa8855a3b8f785f71baf56f4a65ab7234c05d27c8
4
+ data.tar.gz: 3f7a58ae14d8ddb102a53c6816180092759678828cd77e2d705ecab9356f5da3
5
5
  SHA512:
6
- metadata.gz: 3e4bbc4fc8c1038b1be1ea49e23acc2897bbe027c281608a9880e4d3ffd766032920df06affb512efaa16fa75e6a68e4290bbdcab6d79e5e8cb39f95df89afc9
7
- data.tar.gz: 8ec7a7a2ba1b0d2339e56ec40d548634dfff2153d76324deae2c3947e5e77960ee9fa9113421c5fb97f573372d881b02a5fc5dbf177f5c59994e754fd2dd8717
6
+ metadata.gz: f23d9d63a043ce6af7ad0ea54385f19a4da2c8dcf08cab3b2fc6f4b4343b07bda8acffe12e64dfcda2ee5446726bb1260892162726f7be2643272b4f22af9e1a
7
+ data.tar.gz: 85f8991a785fec173efaf871875d49c447bf48e377ca873ffdc765951cacf77474bca9f20f31762390f7a935f741250a1b4bf7124da6af5a0611dc677d422f45
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Faraday
4
4
  module EmHttp
5
- VERSION = '2.0.0'
5
+ VERSION = '2.0.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faraday-em_http
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "@iMacTia"
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-02-10 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: em-http-request
@@ -142,7 +141,6 @@ metadata:
142
141
  homepage_uri: https://github.com/lostisland/faraday-em_http
143
142
  source_code_uri: https://github.com/lostisland/faraday-em_http
144
143
  changelog_uri: https://github.com/lostisland/faraday-em_http
145
- post_install_message:
146
144
  rdoc_options: []
147
145
  require_paths:
148
146
  - lib
@@ -157,8 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
157
155
  - !ruby/object:Gem::Version
158
156
  version: '0'
159
157
  requirements: []
160
- rubygems_version: 3.3.26
161
- signing_key:
158
+ rubygems_version: 3.6.7
162
159
  specification_version: 4
163
160
  summary: Faraday adapter for Em::Http
164
161
  test_files: []