brightpearl_api 1.1.4 → 1.1.5

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: ed95173e62da15f4a19a44a5841b3edef413ac3e
4
- data.tar.gz: e7ae40cb8419244f0be5192a277c90490e241f57
3
+ metadata.gz: 20d893047c7797c596094fbde7a0f58b04634389
4
+ data.tar.gz: e432ead4b493f902f0dae06e0595860adc8391d4
5
5
  SHA512:
6
- metadata.gz: 8825f8fc56f56cf1a6a249f66098a8aa5f6ad7e4a49bc1f78560d0e9d1e4f0554a1177ff5f78ac8f20c8c55e5af0184416f900549d5d9a69ab6d5250e471bbbe
7
- data.tar.gz: f5aa5f9a3f7d49f8cf13c7e8b72597d80fb419326e7ee9e624c3b95d7bbb2d2ea3dffa8852718e703c8aaced463aefa96008cb27f846ddcfff36eea33dfc1c27
6
+ metadata.gz: a20888fadb290af307e36cce2e559e52baf312884f8345c89b9967df8a9b90a70af67a59caa8692a5db7642d43b74669a6ffc1961e983f03e693a8733081ad2d
7
+ data.tar.gz: 5eadf4259961055fe1d6848d7b9ba5b32446001ceee9945fd1fced84f7d666c5cdd6638a36df3187c536c78c2908ad6373fe2879c889ccb5d2442cba67bb1cba
@@ -34,7 +34,7 @@ module BrightpearlApi
34
34
  def update_product_price(product_id)
35
35
  body = {}
36
36
  yield(body)
37
- call(:put, "/product-service/product-service/#{product_id.to_i}/price-list", body)
37
+ call(:put, "/product-service/product-price/#{product_id.to_i}/price-list", body)
38
38
  end
39
39
 
40
40
  def create_product_type(name)
@@ -1,3 +1,3 @@
1
1
  module BrightpearlApi
2
- VERSION = "1.1.4"
2
+ VERSION = "1.1.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightpearl_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kunwar Aditya Raghuwanshi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-27 00:00:00.000000000 Z
11
+ date: 2014-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler