gazer 0.2.11 → 0.2.12
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 +1 -1
- data/README.md +3 -3
- data/gzr.gemspec +1 -1
- 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: fdd7c3691f42703df85870721089fa17041c5374
|
|
4
|
+
data.tar.gz: 3d1d6af2277a2853235fa5b66c7c3591fe275bf3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f47a412ce9c3438e53c5979f20e55bfd83248828f8f9b014f622168db00932aa936175555e430414883392dd0eadbfb7bde1c41c01c03204aebc406687d6ffc7
|
|
7
|
+
data.tar.gz: 539810f1d7ef8901456c62db1d383985a0d7e9ea8f4226c92dcc00406ff5b1ee8ce7e5b3b853046ab091e1b6d33a00a5825bf00286149b148a884bd046b137eb
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@ and Dashboards via a simple command line tool.
|
|
|
6
6
|
## Status and Support
|
|
7
7
|
|
|
8
8
|
Gazer is **NOT** supported or warranteed by Looker in any way. Please do not contact Looker support
|
|
9
|
-
for issues with Gazer. Issues can be logged via https://github.com/
|
|
9
|
+
for issues with Gazer. Issues can be logged via https://github.com/looker-open-source/gzr/issues
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
|
@@ -516,11 +516,11 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
516
516
|
|
|
517
517
|
## Contributing
|
|
518
518
|
|
|
519
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
519
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/looker-open-source/gzr. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
520
520
|
|
|
521
521
|
## Code of Conduct
|
|
522
522
|
|
|
523
|
-
Everyone interacting in the Gazer project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/
|
|
523
|
+
Everyone interacting in the Gazer project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/looker-open-source/gzr/blob/master/CODE_OF_CONDUCT.md).
|
|
524
524
|
|
|
525
525
|
## Copyright
|
|
526
526
|
|
data/gzr.gemspec
CHANGED
|
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
|
|
|
32
32
|
|
|
33
33
|
spec.summary = %q{Command line tool to manage the content of a Looker instance.}
|
|
34
34
|
spec.description = %q{Command line tool to manage the content of a Looker instance.}
|
|
35
|
-
spec.homepage = "https://github.com/
|
|
35
|
+
spec.homepage = "https://github.com/looker-open-source/gzr"
|
|
36
36
|
|
|
37
37
|
spec.required_ruby_version = '>= 2.3.0'
|
|
38
38
|
|
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.12
|
|
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-04-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tty-reader
|
|
@@ -303,7 +303,7 @@ files:
|
|
|
303
303
|
- lib/gzr/templates/user/ls/.gitkeep
|
|
304
304
|
- lib/gzr/templates/user/me/.gitkeep
|
|
305
305
|
- lib/gzr/version.rb
|
|
306
|
-
homepage: https://github.com/
|
|
306
|
+
homepage: https://github.com/looker-open-source/gzr
|
|
307
307
|
licenses:
|
|
308
308
|
- MIT
|
|
309
309
|
metadata: {}
|