gooddata 0.6.38 → 0.6.39

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: b7ca3958a79bed109dcc27421e31ad94d6ebe12d
4
- data.tar.gz: d273f49c40f12df4c1102f2f933ccdf090fafffc
3
+ metadata.gz: 0d9b304fad33a26262226db5cf3f69606fa40d52
4
+ data.tar.gz: e396306a438b6fb5c6664f6c63a16155f0eed303
5
5
  SHA512:
6
- metadata.gz: 4407ed2e1aa90d0583768a0d4827e2f1d96ac34589cac57735ee4ebef0ae9e6ad17f475efc5c39a50575c0a0147a71c44e79bf77704ace649bc543a67f91e269
7
- data.tar.gz: d64151d7f4f9da2f42a573df1a34daf3d482eadbc2d968b99efec76087bd2e769fd57140df45bd9b596cfff295aba14f632ae69dd23272d62c441242431b77b7
6
+ metadata.gz: ee8abe06791fa5ea61afc23a8111a3b3d64fba8ae2da6fbacb0219193dfb8fee64d6e3f7512f529de60540860b971ba196da5709823818be50da870644c80c6c
7
+ data.tar.gz: 8ff8f640260a17b00e305419862fe00f025d49cf04ef4d76fee113e372674816fd33e63522199a7213dff07b044b7e3575862fa54906d7bf1aea34eba4019843
@@ -319,16 +319,16 @@ module GoodData
319
319
  messages
320
320
  # messages.map {|m| m.merge({custom_project_id: custom_project_id})}
321
321
  end
322
- end
323
322
 
324
- def transfer_tagged_stuff(from_project, to_project, tag)
325
- puts 'Transferring tagged stuff'
323
+ def transfer_tagged_stuff(from_project, to_project, tag)
324
+ puts 'Transferring tagged stuff'
326
325
 
327
- objects = from_project.find_by_tag(tag)
326
+ objects = from_project.find_by_tag(tag)
328
327
 
329
- puts JSON.pretty_generate(objects)
328
+ puts JSON.pretty_generate(objects)
330
329
 
331
- from_project.partial_md_export(objects, project: to_project)
330
+ from_project.partial_md_export(objects, project: to_project)
331
+ end
332
332
  end
333
333
 
334
334
  def add_dashboard(dashboard)
@@ -6,7 +6,7 @@
6
6
 
7
7
  # GoodData Module
8
8
  module GoodData
9
- VERSION = '0.6.38'
9
+ VERSION = '0.6.39'
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.38
4
+ version: 0.6.39
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kolesnikov