faraday-excon 1.0.0 → 1.1.0

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: b78b8cf1e6b7dfecc1beb94c545a64be9c7c29f2dc71b88ddf52a954154f99d2
4
- data.tar.gz: d6f22b96924c1221e19d62250a2250cdb3990f7da1d6bdfdd524ee7d969d5f9d
3
+ metadata.gz: 9e1ec48664346720f5c999b4bfa4a71bba1da7804e504cb1524f428e38862054
4
+ data.tar.gz: 637ac6de86b993efc30a88b40f9398baad20a1084b51bd1282bec9c3b11bc30d
5
5
  SHA512:
6
- metadata.gz: 4db552b4e3b61fa66dd169405cb113f6b0de62f75f07b822c91b7152d01de96b761ba5528b9b8c9c09889c070d2e4788b31441216b75af1a188e67a7779915ec
7
- data.tar.gz: 0a82f49683023ff4c9099820fe70fdb2f2c446dd2abcfeff30e180546ddc40eec6f39f1ea946cf94cae267a0cbc1d9ffdbe68c62f3147439a917da20a446958e
6
+ metadata.gz: 15cb4402636205af899b6b1b139d7c7ea173c98c64f429f0157ef7ced86941143f0a3acb9d12a53409f9537baac31e5d2993d9640fba9b2d97cdee699d637df6
7
+ data.tar.gz: cc1be9f78e2d35e496c541871213ad057e20526879558bf723696244d5a04faf4f290a6b09951f28a868e8bbdb1fd9cbac142e4d50dfa4957bcdaa7c11011b76
data/README.md CHANGED
@@ -6,9 +6,10 @@ Every adapter is defined into its own gem. This gem defines the adapter for Exco
6
6
 
7
7
  ## Installation
8
8
 
9
- Add this line to your application's Gemfile:
9
+ Add these lines to your application's Gemfile:
10
10
 
11
11
  ```ruby
12
+ gem 'excon', '>= 0.27.4'
12
13
  gem 'faraday-excon'
13
14
  ```
14
15
 
@@ -16,8 +17,9 @@ And then execute:
16
17
 
17
18
  $ bundle install
18
19
 
19
- Or install it yourself as:
20
+ Or install them yourself as:
20
21
 
22
+ $ gem install excon -v '>= 0.27.4'
21
23
  $ gem install faraday-excon
22
24
 
23
25
  ## Usage
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Faraday
4
4
  module Excon
5
- VERSION = '1.0.0'
5
+ VERSION = '1.1.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faraday-excon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
- - Mattia Giuffrida
7
+ - "@iMacTia"
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-12 00:00:00.000000000 Z
11
+ date: 2021-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon
@@ -17,7 +17,7 @@ dependencies:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 0.27.4
20
- type: :runtime
20
+ type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
@@ -198,7 +198,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
198
198
  - !ruby/object:Gem::Version
199
199
  version: '0'
200
200
  requirements: []
201
- rubygems_version: 3.1.4
201
+ rubygems_version: 3.1.6
202
202
  signing_key:
203
203
  specification_version: 4
204
204
  summary: Faraday adapter for Excon