gazer 0.2.56 → 0.2.58
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/CHANGELOG.md +14 -0
- data/Gemfile.lock +9 -9
- data/README.md +10 -0
- data/gzr.gemspec +1 -1
- data/lib/gzr/version.rb +1 -1
- metadata +8 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 71d91f9fd62be429d6cda41b4bbf5a7cb6b7b4dc2d271f45d327370f3aa68b96
|
4
|
+
data.tar.gz: 445e0c520b50f7da011b7742045a5f8a35fef89022b0aeddd4749a420373879d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3e8ebc3d02a6ac73e43a4da4a2256a8c2b3a58c254eea90c2204a64428c03032bbfd9330ac9b37c4440328b86a62f6c969697348243701d9dc58f54683078ff
|
7
|
+
data.tar.gz: a28a41041e739a5724f4ebba873a1afd67be9d473f66a7a2efef439ea342cd760435aac7dfcc100d73e89562d8f2de796ad1e86f82faeb70d3546481adf9d0e3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### [0.2.58](https://www.github.com/looker-open-source/gzr/compare/v0.2.57...v0.2.58) (2023-03-16)
|
4
|
+
|
5
|
+
|
6
|
+
### Bug Fixes
|
7
|
+
|
8
|
+
* temporary fix for faraday 2.x in looker-sdk ([#159](https://www.github.com/looker-open-source/gzr/issues/159)) ([d89f813](https://www.github.com/looker-open-source/gzr/commit/d89f8138587c2986352be25b59bda79d07ea2bb4))
|
9
|
+
|
10
|
+
### [0.2.57](https://www.github.com/looker-open-source/gzr/compare/v0.2.56...v0.2.57) (2023-03-16)
|
11
|
+
|
12
|
+
|
13
|
+
### Bug Fixes
|
14
|
+
|
15
|
+
* temporary fix for faraday 2.x in looker-sdk ([acdb7e8](https://www.github.com/looker-open-source/gzr/commit/acdb7e8a174cd3dde5d8c95c95e572ec331b948f))
|
16
|
+
|
3
17
|
### [0.2.56](https://www.github.com/looker-open-source/gzr/compare/v0.2.55...v0.2.56) (2022-07-14)
|
4
18
|
|
5
19
|
### Bug Fixes
|
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
gazer (0.2.
|
5
|
-
looker-sdk (~> 0.1.1)
|
4
|
+
gazer (0.2.58)
|
5
|
+
looker-sdk (~> 0.1.1, <= 0.1.2)
|
6
6
|
net-http-persistent (~> 4.0, >= 4.0.1)
|
7
7
|
netrc (~> 0.11.0)
|
8
8
|
pastel (~> 0.8.0)
|
@@ -15,11 +15,11 @@ PATH
|
|
15
15
|
GEM
|
16
16
|
remote: https://rubygems.org/
|
17
17
|
specs:
|
18
|
-
addressable (2.8.
|
19
|
-
public_suffix (>= 2.0.2, <
|
20
|
-
connection_pool (2.
|
18
|
+
addressable (2.8.1)
|
19
|
+
public_suffix (>= 2.0.2, < 6.0)
|
20
|
+
connection_pool (2.3.0)
|
21
21
|
diff-lcs (1.4.4)
|
22
|
-
faraday (1.10.
|
22
|
+
faraday (1.10.3)
|
23
23
|
faraday-em_http (~> 1.0)
|
24
24
|
faraday-em_synchrony (~> 1.0)
|
25
25
|
faraday-excon (~> 1.1)
|
@@ -45,7 +45,7 @@ GEM
|
|
45
45
|
looker-sdk (0.1.2)
|
46
46
|
faraday (>= 1.2, < 2.0)
|
47
47
|
sawyer (~> 0.8)
|
48
|
-
multipart-post (2.
|
48
|
+
multipart-post (2.3.0)
|
49
49
|
net-http-persistent (4.0.1)
|
50
50
|
connection_pool (~> 2.2)
|
51
51
|
netrc (0.11.0)
|
@@ -89,7 +89,7 @@ GEM
|
|
89
89
|
strings (~> 0.2.0)
|
90
90
|
tty-screen (~> 0.8)
|
91
91
|
tty-tree (0.4.0)
|
92
|
-
unicode-display_width (2.2
|
92
|
+
unicode-display_width (2.4.2)
|
93
93
|
unicode_utils (1.4.0)
|
94
94
|
wisper (2.0.1)
|
95
95
|
|
@@ -107,4 +107,4 @@ RUBY VERSION
|
|
107
107
|
ruby 2.5.8p224
|
108
108
|
|
109
109
|
BUNDLED WITH
|
110
|
-
2.3.
|
110
|
+
2.3.26
|
data/README.md
CHANGED
@@ -3,6 +3,16 @@
|
|
3
3
|
Gazer can be used to navigate and manage Spaces, Looks,
|
4
4
|
and Dashboards via a simple command line tool.
|
5
5
|
|
6
|
+
<br/>
|
7
|
+
|
8
|
+
## *Attention*
|
9
|
+
|
10
|
+
> This project is on a path towards deprecation in favor of (Looker Deployer)[https://github.com/looker-open-source/looker_deployer]. New users should start with Looker Deployer if possible.
|
11
|
+
>
|
12
|
+
> Looker Deployer is based on newer Looker APIs and is intended to provide a superset of CLI functionality, including content migration features.
|
13
|
+
|
14
|
+
<br/>
|
15
|
+
|
6
16
|
## Status and Support
|
7
17
|
|
8
18
|
As of November 2021, Gazer is supported, but not warrantied by Bytecode IO, Inc. Issues and feature requests can be reported via https://github.com/looker-open-source/gzr/issues, which will be regularly monitored and prioritized by Bytecode IO, Inc., a preferred Looker consulting partner.
|
data/gzr.gemspec
CHANGED
@@ -59,7 +59,7 @@ Gem::Specification.new do |spec|
|
|
59
59
|
spec.add_runtime_dependency 'thor', '~> 1.1', '>= 1.1.0'
|
60
60
|
spec.add_dependency 'netrc', "~> 0.11.0"
|
61
61
|
spec.add_runtime_dependency 'rubyzip', '~> 1.3', '>= 1.3.0'
|
62
|
-
spec.add_dependency 'looker-sdk', "~> 0.1.1"
|
62
|
+
spec.add_dependency 'looker-sdk', "~> 0.1.1", "<= 0.1.2"
|
63
63
|
spec.add_runtime_dependency 'net-http-persistent', '~> 4.0', '>= 4.0.1'
|
64
64
|
|
65
65
|
spec.add_development_dependency 'bundler', '~> 2.2', '>= 2.2.10'
|
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.58
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike DeAngelo
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-03-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tty-reader
|
@@ -127,6 +127,9 @@ dependencies:
|
|
127
127
|
- - "~>"
|
128
128
|
- !ruby/object:Gem::Version
|
129
129
|
version: 0.1.1
|
130
|
+
- - "<="
|
131
|
+
- !ruby/object:Gem::Version
|
132
|
+
version: 0.1.2
|
130
133
|
type: :runtime
|
131
134
|
prerelease: false
|
132
135
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -134,6 +137,9 @@ dependencies:
|
|
134
137
|
- - "~>"
|
135
138
|
- !ruby/object:Gem::Version
|
136
139
|
version: 0.1.1
|
140
|
+
- - "<="
|
141
|
+
- !ruby/object:Gem::Version
|
142
|
+
version: 0.1.2
|
137
143
|
- !ruby/object:Gem::Dependency
|
138
144
|
name: net-http-persistent
|
139
145
|
requirement: !ruby/object:Gem::Requirement
|