gazer 0.2.12 → 0.2.13
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 +4 -4
- data/Gemfile.lock +10 -12
- data/lib/gzr/commands/dashboard/import.rb +2 -0
- data/lib/gzr/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e27078d74cdcba0a8e4f897c997a86c25306e405
|
4
|
+
data.tar.gz: e9399c3eb2435293638a40c4fe0f0abb1699cd89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e42cb5348c57d6ecf2ecf91aaeb43c6d538fb15bf763cc9b1a1c9af3084dd27e1715cf2066cacb9ba7f48fc2b649377a0900e5bd04b377d26f0808f89fdab3b
|
7
|
+
data.tar.gz: 2318c0a42a93d84e8aace2fc730fb29be65b928fd8949c5a93f4256689253c122c9072454c3e82ed4bd04d43bd866b04969f9d14a4f6f4bdd82eb565d28b63f0
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
gazer (0.2.
|
4
|
+
gazer (0.2.13)
|
5
5
|
looker-sdk (~> 0.0.6)
|
6
6
|
netrc (~> 0.11.0)
|
7
7
|
pastel (~> 0.7.2)
|
@@ -19,7 +19,6 @@ GEM
|
|
19
19
|
equatable (0.5.0)
|
20
20
|
faraday (0.15.4)
|
21
21
|
multipart-post (>= 1.2, < 3)
|
22
|
-
hitimes (1.3.0)
|
23
22
|
kramdown (1.16.2)
|
24
23
|
looker-sdk (0.0.6)
|
25
24
|
faraday (>= 0.9.0, < 1.0)
|
@@ -39,7 +38,7 @@ GEM
|
|
39
38
|
rspec-mocks (~> 3.8.0)
|
40
39
|
rspec-core (3.8.0)
|
41
40
|
rspec-support (~> 3.8.0)
|
42
|
-
rspec-expectations (3.8.
|
41
|
+
rspec-expectations (3.8.3)
|
43
42
|
diff-lcs (>= 1.2.0, < 2.0)
|
44
43
|
rspec-support (~> 3.8.0)
|
45
44
|
rspec-mocks (3.8.0)
|
@@ -49,14 +48,13 @@ GEM
|
|
49
48
|
sawyer (0.8.1)
|
50
49
|
addressable (>= 2.3.5, < 2.6)
|
51
50
|
faraday (~> 0.8, < 1.0)
|
52
|
-
strings (0.1.
|
53
|
-
strings-ansi (~> 0.1
|
54
|
-
unicode-display_width (~> 1.
|
55
|
-
unicode_utils (~> 1.4
|
51
|
+
strings (0.1.5)
|
52
|
+
strings-ansi (~> 0.1)
|
53
|
+
unicode-display_width (~> 1.5)
|
54
|
+
unicode_utils (~> 1.4)
|
56
55
|
strings-ansi (0.1.0)
|
57
|
-
thor (0.20.
|
58
|
-
timers (4.
|
59
|
-
hitimes
|
56
|
+
thor (0.20.3)
|
57
|
+
timers (4.3.0)
|
60
58
|
tty (0.8.1)
|
61
59
|
bundler (~> 1.16, < 2.0)
|
62
60
|
equatable (~> 0.5.0)
|
@@ -129,7 +127,7 @@ GEM
|
|
129
127
|
tty-screen (~> 0.6.4)
|
130
128
|
tty-tree (0.1.0)
|
131
129
|
tty-which (0.3.0)
|
132
|
-
unicode-display_width (1.
|
130
|
+
unicode-display_width (1.5.0)
|
133
131
|
unicode_utils (1.4.0)
|
134
132
|
wisper (2.0.0)
|
135
133
|
|
@@ -147,4 +145,4 @@ RUBY VERSION
|
|
147
145
|
ruby 2.3.3p222
|
148
146
|
|
149
147
|
BUNDLED WITH
|
150
|
-
1.16.
|
148
|
+
1.16.2
|
@@ -182,6 +182,8 @@ module Gzr
|
|
182
182
|
[e,nil]
|
183
183
|
end.to_h
|
184
184
|
|
185
|
+
element[:dashboard_id] = dashboard_id
|
186
|
+
|
185
187
|
element.merge!( new_element.select do |k,v|
|
186
188
|
(keys_to_keep('update_dashboard_element') - [:dashboard_id, :look_id, :query_id, :merge_result_id]).include? k
|
187
189
|
end
|
data/lib/gzr/version.rb
CHANGED
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.
|
4
|
+
version: 0.2.13
|
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
|
+
date: 2019-05-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tty-reader
|
@@ -323,7 +323,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
323
323
|
version: '0'
|
324
324
|
requirements: []
|
325
325
|
rubyforge_project:
|
326
|
-
rubygems_version: 2.
|
326
|
+
rubygems_version: 2.5.2
|
327
327
|
signing_key:
|
328
328
|
specification_version: 4
|
329
329
|
summary: Command line tool to manage the content of a Looker instance.
|