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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fdd7c3691f42703df85870721089fa17041c5374
4
- data.tar.gz: 3d1d6af2277a2853235fa5b66c7c3591fe275bf3
3
+ metadata.gz: e27078d74cdcba0a8e4f897c997a86c25306e405
4
+ data.tar.gz: e9399c3eb2435293638a40c4fe0f0abb1699cd89
5
5
  SHA512:
6
- metadata.gz: f47a412ce9c3438e53c5979f20e55bfd83248828f8f9b014f622168db00932aa936175555e430414883392dd0eadbfb7bde1c41c01c03204aebc406687d6ffc7
7
- data.tar.gz: 539810f1d7ef8901456c62db1d383985a0d7e9ea8f4226c92dcc00406ff5b1ee8ce7e5b3b853046ab091e1b6d33a00a5825bf00286149b148a884bd046b137eb
6
+ metadata.gz: 3e42cb5348c57d6ecf2ecf91aaeb43c6d538fb15bf763cc9b1a1c9af3084dd27e1715cf2066cacb9ba7f48fc2b649377a0900e5bd04b377d26f0808f89fdab3b
7
+ data.tar.gz: 2318c0a42a93d84e8aace2fc730fb29be65b928fd8949c5a93f4256689253c122c9072454c3e82ed4bd04d43bd866b04969f9d14a4f6f4bdd82eb565d28b63f0
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gazer (0.2.12)
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.1)
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.3)
53
- strings-ansi (~> 0.1.0)
54
- unicode-display_width (~> 1.4.0)
55
- unicode_utils (~> 1.4.0)
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.0)
58
- timers (4.1.2)
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.4.0)
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.1
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
@@ -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.12"
23
+ VERSION = "0.2.13"
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.12
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-04-03 00:00:00.000000000 Z
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.6.14
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.