faraday-rack 2.0.0 → 2.1.2

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: c4c3c8b371d553ecc539913bcfa06064c3399f2206db867d288367b0c9c56783
4
- data.tar.gz: 2e3f9bcd779023176d7d63cad7587e4255798a73dee8682d07d3972b78fa37f8
3
+ metadata.gz: ed8ab48811758fb545d362c178ad28e827fecc2dd723e02ee5bee86db706a9cd
4
+ data.tar.gz: 6c120fb593a0482d79d5a1266dd787d5c208bb404dcf43b30a7e5d0576aa810d
5
5
  SHA512:
6
- metadata.gz: 51b863b365e94282e415d7e823692f08b89623ca2954f0e6adae45bcc6204c5da1bdb0a83a7044ac8ab6848906f3b2616bc211cce1f254c2c4d7b6d42f5e8101
7
- data.tar.gz: 7a2702777bf875944e01402313998ece859a2248462f6331e86977e1b58eb65398e8e0dd2d64ca336d0b6d171e7547fd71625eac6a448954fbd93f237ca0b8aa
6
+ metadata.gz: a963f9e4542036e2db1d5afbb2c323a2002af782bb26dba8fd25b68866cefcef2a55d3aed2335fcc4787ab1b2d90d0c67a034a56158eb5388971d761a410ab68
7
+ data.tar.gz: b9f665f63642df393fc2a5f7a0f5d0d8c40c2434dbaed2396081aa96c9d19a6ac6c40ac989be58d5cfa30ca8773d7bb79db7d84172c24365506019d689e70dfa
data/README.md CHANGED
@@ -10,7 +10,6 @@ Add these lines to your application's Gemfile:
10
10
 
11
11
  ```ruby
12
12
  gem 'rack'
13
- gem 'faraday'
14
13
  gem 'faraday-rack'
15
14
  ```
16
15
 
@@ -20,7 +19,7 @@ And then execute:
20
19
 
21
20
  Or install them yourself as:
22
21
 
23
- $ gem install rack faraday faraday-rack
22
+ $ gem install rack faraday-rack
24
23
 
25
24
  ## Usage
26
25
 
@@ -50,7 +50,7 @@ module Faraday
50
50
 
51
51
  if (req = env[:request]).stream_response?
52
52
  warn "Streaming downloads for #{self.class.name} " \
53
- 'are not yet implemented.'
53
+ 'are not yet implemented.'
54
54
  req.on_data.call(response.body, response.body.bytesize)
55
55
  end
56
56
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Faraday
4
4
  module Rack
5
- VERSION = '2.0.0'
5
+ VERSION = '2.1.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faraday-rack
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - "@iMacTia"
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2022-03-12 00:00:00.000000000 Z
10
+ date: 2025-04-09 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: faraday
@@ -43,7 +42,7 @@ metadata:
43
42
  homepage_uri: https://github.com/lostisland/faraday-rack
44
43
  source_code_uri: https://github.com/lostisland/faraday-rack
45
44
  changelog_uri: https://github.com/lostisland/faraday-rack
46
- post_install_message:
45
+ rubygems_mfa_required: 'true'
47
46
  rdoc_options: []
48
47
  require_paths:
49
48
  - lib
@@ -51,15 +50,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
51
50
  requirements:
52
51
  - - ">="
53
52
  - !ruby/object:Gem::Version
54
- version: 2.4.0
53
+ version: 2.6.0
55
54
  required_rubygems_version: !ruby/object:Gem::Requirement
56
55
  requirements:
57
56
  - - ">="
58
57
  - !ruby/object:Gem::Version
59
58
  version: '0'
60
59
  requirements: []
61
- rubygems_version: 3.1.6
62
- signing_key:
60
+ rubygems_version: 3.6.2
63
61
  specification_version: 4
64
62
  summary: Faraday adapter for Rack
65
63
  test_files: []