attune 1.0.13 → 1.0.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
  SHA1:
3
- metadata.gz: c91111fff65966e1117046d7a8f3d2a262eca13f
4
- data.tar.gz: a0d7fc673c1a7208a92fb9a1b53d94c8b7c33514
3
+ metadata.gz: 9d087475fc4181373655b72c1e6bfcd437bef95f
4
+ data.tar.gz: 92e337eb377454aea6125731602e122d3ea677e8
5
5
  SHA512:
6
- metadata.gz: 2ab1ce48fe422fbad0d6aae4aa95a0c61bebb60dfe7a4de31ba1fb728d8ed98db53adf56cb7d2fd6f1501bd3e29401fd1bf28b8551e7e9ccb93edede5af1c501
7
- data.tar.gz: 5e17a31b4ed44a06264025e81f3cc046b6c5f61d29b13e22da1cd1b78adda69120d53d84e200c09bb3ee5d2f82ee0aa88626dcfd3b1093a7d7132d9fef612610
6
+ metadata.gz: 15e1619173311da4a18094e132d25094470a4a837bdea474b951a774ada6e9b9381acb672b7bd0838895400ee08a2b7fc9d17ddfa20b1337b420c99e7de4fe8c
7
+ data.tar.gz: 394befe7817047158f2f5c1eea2633f3c14740499969b513dd94feb29e8dcb8aff8f6786ba3b0cd21ae7597d0a30fe4b9ebdd79cadbaf1a53cf55cf6fb18cab7
@@ -1,4 +1,4 @@
1
1
  module Attune
2
- VERSION = "1.0.13"
2
+ VERSION = "1.0.14"
3
3
  end
4
4
 
data/spec/remote_spec.rb CHANGED
@@ -87,6 +87,7 @@ describe "remote requests" do
87
87
  # update
88
88
  params = Attune::Model::BlacklistParams.new
89
89
  params.disabled = true
90
+ params.entity_type = 'products'
90
91
  client.entities.blacklist_update(blacklist_id, params)
91
92
  blacklist = client.entities.blacklist_get(blacklist_id)
92
93
  blacklist.disabled.should == true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attune
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.13
4
+ version: 1.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Hawthorn