gman_client 0.4.0 → 0.4.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
  SHA1:
3
- metadata.gz: 84ea72e7f24f02d14d2d510da202e4bff815a5fb
4
- data.tar.gz: 5708dc1326a9d5cf07c0139dbd41cd06832bf3b0
3
+ metadata.gz: ad9b05ee57c6d7898a95416e988e66c60643efa6
4
+ data.tar.gz: dc14c36b2cc3213c4bc385104cbf4234d9f2be17
5
5
  SHA512:
6
- metadata.gz: 0485510d66d1961dce1e0be5761b82877a1e0190d454c46924eb8cd7adc17521ce4543154271f9e8759e27d88d68618b3c4a171b43b83c4d8257ad014c37d2af
7
- data.tar.gz: 413a659faac0f23036bd354fc9662aa50591d527ee018011143895bb2977b011362de861aa280701f2e244f7494b550a2ea9fefa3ce61b3ae5667370ee95ddf5
6
+ metadata.gz: b6dc3d8fbb47fe47ab5414e4a197d99cbe828e16265ce160cb1a2cb4265e6d521c0108442ffb7393a827a9a14ce17bab2d8f2e52f92127ea80c47a23548006f2
7
+ data.tar.gz: ef339bd5f6cafbe59e0c599521ca3232db0b37f17c683153967254394b05be2450f3379351304b39a2e95329a1accc45dbb5b9fecbcf5a546143788f82bcfe5f
@@ -3,14 +3,14 @@
3
3
  module GmanClient
4
4
  module CommodityMerchandising
5
5
  module BulkContracts
6
- def bulk_contracts(customer_ids)
6
+ def bulk_contracts
7
7
  response = attempt(@retry_attempts) do
8
8
  request
9
9
  .api
10
10
  .v1
11
11
  .commodity_merchandising
12
12
  .bulk_contracts
13
- .get(params: { customer_ids: customer_ids.join(',') })
13
+ .get
14
14
  end
15
15
 
16
16
  response.map(&:to_h)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GmanClient
4
- VERSION = '0.4.0'
4
+ VERSION = '0.4.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gman_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - MichaelAChrisco
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-08-21 00:00:00.000000000 Z
12
+ date: 2018-08-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: vcr