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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f127225afc48b478ed00eee5bb27b63467693827f0a6e0050cd086a0e95259c9
4
- data.tar.gz: 377953387522c22432dd2351c7cd48e2b51c8a759101673f940069f6f2cab6f1
3
+ metadata.gz: 782eda53e077fe9959600426a368cf458cd3c8c69107f4e0ad27a4dd8d784ee5
4
+ data.tar.gz: 605683fe5a127cec5b3cbdcec5b00229664e556aa918cba2ff77d6fc11d493d2
5
5
  SHA512:
6
- metadata.gz: f8c0b8f0baa24ff279f3cfdf381483d813a583f4abdcd88f2a40be4c83b2de597e566d1b97262dad5bac6fd8db857dbdbe8c3a324326a26bc2b619628643705a
7
- data.tar.gz: 788ae0c01315e94f372da9d83cef834bee5b249b500ff2a991223cc03af6246f96302089855973508c28eefa97a48798cbed597e97b0565bf2c15466375ab4f2
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.2...main)
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
- [![CI](https://github.com/sue445/faraday-mashify/actions/workflows/ci.yaml/badge.svg)](https://github.com/sue445/faraday-mashify/actions/workflows/ci.yaml)
3
+ [![CI](https://github.com/sue445/faraday-mashify/actions/workflows/ci.yml/badge.svg)](https://github.com/sue445/faraday-mashify/actions/workflows/ci.yml)
4
4
  [![Gem](https://img.shields.io/gem/v/faraday-mashify.svg?style=flat-square)](https://rubygems.org/gems/faraday-mashify)
5
5
  [![License](https://img.shields.io/github/license/sue445/faraday-mashify.svg?style=flat-square)](LICENSE.md)
6
6
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Faraday
4
4
  module Mashify
5
- VERSION = '1.0.2'
5
+ VERSION = '1.0.3'
6
6
  end
7
7
  end
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.2
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.2/CHANGELOG.md
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: 3.6.9
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: []