faraday-mashify 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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -1
- data/lib/faraday/mashify/version.rb +1 -1
- metadata +4 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 713fdd5e1289293e73a6badb72aad025e996389005ad3b4bdf74a2b1fdbee23f
|
|
4
|
+
data.tar.gz: 7420b28b97e0320695920403f0a679ac042f133880ddb5185414eca34ede825f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 46e2b44f852718f3ec4f66d611a509bbf24785601a48608cf1fadcf14f3045dc778749441ac8b1c125a18bed504f0232a98557d37f6aefbfb8045aeba5d11f75
|
|
7
|
+
data.tar.gz: c04918f553128fd02d2fcce2770965e0069881d491b3e91386d85856548340640787e00bfcf6c8fbaf2380528cc001d832f2100906deeb882e5b1d34a49b5103
|
data/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
|
-
[full changelog](http://github.com/sue445/faraday-mashify/compare/v1.0.
|
|
4
|
+
[full changelog](http://github.com/sue445/faraday-mashify/compare/v1.0.1...main)
|
|
5
|
+
|
|
6
|
+
## [v1.0.1](https://github.com/sue445/faraday-mashify/releases/tag/v1.0.1)
|
|
7
|
+
[full changelog](http://github.com/sue445/faraday-mashify/compare/v1.0.0...v1.0.1)
|
|
8
|
+
|
|
9
|
+
* Release gem from GitHub Actions
|
|
10
|
+
* https://github.com/sue445/faraday-mashify/pull/27
|
|
5
11
|
|
|
6
12
|
## [v1.0.0](https://github.com/sue445/faraday-mashify/releases/tag/v1.0.0)
|
|
7
13
|
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: faraday-mashify
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- sue445
|
|
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
|
|
@@ -212,13 +211,12 @@ licenses:
|
|
|
212
211
|
- MIT
|
|
213
212
|
metadata:
|
|
214
213
|
bug_tracker_uri: https://github.com/sue445/faraday-mashify/issues
|
|
215
|
-
changelog_uri: https://github.com/sue445/faraday-mashify/blob/v1.0.
|
|
214
|
+
changelog_uri: https://github.com/sue445/faraday-mashify/blob/v1.0.1/CHANGELOG.md
|
|
216
215
|
documentation_uri: https://sue445.github.io/faraday-mashify/
|
|
217
216
|
homepage_uri: https://github.com/sue445/faraday-mashify
|
|
218
217
|
source_code_uri: https://github.com/sue445/faraday-mashify
|
|
219
218
|
wiki_uri: https://github.com/sue445/faraday-mashify/wiki
|
|
220
219
|
rubygems_mfa_required: 'true'
|
|
221
|
-
post_install_message:
|
|
222
220
|
rdoc_options: []
|
|
223
221
|
require_paths:
|
|
224
222
|
- lib
|
|
@@ -236,8 +234,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
236
234
|
- !ruby/object:Gem::Version
|
|
237
235
|
version: '0'
|
|
238
236
|
requirements: []
|
|
239
|
-
rubygems_version: 3.
|
|
240
|
-
signing_key:
|
|
237
|
+
rubygems_version: 3.6.7
|
|
241
238
|
specification_version: 4
|
|
242
239
|
summary: Faraday middleware for wrapping responses into Hashie::Mash
|
|
243
240
|
test_files: []
|