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 +4 -4
- data/README.md +4 -2
- data/lib/faraday/excon/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e1ec48664346720f5c999b4bfa4a71bba1da7804e504cb1524f428e38862054
|
|
4
|
+
data.tar.gz: 637ac6de86b993efc30a88b40f9398baad20a1084b51bd1282bec9c3b11bc30d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
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
|
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.
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- "@iMacTia"
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-04-
|
|
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: :
|
|
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.
|
|
201
|
+
rubygems_version: 3.1.6
|
|
202
202
|
signing_key:
|
|
203
203
|
specification_version: 4
|
|
204
204
|
summary: Faraday adapter for Excon
|