async-http-faraday 0.22.1 → 0.22.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
- checksums.yaml.gz.sig +0 -0
- data/lib/async/http/faraday/version.rb +1 -1
- data/license.md +1 -1
- data/readme.md +16 -0
- data/releases.md +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 628bd3a69a2393d92e09ea37ba75534bbbfd80aea633c598814365ec8c4597ec
|
|
4
|
+
data.tar.gz: d786c91efa9a5b45c26afcc77bb49b111a5425b055148e398a1a26ab4b93adfb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6669757a5b2178d7b6e18d2f0b5d578b3dea8fc7ef73022a90546ee1d0082fbf817b97560679466d632ddea9ed1b18f5044adb43d17b01ebcce68fa6e4c79787
|
|
7
|
+
data.tar.gz: a8df540d225f129c67d0d89923438e73ce9212b061cdfce2cd78300d13d18d8e44b2b68d7c4998246ded5dbb8ac1e0ca421a5dea55d1b4aeae07538302a7f88d
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/license.md
CHANGED
data/readme.md
CHANGED
|
@@ -52,6 +52,22 @@ We welcome contributions to this project.
|
|
|
52
52
|
4. Push to the branch (`git push origin my-new-feature`).
|
|
53
53
|
5. Create new Pull Request.
|
|
54
54
|
|
|
55
|
+
### Running Tests
|
|
56
|
+
|
|
57
|
+
To run the test suite:
|
|
58
|
+
|
|
59
|
+
``` shell
|
|
60
|
+
bundle exec sus
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
### Making Releases
|
|
64
|
+
|
|
65
|
+
To make a new release:
|
|
66
|
+
|
|
67
|
+
``` shell
|
|
68
|
+
bundle exec bake gem:release:patch # or minor or major
|
|
69
|
+
```
|
|
70
|
+
|
|
55
71
|
### Developer Certificate of Origin
|
|
56
72
|
|
|
57
73
|
In order to protect users of this project, we require all contributors to comply with the [Developer Certificate of Origin](https://developercertificate.org/). This ensures that all contributions are properly licensed and attributed.
|
data/releases.md
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: async-http-faraday
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.22.
|
|
4
|
+
version: 0.22.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Williams
|
|
@@ -104,14 +104,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
104
104
|
requirements:
|
|
105
105
|
- - ">="
|
|
106
106
|
- !ruby/object:Gem::Version
|
|
107
|
-
version: '3.
|
|
107
|
+
version: '3.3'
|
|
108
108
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
109
109
|
requirements:
|
|
110
110
|
- - ">="
|
|
111
111
|
- !ruby/object:Gem::Version
|
|
112
112
|
version: '0'
|
|
113
113
|
requirements: []
|
|
114
|
-
rubygems_version:
|
|
114
|
+
rubygems_version: 4.0.6
|
|
115
115
|
specification_version: 4
|
|
116
116
|
summary: Provides an adaptor between async-http and faraday.
|
|
117
117
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|