gazer 0.3.9 → 0.3.10
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/.github/dependabot.yml +11 -0
- data/CHANGELOG.md +7 -0
- data/Gemfile.lock +8 -24
- data/README.md +1 -8
- data/gzr.gemspec +3 -2
- data/lib/gzr/version.rb +1 -1
- metadata +21 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 378d891160a3f1d4a96dad3083a865fcc642fa18f90af66c03c30ecf60c5d04c
|
4
|
+
data.tar.gz: 762d4625315eafec4780539439230727b7793a22a2badb3493c811170bd8012e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff29c0527bcf56fce1bc2b3284068e73e52540c00648ad1665bcafeb509448e72e6185d3729e59ff3b22c0c5c141ee763c381adcc99c0fc4d5076dff267ba06e
|
7
|
+
data.tar.gz: 76a2a1a2507f1822decd68f69c6f1430c28c492cb95531c3c37fdd995c337bdf1e4986b8f53cd65b479b6e2b91d024e48e6e17bcc0a4e5a07775cb12684e27d6
|
@@ -0,0 +1,11 @@
|
|
1
|
+
# To get started with Dependabot version updates, you'll need to specify which
|
2
|
+
# package ecosystems to update and where the package manifests are located.
|
3
|
+
# Please see the documentation for all configuration options:
|
4
|
+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
5
|
+
|
6
|
+
version: 2
|
7
|
+
updates:
|
8
|
+
- package-ecosystem: "bundler" # See documentation for possible values
|
9
|
+
directory: "/" # Location of package manifests
|
10
|
+
schedule:
|
11
|
+
interval: "weekly"
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [0.3.10](https://github.com/looker-open-source/gzr/compare/v0.3.9...v0.3.10) (2023-06-28)
|
4
|
+
|
5
|
+
|
6
|
+
### Bug Fixes
|
7
|
+
|
8
|
+
* Faraday 2.x ([bdc5e52](https://github.com/looker-open-source/gzr/commit/bdc5e5205c1be21d76b93624f193fadb8a1b32b3))
|
9
|
+
|
3
10
|
## [0.3.9](https://github.com/looker-open-source/gzr/compare/v0.3.8...v0.3.9) (2023-05-25)
|
4
11
|
|
5
12
|
|
data/Gemfile.lock
CHANGED
@@ -1,9 +1,10 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
gazer (0.3.
|
5
|
-
faraday (~>
|
6
|
-
|
4
|
+
gazer (0.3.10)
|
5
|
+
faraday (~> 2.7.8)
|
6
|
+
faraday-multipart (~> 1.0)
|
7
|
+
looker-sdk (~> 0.1.6)
|
7
8
|
net-http-persistent (~> 4.0, >= 4.0.1)
|
8
9
|
netrc (~> 0.11.0)
|
9
10
|
pastel (~> 0.8.0)
|
@@ -20,30 +21,13 @@ GEM
|
|
20
21
|
public_suffix (>= 2.0.2, < 6.0)
|
21
22
|
connection_pool (2.4.0)
|
22
23
|
diff-lcs (1.4.4)
|
23
|
-
faraday (
|
24
|
-
faraday-
|
25
|
-
faraday-em_synchrony (~> 1.0)
|
26
|
-
faraday-excon (~> 1.1)
|
27
|
-
faraday-httpclient (~> 1.0)
|
28
|
-
faraday-multipart (~> 1.0)
|
29
|
-
faraday-net_http (~> 1.0)
|
30
|
-
faraday-net_http_persistent (~> 1.0)
|
31
|
-
faraday-patron (~> 1.0)
|
32
|
-
faraday-rack (~> 1.0)
|
33
|
-
faraday-retry (~> 1.0)
|
24
|
+
faraday (2.7.8)
|
25
|
+
faraday-net_http (>= 2.0, < 3.1)
|
34
26
|
ruby2_keywords (>= 0.0.4)
|
35
|
-
faraday-em_http (1.0.0)
|
36
|
-
faraday-em_synchrony (1.0.0)
|
37
|
-
faraday-excon (1.1.0)
|
38
|
-
faraday-httpclient (1.0.1)
|
39
27
|
faraday-multipart (1.0.4)
|
40
28
|
multipart-post (~> 2)
|
41
|
-
faraday-net_http (
|
42
|
-
|
43
|
-
faraday-patron (1.0.0)
|
44
|
-
faraday-rack (1.0.0)
|
45
|
-
faraday-retry (1.0.3)
|
46
|
-
looker-sdk (0.1.4)
|
29
|
+
faraday-net_http (3.0.2)
|
30
|
+
looker-sdk (0.1.6)
|
47
31
|
faraday (>= 1.2, < 3.0)
|
48
32
|
sawyer (~> 0.8)
|
49
33
|
multipart-post (2.3.0)
|
data/README.md
CHANGED
@@ -5,17 +5,10 @@ and Dashboards via a simple command line tool.
|
|
5
5
|
|
6
6
|
<br/>
|
7
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
8
|
|
16
9
|
## Status and Support
|
17
10
|
|
18
|
-
As of
|
11
|
+
As of 2023, Gazer is supported, but not warrantied by Google. Issues and feature requests can be reported via https://github.com/looker-open-source/gzr/issues, which will be regularly monitored and prioritized.
|
19
12
|
|
20
13
|
## Installation
|
21
14
|
|
data/gzr.gemspec
CHANGED
@@ -59,8 +59,9 @@ 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 'faraday', "~>
|
63
|
-
spec.add_dependency '
|
62
|
+
spec.add_dependency 'faraday', "~> 2.7.8"
|
63
|
+
spec.add_dependency 'faraday-multipart', '~> 1.0'
|
64
|
+
spec.add_dependency 'looker-sdk', "~> 0.1.6"
|
64
65
|
spec.add_runtime_dependency 'net-http-persistent', '~> 4.0', '>= 4.0.1'
|
65
66
|
|
66
67
|
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.3.
|
4
|
+
version: 0.3.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike DeAngelo
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tty-reader
|
@@ -126,28 +126,42 @@ dependencies:
|
|
126
126
|
requirements:
|
127
127
|
- - "~>"
|
128
128
|
- !ruby/object:Gem::Version
|
129
|
-
version:
|
129
|
+
version: 2.7.8
|
130
130
|
type: :runtime
|
131
131
|
prerelease: false
|
132
132
|
version_requirements: !ruby/object:Gem::Requirement
|
133
133
|
requirements:
|
134
134
|
- - "~>"
|
135
135
|
- !ruby/object:Gem::Version
|
136
|
-
version:
|
136
|
+
version: 2.7.8
|
137
|
+
- !ruby/object:Gem::Dependency
|
138
|
+
name: faraday-multipart
|
139
|
+
requirement: !ruby/object:Gem::Requirement
|
140
|
+
requirements:
|
141
|
+
- - "~>"
|
142
|
+
- !ruby/object:Gem::Version
|
143
|
+
version: '1.0'
|
144
|
+
type: :runtime
|
145
|
+
prerelease: false
|
146
|
+
version_requirements: !ruby/object:Gem::Requirement
|
147
|
+
requirements:
|
148
|
+
- - "~>"
|
149
|
+
- !ruby/object:Gem::Version
|
150
|
+
version: '1.0'
|
137
151
|
- !ruby/object:Gem::Dependency
|
138
152
|
name: looker-sdk
|
139
153
|
requirement: !ruby/object:Gem::Requirement
|
140
154
|
requirements:
|
141
155
|
- - "~>"
|
142
156
|
- !ruby/object:Gem::Version
|
143
|
-
version: 0.1.
|
157
|
+
version: 0.1.6
|
144
158
|
type: :runtime
|
145
159
|
prerelease: false
|
146
160
|
version_requirements: !ruby/object:Gem::Requirement
|
147
161
|
requirements:
|
148
162
|
- - "~>"
|
149
163
|
- !ruby/object:Gem::Version
|
150
|
-
version: 0.1.
|
164
|
+
version: 0.1.6
|
151
165
|
- !ruby/object:Gem::Dependency
|
152
166
|
name: net-http-persistent
|
153
167
|
requirement: !ruby/object:Gem::Requirement
|
@@ -244,6 +258,7 @@ executables:
|
|
244
258
|
extensions: []
|
245
259
|
extra_rdoc_files: []
|
246
260
|
files:
|
261
|
+
- ".github/dependabot.yml"
|
247
262
|
- ".github/scripts/parse_version.sh"
|
248
263
|
- ".github/scripts/wait_for_looker.sh"
|
249
264
|
- ".github/workflows/lint-pr.yml"
|