gazer 0.2.10 → 0.2.11

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: aee99a2281ea5f0a3fe6f8bb8dc25e0dc3d0ff96
4
- data.tar.gz: e398cadd5f43339d815aef1f4ab232077e4203f8
3
+ metadata.gz: 06f601cf31c565c5acb866715043daa466342a06
4
+ data.tar.gz: b8097b7d6e0d3b396c90d9acb020c8aae79428d5
5
5
  SHA512:
6
- metadata.gz: 661520994b099375d67bae336f5d7da249c8c0c704f789da70030392db0eb4db28ee74d21f8a00f42edf89d4b89ab00c191e6561e13060fdedcf4a30871e0c5b
7
- data.tar.gz: ce6d3808b51a5c9209385f7dbe3b36044d2cbff4c6a4f3f130a8a49856df9a41c7c6735f1ff98ddc0067ce3d14650711bb28204afc0a483f732ec89b22e328eb
6
+ metadata.gz: 3833dee0739467059dd54d3e6d406ee44988ac6d664f14a788565f1b6c44a5c805504b3dbc61fceec10c7c1bc2559cf59606f09176ecadeff3a9766a28093074
7
+ data.tar.gz: 9150f64b991be3c7ad9edd6d4c731368a8626f72e8b6a80969ecd9e84586947735361ab95f3cdcd942032db191a64b93bd5eedc8d133426932283924ab4de9ff
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gazer (0.2.10)
4
+ gazer (0.2.11)
5
5
  looker-sdk (~> 0.0.6)
6
6
  netrc (~> 0.11.0)
7
7
  pastel (~> 0.7.2)
@@ -94,7 +94,7 @@ module Gzr
94
94
  title_used = search_dashboards_by_title(source[:title], target_space_id).fetch(0,nil)
95
95
  existing_dashboard = search_dashboards_by_slug(source[:slug], target_space_id).fetch(0,nil) if source[:slug]
96
96
  if existing_dashboard then
97
- title_used = false if title_used.id == existing_dashboard.id
97
+ title_used = false if title_used && title_used.id == existing_dashboard.id
98
98
  else
99
99
  existing_dashboard = title_used
100
100
  title_used = false
@@ -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.10"
23
+ VERSION = "0.2.11"
24
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gazer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.10
4
+ version: 0.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike DeAngelo