faraday-mashify 1.0.2 → 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 +7 -1
- data/README.md +1 -1
- data/lib/faraday/mashify/version.rb +1 -1
- metadata +31 -3
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,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.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
|
|
5
11
|
|
|
6
12
|
## [v1.0.2](https://github.com/sue445/faraday-mashify/releases/tag/v1.0.2)
|
|
7
13
|
[full changelog](http://github.com/sue445/faraday-mashify/compare/v1.0.1...v1.0.2)
|
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
|
|
@@ -37,6 +37,20 @@ dependencies:
|
|
|
37
37
|
- - ">="
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
39
|
version: '0'
|
|
40
|
+
- !ruby/object:Gem::Dependency
|
|
41
|
+
name: irb
|
|
42
|
+
requirement: !ruby/object:Gem::Requirement
|
|
43
|
+
requirements:
|
|
44
|
+
- - ">="
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: '0'
|
|
47
|
+
type: :development
|
|
48
|
+
prerelease: false
|
|
49
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
50
|
+
requirements:
|
|
51
|
+
- - ">="
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: '0'
|
|
40
54
|
- !ruby/object:Gem::Dependency
|
|
41
55
|
name: rake
|
|
42
56
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -51,6 +65,20 @@ dependencies:
|
|
|
51
65
|
- - "~>"
|
|
52
66
|
- !ruby/object:Gem::Version
|
|
53
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'
|
|
54
82
|
- !ruby/object:Gem::Dependency
|
|
55
83
|
name: rspec
|
|
56
84
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -197,7 +225,7 @@ licenses:
|
|
|
197
225
|
- MIT
|
|
198
226
|
metadata:
|
|
199
227
|
bug_tracker_uri: https://github.com/sue445/faraday-mashify/issues
|
|
200
|
-
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
|
|
201
229
|
documentation_uri: https://sue445.github.io/faraday-mashify/
|
|
202
230
|
homepage_uri: https://github.com/sue445/faraday-mashify
|
|
203
231
|
source_code_uri: https://github.com/sue445/faraday-mashify
|
|
@@ -217,7 +245,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
217
245
|
- !ruby/object:Gem::Version
|
|
218
246
|
version: '0'
|
|
219
247
|
requirements: []
|
|
220
|
-
rubygems_version:
|
|
248
|
+
rubygems_version: 4.0.16
|
|
221
249
|
specification_version: 4
|
|
222
250
|
summary: Faraday middleware for wrapping responses into Hashie::Mash
|
|
223
251
|
test_files: []
|