gooddata 0.6.36 → 0.6.37

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a418eb31981fffaf7e3a4d2099ee45c13fe94d7
4
- data.tar.gz: f99f2d29de0abe85b6aa852c1654a1116df55573
3
+ metadata.gz: 44a5a87cc1efdfd3343ea632a439cc755070f67d
4
+ data.tar.gz: 07ef3544ad0bb2c9868edda467a7cdef84e11f31
5
5
  SHA512:
6
- metadata.gz: 7c3a1ea8b743b34796d6dc6ac208cf0bdf6f2757ba0bf46ba41ef2b81c2170adf12334402129d776f3ce64ad3780765dde57395d50b6ca6b8a63a4a638767d73
7
- data.tar.gz: 19d9d787859a139a208ad33f185365ecc0f7272847af0397ec54e71f895028466cf156ac33192d0e39ae8ef252ddbd829109d0ccf0375184260a91a8a1e22bec
6
+ metadata.gz: e17091cfa86cd31601b660945d2bd14c58676269b4792431fb5984d973ac3c310bcf65b3dfc4239e656ca35bef32e2302fc10d58480b6bc539a3a048c479e8bf
7
+ data.tar.gz: c9044eca9f3a2d372570d674528ee0f04e176f858cd8408e9c5ddf22793b7b991912ceedfdfb00b3fc98d886e55a1c176582981704b49a4500a2f36c948dada5
@@ -123,6 +123,8 @@ module GoodData
123
123
  targets.peach do |target|
124
124
  transfer.peach do |identifier, type|
125
125
  uri = GoodData::MdObject.identifier_to_uri({project: target, client: client}, identifier)
126
+ next unless uri
127
+
126
128
  obj = GoodData::MdObject[uri, {project: target, client: client}]
127
129
 
128
130
  if obj.content['type'] != type
@@ -72,6 +72,8 @@ module GoodData
72
72
  chunk.gsub!(src, dest)
73
73
  end
74
74
 
75
+ puts chunk
76
+
75
77
  result = project.execute_maql(chunk)
76
78
  if result['wTaskStatus']['status'] == 'ERROR'
77
79
  puts JSON.pretty_generate(result)
@@ -6,7 +6,7 @@
6
6
 
7
7
  # GoodData Module
8
8
  module GoodData
9
- VERSION = '0.6.36'
9
+ VERSION = '0.6.37'
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.36
4
+ version: 0.6.37
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-09-29 00:00:00.000000000 Z
14
+ date: 2016-09-30 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler