gooddata 0.6.42 → 0.6.43

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: b69894dcd8787f57512a690df493d38d2be274f0
4
- data.tar.gz: 7fe9c8a984549400a626c535887752b834931819
3
+ metadata.gz: 75045179773aed8468c7f91efed78c02acd931ba
4
+ data.tar.gz: 88f27665f4934752bd0de316aeb2680ad8d3e22a
5
5
  SHA512:
6
- metadata.gz: 057366fcd0a6a45f37ac5e46598ae626cf5dffa4497448b7281df4bc58f9b7681c04248eedf1249e67082cc090abfb1d107aed0a1d59ec76cf2316216e5d90be
7
- data.tar.gz: 7a931561ab2cbb826807813ea131060ca0770c7540e65a4f09cb8ef80feec44faf5f24f1d2597a2ac1d57c5fa3b497f0d908e057f899919911aebd061694930c
6
+ metadata.gz: bed8c32eb8cb93dde99409c46353b35204374b4f38a482a80f5da9b70d73af8f2b2c879d15aebfcf617fe5a999bcc1bee861567289bc36befd5d073f0d1bddc1
7
+ data.tar.gz: 91b609b51dca26757d34d435c054a7e3936aa847a93dc17e388985b998a44917222c290784a2e09fe87e290de278a828ec3f7a369335721316fca59d3072f7f0
@@ -961,7 +961,9 @@ module GoodData
961
961
  fail ObjectsExportError, "Exporting objects failed with messages. Object #{objs.select { |_, obj| obj.nil? }.map { |o, _| o }.join(', ')} could not be found." if objs.any? { |_, obj| obj.nil? }
962
962
  export_payload = {
963
963
  :partialMDExport => {
964
- :uris => objs.map { |_, obj| obj.uri }
964
+ :uris => objs.map { |_, obj| obj.uri },
965
+ :exportAttributeProperties => '1',
966
+ :crossDataCenterExport => '1'
965
967
  }
966
968
  }
967
969
  result = client.post("#{md['maintenance']}/partialmdexport", export_payload)
@@ -6,7 +6,7 @@
6
6
 
7
7
  # GoodData Module
8
8
  module GoodData
9
- VERSION = '0.6.42'
9
+ VERSION = '0.6.43'
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.42
4
+ version: 0.6.43
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-04 00:00:00.000000000 Z
14
+ date: 2016-10-06 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler