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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/better-faraday.gemspec +2 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bdd3e8a61f80ccc5c84fa20f45f761e71e087fb7413995a5a5808a116063613b
4
- data.tar.gz: 796dcaca5f06c2be9f18e12735562f38febd2f5d67a49963c71170f25d4fadd6
3
+ metadata.gz: 07d700f220555c731b5821d0ea84557aac50f44338e419a4d240d154014e10f0
4
+ data.tar.gz: 5ffcc44a9e1b2760f289f62b8854832c1e538659199997876975bfb3bd2df326
5
5
  SHA512:
6
- metadata.gz: 9d2c46facc2824bc2f921928d1f37c41978e8e953fa9ecc222c2f986f04557f07a923d25a2ee1ea083b4023997c447e60f09cbb5b7ad792282d966a7b5eab9ef
7
- data.tar.gz: 9fd3e5ebc2a4a40df2df61e34c446c8a2e75e2adcf0ff6df59aef0b330b09bc1fe07cc23191cc2dcb3c84d3ca60291092d0b722b3bdd8e89d45ff59580caca2f
6
+ metadata.gz: f49be213d5da70ff089584888620365c0798d77cbbd4ce1c9aed5dfe7271e8bf5b7aea80866b57cd000e41de3c5cb726f9727a00a79568ea77869f839b875371
7
+ data.tar.gz: 10ec106368e57def4cdf1ccc81fbf08e56da0b9706f0a63145967d9946a01ebc479545ca703cac3776f4ef5b945bdb0f12f5af4cb81734c902590eed0285cb93
data/README.md CHANGED
@@ -1 +1,3 @@
1
1
  # better-faraday
2
+
3
+ A gem extending Faraday (popular Ruby HTTP client) with useful features without breaking anything.
@@ -3,11 +3,11 @@
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "better-faraday"
6
- s.version = "1.0.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 = "Extends Faraday (popular Ruby HTTP client) with useful features without breaking anything."
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.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: Extends Faraday (popular Ruby HTTP client) with useful features without
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: []