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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ee9c6b6b2e970f059954d9a5faca476cb6fc68509331d64c8a4c07600bf506a
4
- data.tar.gz: ea70e044b17534562e97af62a2f42c048b85537c185b27e16073671446ff7ba2
3
+ metadata.gz: 4b20ad6393bd4a4363def0bea2821bcbf026c999363abd0f1b911af7624320a2
4
+ data.tar.gz: 38792b32d0d4fa2767c478cbac6e22d3f2b9c4fb645bb8c659ab56099f69dd38
5
5
  SHA512:
6
- metadata.gz: 6a6e551e5b3dd7aa0f3cb53a6c21a0694e27fe39ef2ce54e0d5497b306cb8a7c0beab47ba1844c9d3454022fd64ce0091a4e36f9c5bc45ee5d5172edf406f904
7
- data.tar.gz: d9f8e7e27a2646e63b366fae79461e3a39a78eaf967b0326b2680853b90dfa85b1573981c3e326592309093da81f0614009263aac70ef6603a3bfe0f4a4522fa
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 run `bundle exec rake release`, which will create a git tag for the version,
47
- push git commits and tags, and push the `.gem` file to [rubygems.org].
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
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Faraday
4
4
  module Http
5
- VERSION = '2.0.1'
5
+ VERSION = '2.0.2'
6
6
  end
7
7
  end
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.1
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: 2023-07-06 00:00:00.000000000 Z
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.1.6
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: []