gazer 0.2.11 → 0.2.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 06f601cf31c565c5acb866715043daa466342a06
4
- data.tar.gz: b8097b7d6e0d3b396c90d9acb020c8aae79428d5
3
+ metadata.gz: fdd7c3691f42703df85870721089fa17041c5374
4
+ data.tar.gz: 3d1d6af2277a2853235fa5b66c7c3591fe275bf3
5
5
  SHA512:
6
- metadata.gz: 3833dee0739467059dd54d3e6d406ee44988ac6d664f14a788565f1b6c44a5c805504b3dbc61fceec10c7c1bc2559cf59606f09176ecadeff3a9766a28093074
7
- data.tar.gz: 9150f64b991be3c7ad9edd6d4c731368a8626f72e8b6a80969ecd9e84586947735361ab95f3cdcd942032db191a64b93bd5eedc8d133426932283924ab4de9ff
6
+ metadata.gz: f47a412ce9c3438e53c5979f20e55bfd83248828f8f9b014f622168db00932aa936175555e430414883392dd0eadbfb7bde1c41c01c03204aebc406687d6ffc7
7
+ data.tar.gz: 539810f1d7ef8901456c62db1d383985a0d7e9ea8f4226c92dcc00406ff5b1ee8ce7e5b3b853046ab091e1b6d33a00a5825bf00286149b148a884bd046b137eb
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gazer (0.2.11)
4
+ gazer (0.2.12)
5
5
  looker-sdk (~> 0.0.6)
6
6
  netrc (~> 0.11.0)
7
7
  pastel (~> 0.7.2)
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/deangelo-llooker/gzr/issues
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/deangelo-llooker/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.
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/deangelo-llooker/gzr/blob/master/CODE_OF_CONDUCT.md).
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
 
@@ -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/deangelo-llooker/gzr"
35
+ spec.homepage = "https://github.com/looker-open-source/gzr"
36
36
 
37
37
  spec.required_ruby_version = '>= 2.3.0'
38
38
 
@@ -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.11"
23
+ VERSION = "0.2.12"
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.11
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-02-13 00:00:00.000000000 Z
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/deangelo-llooker/gzr
306
+ homepage: https://github.com/looker-open-source/gzr
307
307
  licenses:
308
308
  - MIT
309
309
  metadata: {}