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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 713fdd5e1289293e73a6badb72aad025e996389005ad3b4bdf74a2b1fdbee23f
4
- data.tar.gz: 7420b28b97e0320695920403f0a679ac042f133880ddb5185414eca34ede825f
3
+ metadata.gz: f127225afc48b478ed00eee5bb27b63467693827f0a6e0050cd086a0e95259c9
4
+ data.tar.gz: 377953387522c22432dd2351c7cd48e2b51c8a759101673f940069f6f2cab6f1
5
5
  SHA512:
6
- metadata.gz: 46e2b44f852718f3ec4f66d611a509bbf24785601a48608cf1fadcf14f3045dc778749441ac8b1c125a18bed504f0232a98557d37f6aefbfb8045aeba5d11f75
7
- data.tar.gz: c04918f553128fd02d2fcce2770965e0069881d491b3e91386d85856548340640787e00bfcf6c8fbaf2380528cc001d832f2100906deeb882e5b1d34a49b5103
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.1...main)
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)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Faraday
4
4
  module Mashify
5
- VERSION = '1.0.1'
5
+ VERSION = '1.0.2'
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.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.1/CHANGELOG.md
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.7
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: []