faraday-mashify 1.0.0 → 1.0.1

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: ea0ee8798acc7f41e062d175c44f0271f277d854c8cd8383f6c40629497f2425
4
- data.tar.gz: be8b7b317cee3b204b919070a841f9bcb2cd7c751a206bc54612ba9380de8e87
3
+ metadata.gz: 713fdd5e1289293e73a6badb72aad025e996389005ad3b4bdf74a2b1fdbee23f
4
+ data.tar.gz: 7420b28b97e0320695920403f0a679ac042f133880ddb5185414eca34ede825f
5
5
  SHA512:
6
- metadata.gz: aaa01700e30a8619a5e6fe8b4d0c2aed7919c247b2630a8c7ff324e1c6408636ee33905f050ff170a4228dd1695bf4e52a4b21581521b45de5b5a85e2dc8a1c0
7
- data.tar.gz: 8501804e8022cf141cdd010b23944f4f075a1729bca6111ecec545842e7e5e16f6b013f8f08c88155c8146264767dfd98e3eb1f427c41cafad55c227004bb99d
6
+ metadata.gz: 46e2b44f852718f3ec4f66d611a509bbf24785601a48608cf1fadcf14f3045dc778749441ac8b1c125a18bed504f0232a98557d37f6aefbfb8045aeba5d11f75
7
+ data.tar.gz: c04918f553128fd02d2fcce2770965e0069881d491b3e91386d85856548340640787e00bfcf6c8fbaf2380528cc001d832f2100906deeb882e5b1d34a49b5103
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.0...main)
4
+ [full changelog](http://github.com/sue445/faraday-mashify/compare/v1.0.1...main)
5
+
6
+ ## [v1.0.1](https://github.com/sue445/faraday-mashify/releases/tag/v1.0.1)
7
+ [full changelog](http://github.com/sue445/faraday-mashify/compare/v1.0.0...v1.0.1)
8
+
9
+ * Release gem from GitHub Actions
10
+ * https://github.com/sue445/faraday-mashify/pull/27
5
11
 
6
12
  ## [v1.0.0](https://github.com/sue445/faraday-mashify/releases/tag/v1.0.0)
7
13
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Faraday
4
4
  module Mashify
5
- VERSION = '1.0.0'
5
+ VERSION = '1.0.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faraday-mashify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-03-24 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: faraday
@@ -212,13 +211,12 @@ licenses:
212
211
  - MIT
213
212
  metadata:
214
213
  bug_tracker_uri: https://github.com/sue445/faraday-mashify/issues
215
- changelog_uri: https://github.com/sue445/faraday-mashify/blob/v1.0.0/CHANGELOG.md
214
+ changelog_uri: https://github.com/sue445/faraday-mashify/blob/v1.0.1/CHANGELOG.md
216
215
  documentation_uri: https://sue445.github.io/faraday-mashify/
217
216
  homepage_uri: https://github.com/sue445/faraday-mashify
218
217
  source_code_uri: https://github.com/sue445/faraday-mashify
219
218
  wiki_uri: https://github.com/sue445/faraday-mashify/wiki
220
219
  rubygems_mfa_required: 'true'
221
- post_install_message:
222
220
  rdoc_options: []
223
221
  require_paths:
224
222
  - lib
@@ -236,8 +234,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
236
234
  - !ruby/object:Gem::Version
237
235
  version: '0'
238
236
  requirements: []
239
- rubygems_version: 3.5.22
240
- signing_key:
237
+ rubygems_version: 3.6.7
241
238
  specification_version: 4
242
239
  summary: Faraday middleware for wrapping responses into Hashie::Mash
243
240
  test_files: []