muffin_man 2.4.13 → 2.4.14

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: 3ce653dae1f306ad75e6faaf2fc8cc6757eb86e9fc7b1c679883d501a611cb52
4
- data.tar.gz: b557ef7d1ce5a636eea20c3f4ef8d7d3db8865148d90189515530d7623633481
3
+ metadata.gz: 93b2373ab6e23551491aa386a651c003a7a936831b2423a78239dab3e7386360
4
+ data.tar.gz: 0f1a5876afead341f4dfe6a16500a863de0124e968a2e9921c6ccf5e1ebd6e6f
5
5
  SHA512:
6
- metadata.gz: fc46a5838cafcd55a676d767f50a6dc82e710b5ba7710f3b93bc7a1959a557e546a2bcb82234aa6b0a891d25934bab94cf063ee720ba0aebaebf48d681e11793
7
- data.tar.gz: 1805031ebbacabced9e6074871ed558f5f6cf6f49c5db6d0125d9fc1284ef5dd27467cd520343f574ebaf4b05ba62e105649a7b0fe6774b3a124caff64a16d71
6
+ metadata.gz: f52160b821f2eb65ba93e4e25550fe33079f62760426ca10519d20464f6ba9439fac5900645d6e89b89ac29af8e1761bf0f0075532d424f054ed808972b5d427
7
+ data.tar.gz: d2c316e85239e2cbb37413d5c92964e2f831850a12e36db7ec7e2a55ff6e07cc03d06df763c19b8da72c6edcfbaff8df3eb62cd590883ca4749d5feaa44bd8b7
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # 2.4.14
2
+
3
+ - Fixed query params of Amazon Finances API v2024-06-19 [#98](https://github.com/patterninc/muffin_man/pull/98)
4
+ - [#99](https://github.com/patterninc/muffin_man/pull/99)
5
+
1
6
  # 2.4.13
2
7
 
3
8
  - Remove AWS STS Signature in requests [#97](https://github.com/patterninc/muffin_man/pull/97)
data/README.md CHANGED
@@ -39,6 +39,7 @@ As of now, this gem only supports portions of the following APIs with more to co
39
39
  - `Uploads API v2020-11-01`
40
40
  - `A+ API v2020-11-01`
41
41
  - `Application Management API v2023-11-30`
42
+ - `Finances API v2024-06-19`
42
43
 
43
44
  ## Installation
44
45
 
@@ -8,7 +8,7 @@ module MuffinMan
8
8
  @query_params = {
9
9
  "postedAfter" => posted_after
10
10
  }
11
- @query_params["PostedBefore"] = posted_before unless posted_before.nil?
11
+ @query_params["postedBefore"] = posted_before unless posted_before.nil?
12
12
  @query_params["marketplaceId"] = marketplace_id unless marketplace_id.nil?
13
13
  @query_params["nextToken"] = next_token unless next_token.nil?
14
14
  @request_type = "GET"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MuffinMan
4
- VERSION = "2.4.13"
4
+ VERSION = "2.4.14"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muffin_man
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.13
4
+ version: 2.4.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gavin
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2025-03-11 00:00:00.000000000 Z
13
+ date: 2025-04-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec
@@ -226,7 +226,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
226
226
  - !ruby/object:Gem::Version
227
227
  version: '0'
228
228
  requirements: []
229
- rubygems_version: 3.4.19
229
+ rubygems_version: 3.1.6
230
230
  signing_key:
231
231
  specification_version: 4
232
232
  summary: Amazon Selling Partner API client