bluepark 1.0.6 → 1.0.7

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: 0b9e24e6aedd80d73b6c7864d45211a6dd022d90
4
- data.tar.gz: 51da886577cec72cf529eee35100954fb63354f2
3
+ metadata.gz: 656cc444aa67f43e57c375098bce16c4cf7bc6c4
4
+ data.tar.gz: 3dcbdaa954be8e7804a0eb362f189ca9cce2c3d0
5
5
  SHA512:
6
- metadata.gz: 24a4c858c900b0df649ce390254888d2e3892ce16f493cf954986abdb49c7678ec8cb31ed86ac9493124f530bb32856f0155327adc10044e51dc5a5775826a0e
7
- data.tar.gz: 25fad7881e11a51a064bbc5542449ab5957f1887cacc170dfd132e997032eb34f079af00edfe87f311abad27403b29c699d40d652485b0f3bb6ed180c2958562
6
+ metadata.gz: 5104a1aa312f99faf660ec241ad46dc4adff5def7c3c6f00fa167f78300faece7a3310a4b829d165322a425fb06de883f887f9d8fc3390d07959012652d2644c
7
+ data.tar.gz: 1829ce38cf085623c26bf41874df539cae9cfe7cbed57e4f94af53502db4b3589fd92c650f3160c6b5e8c4a036acaa22be4829c6116cc30fd4d96eeec8c697a0
@@ -3,7 +3,7 @@ lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'bluepark'
6
- s.version = '1.0.6'
6
+ s.version = '1.0.7'
7
7
  s.date = '2017-07-28'
8
8
  s.summary = "Ruby client library for the Bluepark API"
9
9
  s.description = "A simple client created to help with Bluepark integration"
@@ -21,7 +21,7 @@ class Bluepark::Client::Skus
21
21
  @client.rest_put_with_token("skus/#{sku_id}", sku_params)
22
22
  end
23
23
 
24
- def update_skus(sku_id, sku_params)
24
+ def update_skus(sku_params)
25
25
  @client.rest_put_with_token("skus/", sku_params)
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bluepark
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andriy Byalyk