gooddata 0.6.45 → 0.6.46

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: bf5c737355216b948f68bec41c58ccdf39c85cbc
4
- data.tar.gz: b7db373bf656cc0b690eee7b8e30b41dd3673444
3
+ metadata.gz: 08ebe2ca066c3bcb8457ef1b9a736dda55e0d6d5
4
+ data.tar.gz: a99fdf45348cc33462fee6187f03981794e947da
5
5
  SHA512:
6
- metadata.gz: dcdc08ffcecd93be4858a9b27e135f110e59ec1dd03e9485e242c87b2cc780e203a2f3fb22131a00eb6bce0e26616e23d3efb52f5bcb26a2e15c708db891ac25
7
- data.tar.gz: 320a5a20869c0d998ddc88e169dfaf9bc3f1c340e9f8f8b3914513f615fb0a52948eca3f4966b93fb6e3cb88f911150606ae083ec20c2807ae72faa8274eefe3
6
+ metadata.gz: bdeb336ae21eae0b68d4878de8417d7606799d22b9998977c92e1048715b3c6d1d710ec0b4ea4839667fd5a8f43b584a469e1bceed9a83592f3da3dd55fbd48a
7
+ data.tar.gz: d8706eac0e9378771c643e45d38709c2ddc72a557e19806dc3aeff1eda51267891452217fe561f4dd0ffc8ace3a8fa5b1f05640195140a7f6c0f1a430abee6d8
@@ -1,5 +1,8 @@
1
1
  # GoodData Ruby SDK Changelog
2
2
 
3
+ ## 0.6.46
4
+ - Fixed transfer_label_types, use target client for lookup
5
+
3
6
  ## 0.6.45
4
7
  - Fixed transfer_everything when LDMs are the same
5
8
 
@@ -124,10 +124,10 @@ module GoodData
124
124
  # Transfer to target projects
125
125
  targets.peach do |target|
126
126
  transfer.peach do |identifier, type|
127
- uri = GoodData::MdObject.identifier_to_uri({ project: target, client: client }, identifier)
127
+ uri = GoodData::MdObject.identifier_to_uri({ project: target, client: target.client }, identifier)
128
128
  next unless uri
129
129
 
130
- obj = GoodData::MdObject[uri, { project: target, client: client }]
130
+ obj = GoodData::MdObject[uri, { project: target, client: target.client }]
131
131
 
132
132
  if obj
133
133
  if obj.content['type'] != type
@@ -6,7 +6,7 @@
6
6
 
7
7
  # GoodData Module
8
8
  module GoodData
9
- VERSION = '0.6.45'
9
+ VERSION = '0.6.46'
10
10
 
11
11
  class << self
12
12
  # Version
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gooddata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.45
4
+ version: 0.6.46
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kolesnikov
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2016-10-20 00:00:00.000000000 Z
14
+ date: 2016-10-21 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler