faraday-http 2.0.1 → 2.0.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 +4 -4
- data/README.md +2 -2
- data/lib/faraday/http/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b20ad6393bd4a4363def0bea2821bcbf026c999363abd0f1b911af7624320a2
|
4
|
+
data.tar.gz: 38792b32d0d4fa2767c478cbac6e22d3f2b9c4fb645bb8c659ab56099f69dd38
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02d4df2b860b2dd6ccc7f7adbaa64ea4b201e2b958ce79ec8946cc40647d8ff6ae0f53eaebd63449384998b30f586e4d0615a71c6b7d4234dc228e3e2dbd2e50
|
7
|
+
data.tar.gz: 9bc4d423b928ef9f6fd2c2fa5e873e11db74907c3c24519fe9b6a1bfe9b2e8a4863525317bd4d96a730ec38ec0ccd438962ca3977d0721ea4eb47999cfed5368
|
data/README.md
CHANGED
@@ -43,8 +43,8 @@ for an interactive prompt that will allow you to experiment.
|
|
43
43
|
|
44
44
|
To install this gem onto your local machine, run `bundle exec rake install`.
|
45
45
|
To release a new version, update the version number in `version.rb`,
|
46
|
-
and then
|
47
|
-
|
46
|
+
and then create a GitHub Releases entry, which will create a git tag for the version,
|
47
|
+
and push the `.gem` file to [rubygems.org] via the GitHub Actions Workflow `publish.yml`.
|
48
48
|
|
49
49
|
## Contributing
|
50
50
|
|
data/lib/faraday/http/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: faraday-http
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- iMacTia
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: faraday
|
@@ -64,7 +63,6 @@ metadata:
|
|
64
63
|
source_code_uri: https://github.com/lostisland/faraday-http
|
65
64
|
changelog_uri: https://github.com/lostisland/faraday-http/releases
|
66
65
|
rubygems_mfa_required: 'true'
|
67
|
-
post_install_message:
|
68
66
|
rdoc_options: []
|
69
67
|
require_paths:
|
70
68
|
- lib
|
@@ -79,8 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
77
|
- !ruby/object:Gem::Version
|
80
78
|
version: '0'
|
81
79
|
requirements: []
|
82
|
-
rubygems_version: 3.
|
83
|
-
signing_key:
|
80
|
+
rubygems_version: 3.6.7
|
84
81
|
specification_version: 4
|
85
82
|
summary: Faraday Adapter for HTTP.rb
|
86
83
|
test_files: []
|