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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 713fdd5e1289293e73a6badb72aad025e996389005ad3b4bdf74a2b1fdbee23f
4
- data.tar.gz: 7420b28b97e0320695920403f0a679ac042f133880ddb5185414eca34ede825f
3
+ metadata.gz: 782eda53e077fe9959600426a368cf458cd3c8c69107f4e0ad27a4dd8d784ee5
4
+ data.tar.gz: 605683fe5a127cec5b3cbdcec5b00229664e556aa918cba2ff77d6fc11d493d2
5
5
  SHA512:
6
- metadata.gz: 46e2b44f852718f3ec4f66d611a509bbf24785601a48608cf1fadcf14f3045dc778749441ac8b1c125a18bed504f0232a98557d37f6aefbfb8045aeba5d11f75
7
- data.tar.gz: c04918f553128fd02d2fcce2770965e0069881d491b3e91386d85856548340640787e00bfcf6c8fbaf2380528cc001d832f2100906deeb882e5b1d34a49b5103
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.1...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
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
- [![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.1'
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.1
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: bundler
41
+ name: irb
42
42
  requirement: !ruby/object:Gem::Requirement
43
43
  requirements:
44
- - - "~>"
44
+ - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: '2.0'
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: '2.0'
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.1/CHANGELOG.md
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: 3.6.7
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: []