better-faraday 1.0.0 → 1.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 +4 -4
- data/README.md +2 -0
- data/better-faraday.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 07d700f220555c731b5821d0ea84557aac50f44338e419a4d240d154014e10f0
|
|
4
|
+
data.tar.gz: 5ffcc44a9e1b2760f289f62b8854832c1e538659199997876975bfb3bd2df326
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f49be213d5da70ff089584888620365c0798d77cbbd4ce1c9aed5dfe7271e8bf5b7aea80866b57cd000e41de3c5cb726f9727a00a79568ea77869f839b875371
|
|
7
|
+
data.tar.gz: 10ec106368e57def4cdf1ccc81fbf08e56da0b9706f0a63145967d9946a01ebc479545ca703cac3776f4ef5b945bdb0f12f5af4cb81734c902590eed0285cb93
|
data/README.md
CHANGED
data/better-faraday.gemspec
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = "better-faraday"
|
|
6
|
-
s.version = "1.0.
|
|
6
|
+
s.version = "1.0.1"
|
|
7
7
|
s.author = "Yaroslav Konoplov"
|
|
8
8
|
s.email = "eahome00@gmail.com"
|
|
9
9
|
s.summary = "Extends Faraday with useful features."
|
|
10
|
-
s.description = "
|
|
10
|
+
s.description = "A gem extending Faraday (popular Ruby HTTP client) with useful features without breaking anything."
|
|
11
11
|
s.homepage = "https://github.com/yivo/better-faraday"
|
|
12
12
|
s.license = "MIT"
|
|
13
13
|
s.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: better-faraday
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yaroslav Konoplov
|
|
@@ -24,8 +24,8 @@ dependencies:
|
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0.12'
|
|
27
|
-
description:
|
|
28
|
-
breaking anything.
|
|
27
|
+
description: A gem extending Faraday (popular Ruby HTTP client) with useful features
|
|
28
|
+
without breaking anything.
|
|
29
29
|
email: eahome00@gmail.com
|
|
30
30
|
executables: []
|
|
31
31
|
extensions: []
|