faraday-mashify 1.0.1 → 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 +7 -1
- data/lib/faraday/mashify/version.rb +1 -1
- metadata +3 -20
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,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.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
|
|
5
11
|
|
|
6
12
|
## [v1.0.1](https://github.com/sue445/faraday-mashify/releases/tag/v1.0.1)
|
|
7
13
|
[full changelog](http://github.com/sue445/faraday-mashify/compare/v1.0.0...v1.0.1)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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
|
|
@@ -37,20 +37,6 @@ dependencies:
|
|
|
37
37
|
- - ">="
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
39
|
version: '0'
|
|
40
|
-
- !ruby/object:Gem::Dependency
|
|
41
|
-
name: bundler
|
|
42
|
-
requirement: !ruby/object:Gem::Requirement
|
|
43
|
-
requirements:
|
|
44
|
-
- - "~>"
|
|
45
|
-
- !ruby/object:Gem::Version
|
|
46
|
-
version: '2.0'
|
|
47
|
-
type: :development
|
|
48
|
-
prerelease: false
|
|
49
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
50
|
-
requirements:
|
|
51
|
-
- - "~>"
|
|
52
|
-
- !ruby/object:Gem::Version
|
|
53
|
-
version: '2.0'
|
|
54
40
|
- !ruby/object:Gem::Dependency
|
|
55
41
|
name: rake
|
|
56
42
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -211,7 +197,7 @@ licenses:
|
|
|
211
197
|
- MIT
|
|
212
198
|
metadata:
|
|
213
199
|
bug_tracker_uri: https://github.com/sue445/faraday-mashify/issues
|
|
214
|
-
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
|
|
215
201
|
documentation_uri: https://sue445.github.io/faraday-mashify/
|
|
216
202
|
homepage_uri: https://github.com/sue445/faraday-mashify
|
|
217
203
|
source_code_uri: https://github.com/sue445/faraday-mashify
|
|
@@ -225,16 +211,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
225
211
|
- - ">="
|
|
226
212
|
- !ruby/object:Gem::Version
|
|
227
213
|
version: '2.7'
|
|
228
|
-
- - "<"
|
|
229
|
-
- !ruby/object:Gem::Version
|
|
230
|
-
version: '4'
|
|
231
214
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
232
215
|
requirements:
|
|
233
216
|
- - ">="
|
|
234
217
|
- !ruby/object:Gem::Version
|
|
235
218
|
version: '0'
|
|
236
219
|
requirements: []
|
|
237
|
-
rubygems_version: 3.6.
|
|
220
|
+
rubygems_version: 3.6.9
|
|
238
221
|
specification_version: 4
|
|
239
222
|
summary: Faraday middleware for wrapping responses into Hashie::Mash
|
|
240
223
|
test_files: []
|