wes-data-api 13.1.2 → 13.1.3

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: 1895abad427c3b161d162ae2241976cc786adba6
4
- data.tar.gz: 9a91fc567893300d223a0e89540183c4aa623753
3
+ metadata.gz: ae37fcde49bf2e87d039b33ca66722877d0ae0a9
4
+ data.tar.gz: 76301ee2640a8822bc85e4e1eff49091c7a77338
5
5
  SHA512:
6
- metadata.gz: f6299b678c1736357610281842765256c5300729ef9634d88bc32571ba3a14124cdababfd29754f962f5ce49daa0ebb0e8e8459c03dc86aece882f03a4cec0df
7
- data.tar.gz: e9234e8915219c8e8221cdb00a5400f724c94c722c984794273ca2d1043cf88613268a27afe83528cf7b8435f296c65fb74fe9d3c8329175421246861ab24c3c
6
+ metadata.gz: 871e96280a8c8135277e4ba5f96e924fc5cb9659af2d49de88c6c7092835345db3286c486d9e71aabb250c1244914c314f9d51ef1418ce5ff920c87f7a706d69
7
+ data.tar.gz: 83573039e8f967031b8d4e79b98a64b698a77635b505cdfa972cc17ad5065c9a9a32f79c7acf508c073d96b1f17237f592b6d1ada2839791586cc918a9fad09a
data/lib/wes/data/api.rb CHANGED
@@ -5,7 +5,7 @@ require 'wes/data/api/configuration'
5
5
  module Wes
6
6
  module Data
7
7
  module API
8
- VERSION = '13.1.2'.freeze
8
+ VERSION = '13.1.3'.freeze
9
9
  end
10
10
  end
11
11
  end
@@ -6,7 +6,7 @@ module Wes
6
6
  module Model
7
7
  class VideoPartnerAsset < Base
8
8
  def update(changes)
9
- route = [routes.video, id, routes.partner_asset, @attributes.id].join('/')
9
+ route = [routes.video, routes.partner_asset, @attributes.id].join('/')
10
10
  @attributes = client.put(
11
11
  route, @attributes.to_h.merge(changes)
12
12
  ).first
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wes-data-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.1.2
4
+ version: 13.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''