gazer 0.2.26 → 0.2.27

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: 8d1e32cfce7c2cad7d7249e1a3cfb8fe7558bfd2
4
- data.tar.gz: b34b7bd990eed0cc15b8e85bd12787d48696aa88
3
+ metadata.gz: f369430803f6b9f9399ac276dc1782290d795a6b
4
+ data.tar.gz: d782a75396113fcf993babb399967305eb9c8b25
5
5
  SHA512:
6
- metadata.gz: ec961462fb46c86d90a83dd53628177c78cf78c8e2734750e152828209bf2ffc649e2a17051fdc0c4a194fb811c2637f8c6a683793485809e04fc53f4093ce7b
7
- data.tar.gz: 39945616e4f5380be52973a50c46bd45cbf86332a2a01c7ded1b5816b96557e5637fff4e4e75a564573fa2aa0d5f6c895c9ca875860711ee6e0fb531ef20820a
6
+ metadata.gz: 36677ca488edd93c88dc4ed50154f600a9cecd5c12700be8e0acc79058c4551fed0018331a3888012763fb69e86574eade14d5d10822dcf919834a0112456d04
7
+ data.tar.gz: cbb933613180bdf7940407db04f62821ac29b6f8443b60a05cda349845c9e1ec8ae5952b16c1e9fe795e6f6d5f10b148dd971e86827f027dee189f9b912bafbf
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gazer (0.2.26)
4
+ gazer (0.2.27)
5
5
  looker-sdk (~> 0.0.6)
6
6
  netrc (~> 0.11.0)
7
7
  pastel (~> 0.7.2)
@@ -66,6 +66,8 @@ module Gzr
66
66
  desc: 'Display usage information'
67
67
  method_option :plain, type: :boolean,
68
68
  desc: 'Provide minimal response information'
69
+ method_option :force, type: :boolean,
70
+ desc: 'Overwrite a dashboard with the same name/slug in the target space'
69
71
  def import(file,dest_space_id)
70
72
  if options[:help]
71
73
  invoke :help, ['import']
@@ -197,9 +197,8 @@ module Gzr
197
197
  end
198
198
  )
199
199
  (element[:query_id],element[:look_id],element[:merge_result_id]) = process_dashboard_element(new_element)
200
- if existing_element[:result_maker_id] && !new_element[:result_maker_id]
200
+ if existing_element[:result_maker] && !new_element[:result_maker]
201
201
  element[:result_maker] = nil
202
- element[:result_maker_id] = nil
203
202
  elsif new_element[:result_maker]
204
203
  result_maker = copy_result_maker_filterables(new_element)
205
204
  element[:result_maker] = result_maker if result_maker
@@ -64,6 +64,8 @@ module Gzr
64
64
  desc: 'Display usage information'
65
65
  method_option :plain, type: :boolean,
66
66
  desc: 'Provide minimal response information'
67
+ method_option :force, type: :boolean,
68
+ desc: 'Overwrite a look with the same name/slug in the target space'
67
69
  def import(file,dest_space_id)
68
70
  if options[:help]
69
71
  invoke :help, ['import']
@@ -20,5 +20,5 @@
20
20
  # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21
21
 
22
22
  module Gzr
23
- VERSION = "0.2.26"
23
+ VERSION = "0.2.27"
24
24
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gazer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.26
4
+ version: 0.2.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike DeAngelo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-20 00:00:00.000000000 Z
11
+ date: 2019-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tty-reader