muffin_man 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: 2c05b9446eca38f29264b956804bdd8bc7b78e094a85c36f9799b243a2a1c018
4
- data.tar.gz: d6e386b407afe2c7db044c0d55cad7b96c16448eef8f566e8583cd5ab84674bb
3
+ metadata.gz: 01a263a02506880dbfef45399e3294486b858cc72d5a9fc370f155128de17d0a
4
+ data.tar.gz: d8fdd99a82562bcc2c354fb8c59d2c7c366802fbdf41b8b45c1f9f0ab9b596d8
5
5
  SHA512:
6
- metadata.gz: 0bf83ece55c5cf56af2ee640f0139e227c4ea79d82fbdc8d7040cbe821b7de073f04b5238b72cba6816b266fb9ef0c1baa7771127860c852e0aa5cd9ca7b959d
7
- data.tar.gz: 879e3fad3e614f111db09318e5f24ddb0af3110648fe2f3049f3c621de6eb3a53539b54387a986968349c19b011a4ee7cd45ba53bb139debdb956efe5b023374
6
+ metadata.gz: ad0248e2f1020a243bdb2901d7c0331d377733c01490875a64e2e92f380702fabfd34abc5aafcaf6c39244891380551d0d9e20b35197d969ed09d93ab551a06e
7
+ data.tar.gz: cac4177e290055336395d095936236f48449df8f56cee789a4201c5dd6e3eb9afecae7f2923c4ec6964515eb6a492ac5bbc597f1fcd35bda0d6fab56cf392e11
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MuffinMan
2
2
 
3
- ![Ruby CI](https://github.com/patterninc/muffin_man/actions/workflows/ci.yml/badge.svg)
3
+ [![Ruby CI](https://github.com/patterninc/muffin_man/actions/workflows/ci.yml/badge.svg)](https://github.com/patterninc/muffin_man/actions)
4
4
 
5
5
  MuffinMan is a ruby interface to the Amazon Selling Partner API. For more information on registering to use the Selling Partner API, see [Amazon's documentation](https://github.com/amzn/selling-partner-api-docs/blob/main/guides/developer-guide/SellingPartnerApiDeveloperGuide.md)
6
6
 
@@ -59,10 +59,7 @@ module MuffinMan
59
59
  end
60
60
 
61
61
  def request
62
- @request ||= Typhoeus::Request.new(
63
- canonical_uri,
64
- params: query_params
65
- )
62
+ Typhoeus::Request.new(canonical_uri, params: query_params)
66
63
  end
67
64
 
68
65
  def retrieve_lwa_access_token
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MuffinMan
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
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: 1.0.1
4
+ version: 1.0.2
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: 2022-02-01 00:00:00.000000000 Z
13
+ date: 2022-02-03 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec