faraday 2.0.0.alpha.pre.1 → 2.0.0.alpha.pre.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: 07fafa8818a9063a9df90d878f7c6b79b0266f330fab9a9a271ac7b3d16e9bd8
4
- data.tar.gz: ef16b014bc9ca58649557382c31817fba19c046029bb0c58c02a4b1a4654561e
3
+ metadata.gz: 5490b5d7735630cd51e014b7c4c6d72b12ee3d95c21bccbea616f5363796d563
4
+ data.tar.gz: 84bf392c4e1c7a8b37cbf2395686eccd8145c43a4ff02c61cef54971615de79a
5
5
  SHA512:
6
- metadata.gz: ec0843f0b2e4f37732bc6acd0fd2fb5417ce965c597e3385207ae2893bbe359cf037121712d0cbd7ce69371629bef9587b00b33036ae5bd087a23f1f5112cd96
7
- data.tar.gz: 933b84778e644221a00d472ae0e9478672fcc4946a512eb2e03902cd8c082f56c2064fc37fb05ea4e3d904a9e2c7bb192c32b0ff22ce8b790f7b5edf08c490f1
6
+ metadata.gz: d0baf3290c10dab7253a44fe495492c52b3d1098410c16a87bf7082d44952f4a007c133c1025dd868dddf43d74fdf3401f256d51aaf8024e220b5ddb670bc6ec
7
+ data.tar.gz: 5bbcaf4565082cc50e67a1a0c6b80ac68c51d57901573799a6dcd18f3ff22045b12bd26dccd9d70b1b7298dd728d4d2f35ee8cfa65aea9c94c8e9e9d6fb72e71
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Faraday Changelog
2
2
 
3
+ ## [1.8.0](https://github.com/lostisland/faraday/releases/tag/v1.8.0) (2021-09-18)
4
+
5
+ ### Features
6
+
7
+ * Backport authorization procs (#1322, @jarl-dk)
8
+
3
9
  ## [v1.7.0](https://github.com/lostisland/faraday/releases/tag/v1.7.0) (2021-08-09)
4
10
 
5
11
  ### Features
@@ -98,3 +98,5 @@ module Faraday
98
98
  }.freeze
99
99
  end
100
100
  end
101
+
102
+ require 'faraday/adapter/test'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Faraday
4
- VERSION = '2.0.0.alpha-1'
4
+ VERSION = '2.0.0.alpha-2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faraday
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.alpha.pre.1
4
+ version: 2.0.0.alpha.pre.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - "@technoweenie"
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2021-10-25 00:00:00.000000000 Z
13
+ date: 2021-10-28 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: multipart-post
@@ -137,7 +137,7 @@ licenses:
137
137
  - MIT
138
138
  metadata:
139
139
  homepage_uri: https://lostisland.github.io/faraday
140
- changelog_uri: https://github.com/lostisland/faraday/releases/tag/v2.0.0.alpha.pre.1
140
+ changelog_uri: https://github.com/lostisland/faraday/releases/tag/v2.0.0.alpha.pre.2
141
141
  source_code_uri: https://github.com/lostisland/faraday
142
142
  bug_tracker_uri: https://github.com/lostisland/faraday/issues
143
143
  post_install_message: