faraday-mashify 1.0.0 → 1.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/CHANGELOG.md +13 -1
- data/lib/faraday/mashify/version.rb +1 -1
- metadata +4 -24
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f127225afc48b478ed00eee5bb27b63467693827f0a6e0050cd086a0e95259c9
|
|
4
|
+
data.tar.gz: 377953387522c22432dd2351c7cd48e2b51c8a759101673f940069f6f2cab6f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f8c0b8f0baa24ff279f3cfdf381483d813a583f4abdcd88f2a40be4c83b2de597e566d1b97262dad5bac6fd8db857dbdbe8c3a324326a26bc2b619628643705a
|
|
7
|
+
data.tar.gz: 788ae0c01315e94f372da9d83cef834bee5b249b500ff2a991223cc03af6246f96302089855973508c28eefa97a48798cbed597e97b0565bf2c15466375ab4f2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,19 @@
|
|
|
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.2...main)
|
|
5
|
+
|
|
6
|
+
## [v1.0.2](https://github.com/sue445/faraday-mashify/releases/tag/v1.0.2)
|
|
7
|
+
[full changelog](http://github.com/sue445/faraday-mashify/compare/v1.0.1...v1.0.2)
|
|
8
|
+
|
|
9
|
+
* Support Ruby 4.0
|
|
10
|
+
* https://github.com/sue445/faraday-mashify/pull/37
|
|
11
|
+
|
|
12
|
+
## [v1.0.1](https://github.com/sue445/faraday-mashify/releases/tag/v1.0.1)
|
|
13
|
+
[full changelog](http://github.com/sue445/faraday-mashify/compare/v1.0.0...v1.0.1)
|
|
14
|
+
|
|
15
|
+
* Release gem from GitHub Actions
|
|
16
|
+
* https://github.com/sue445/faraday-mashify/pull/27
|
|
5
17
|
|
|
6
18
|
## [v1.0.0](https://github.com/sue445/faraday-mashify/releases/tag/v1.0.0)
|
|
7
19
|
|
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.2
|
|
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
|
|
@@ -38,20 +37,6 @@ dependencies:
|
|
|
38
37
|
- - ">="
|
|
39
38
|
- !ruby/object:Gem::Version
|
|
40
39
|
version: '0'
|
|
41
|
-
- !ruby/object:Gem::Dependency
|
|
42
|
-
name: bundler
|
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
|
44
|
-
requirements:
|
|
45
|
-
- - "~>"
|
|
46
|
-
- !ruby/object:Gem::Version
|
|
47
|
-
version: '2.0'
|
|
48
|
-
type: :development
|
|
49
|
-
prerelease: false
|
|
50
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
-
requirements:
|
|
52
|
-
- - "~>"
|
|
53
|
-
- !ruby/object:Gem::Version
|
|
54
|
-
version: '2.0'
|
|
55
40
|
- !ruby/object:Gem::Dependency
|
|
56
41
|
name: rake
|
|
57
42
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -212,13 +197,12 @@ licenses:
|
|
|
212
197
|
- MIT
|
|
213
198
|
metadata:
|
|
214
199
|
bug_tracker_uri: https://github.com/sue445/faraday-mashify/issues
|
|
215
|
-
changelog_uri: https://github.com/sue445/faraday-mashify/blob/v1.0.
|
|
200
|
+
changelog_uri: https://github.com/sue445/faraday-mashify/blob/v1.0.2/CHANGELOG.md
|
|
216
201
|
documentation_uri: https://sue445.github.io/faraday-mashify/
|
|
217
202
|
homepage_uri: https://github.com/sue445/faraday-mashify
|
|
218
203
|
source_code_uri: https://github.com/sue445/faraday-mashify
|
|
219
204
|
wiki_uri: https://github.com/sue445/faraday-mashify/wiki
|
|
220
205
|
rubygems_mfa_required: 'true'
|
|
221
|
-
post_install_message:
|
|
222
206
|
rdoc_options: []
|
|
223
207
|
require_paths:
|
|
224
208
|
- lib
|
|
@@ -227,17 +211,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
227
211
|
- - ">="
|
|
228
212
|
- !ruby/object:Gem::Version
|
|
229
213
|
version: '2.7'
|
|
230
|
-
- - "<"
|
|
231
|
-
- !ruby/object:Gem::Version
|
|
232
|
-
version: '4'
|
|
233
214
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
234
215
|
requirements:
|
|
235
216
|
- - ">="
|
|
236
217
|
- !ruby/object:Gem::Version
|
|
237
218
|
version: '0'
|
|
238
219
|
requirements: []
|
|
239
|
-
rubygems_version: 3.
|
|
240
|
-
signing_key:
|
|
220
|
+
rubygems_version: 3.6.9
|
|
241
221
|
specification_version: 4
|
|
242
222
|
summary: Faraday middleware for wrapping responses into Hashie::Mash
|
|
243
223
|
test_files: []
|