faraday-mashify 1.0.1 → 1.0.3
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/README.md +1 -1
- data/lib/faraday/mashify/version.rb +1 -1
- metadata +22 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 782eda53e077fe9959600426a368cf458cd3c8c69107f4e0ad27a4dd8d784ee5
|
|
4
|
+
data.tar.gz: 605683fe5a127cec5b3cbdcec5b00229664e556aa918cba2ff77d6fc11d493d2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf8f20c77cef714c85edfb1746d68598c29924402239dda6dc01bdeea74f03ab5515817a52d06314a2f63fc1a45b0f1c47482eab5cdce6cb9534cde1414e4a44
|
|
7
|
+
data.tar.gz: dcb572cf1161aff68fd652b6dc8a35c85c47f8736d65099e3a0a43ff93844c898d9276fd2bf1889390d54a725d72bcd15006d270aa2fc20fca835c2e583d7fab
|
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.3...main)
|
|
5
|
+
|
|
6
|
+
## [v1.0.3](https://github.com/sue445/faraday-mashify/releases/tag/v1.0.3)
|
|
7
|
+
[full changelog](http://github.com/sue445/faraday-mashify/compare/v1.0.2...v1.0.3)
|
|
8
|
+
|
|
9
|
+
* Migrate release_gem workflow to sue445/workflows (Also testing the gem release
|
|
10
|
+
* https://github.com/sue445/faraday-mashify/pull/70
|
|
11
|
+
|
|
12
|
+
## [v1.0.2](https://github.com/sue445/faraday-mashify/releases/tag/v1.0.2)
|
|
13
|
+
[full changelog](http://github.com/sue445/faraday-mashify/compare/v1.0.1...v1.0.2)
|
|
14
|
+
|
|
15
|
+
* Support Ruby 4.0
|
|
16
|
+
* https://github.com/sue445/faraday-mashify/pull/37
|
|
5
17
|
|
|
6
18
|
## [v1.0.1](https://github.com/sue445/faraday-mashify/releases/tag/v1.0.1)
|
|
7
19
|
[full changelog](http://github.com/sue445/faraday-mashify/compare/v1.0.0...v1.0.1)
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Faraday Mashify
|
|
2
2
|
|
|
3
|
-
[](https://github.com/sue445/faraday-mashify/actions/workflows/ci.yml)
|
|
4
4
|
[](https://rubygems.org/gems/faraday-mashify)
|
|
5
5
|
[](LICENSE.md)
|
|
6
6
|
|
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.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- sue445
|
|
@@ -38,19 +38,19 @@ dependencies:
|
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
39
|
version: '0'
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
|
-
name:
|
|
41
|
+
name: irb
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
|
-
- - "
|
|
44
|
+
- - ">="
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: '
|
|
46
|
+
version: '0'
|
|
47
47
|
type: :development
|
|
48
48
|
prerelease: false
|
|
49
49
|
version_requirements: !ruby/object:Gem::Requirement
|
|
50
50
|
requirements:
|
|
51
|
-
- - "
|
|
51
|
+
- - ">="
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: '
|
|
53
|
+
version: '0'
|
|
54
54
|
- !ruby/object:Gem::Dependency
|
|
55
55
|
name: rake
|
|
56
56
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -65,6 +65,20 @@ dependencies:
|
|
|
65
65
|
- - "~>"
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
67
|
version: '13.0'
|
|
68
|
+
- !ruby/object:Gem::Dependency
|
|
69
|
+
name: rdoc
|
|
70
|
+
requirement: !ruby/object:Gem::Requirement
|
|
71
|
+
requirements:
|
|
72
|
+
- - ">="
|
|
73
|
+
- !ruby/object:Gem::Version
|
|
74
|
+
version: '0'
|
|
75
|
+
type: :development
|
|
76
|
+
prerelease: false
|
|
77
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
78
|
+
requirements:
|
|
79
|
+
- - ">="
|
|
80
|
+
- !ruby/object:Gem::Version
|
|
81
|
+
version: '0'
|
|
68
82
|
- !ruby/object:Gem::Dependency
|
|
69
83
|
name: rspec
|
|
70
84
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -211,7 +225,7 @@ licenses:
|
|
|
211
225
|
- MIT
|
|
212
226
|
metadata:
|
|
213
227
|
bug_tracker_uri: https://github.com/sue445/faraday-mashify/issues
|
|
214
|
-
changelog_uri: https://github.com/sue445/faraday-mashify/blob/v1.0.
|
|
228
|
+
changelog_uri: https://github.com/sue445/faraday-mashify/blob/v1.0.3/CHANGELOG.md
|
|
215
229
|
documentation_uri: https://sue445.github.io/faraday-mashify/
|
|
216
230
|
homepage_uri: https://github.com/sue445/faraday-mashify
|
|
217
231
|
source_code_uri: https://github.com/sue445/faraday-mashify
|
|
@@ -225,16 +239,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
225
239
|
- - ">="
|
|
226
240
|
- !ruby/object:Gem::Version
|
|
227
241
|
version: '2.7'
|
|
228
|
-
- - "<"
|
|
229
|
-
- !ruby/object:Gem::Version
|
|
230
|
-
version: '4'
|
|
231
242
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
232
243
|
requirements:
|
|
233
244
|
- - ">="
|
|
234
245
|
- !ruby/object:Gem::Version
|
|
235
246
|
version: '0'
|
|
236
247
|
requirements: []
|
|
237
|
-
rubygems_version:
|
|
248
|
+
rubygems_version: 4.0.16
|
|
238
249
|
specification_version: 4
|
|
239
250
|
summary: Faraday middleware for wrapping responses into Hashie::Mash
|
|
240
251
|
test_files: []
|