# -*- encoding: utf-8 -*- # stub: gazer 0.2.39 ruby lib Gem::Specification.new do |s| s.name = "gazer".freeze s.version = "0.2.39".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Mike DeAngelo".freeze] s.bindir = "exe".freeze s.date = "2020-05-05" s.description = "Command line tool to manage the content of a Looker instance.".freeze s.email = ["deangelo@looker.com".freeze] s.executables = ["gzr".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "exe/gzr".freeze, "gzr.gemspec".freeze, "lib/gzr.rb".freeze, "lib/gzr/cli.rb".freeze, "lib/gzr/command.rb".freeze, "lib/gzr/commands/.gitkeep".freeze, "lib/gzr/commands/attribute.rb".freeze, "lib/gzr/commands/attribute/cat.rb".freeze, "lib/gzr/commands/attribute/create.rb".freeze, "lib/gzr/commands/attribute/get_group_value.rb".freeze, "lib/gzr/commands/attribute/import.rb".freeze, "lib/gzr/commands/attribute/ls.rb".freeze, "lib/gzr/commands/attribute/rm.rb".freeze, "lib/gzr/commands/attribute/set_group_value.rb".freeze, "lib/gzr/commands/connection.rb".freeze, "lib/gzr/commands/connection/dialects.rb".freeze, "lib/gzr/commands/connection/ls.rb".freeze, "lib/gzr/commands/dashboard.rb".freeze, "lib/gzr/commands/dashboard/cat.rb".freeze, "lib/gzr/commands/dashboard/import.rb".freeze, "lib/gzr/commands/dashboard/mv.rb".freeze, "lib/gzr/commands/dashboard/rm.rb".freeze, "lib/gzr/commands/group.rb".freeze, "lib/gzr/commands/group/ls.rb".freeze, "lib/gzr/commands/group/member_groups.rb".freeze, "lib/gzr/commands/group/member_users.rb".freeze, "lib/gzr/commands/look.rb".freeze, "lib/gzr/commands/look/cat.rb".freeze, "lib/gzr/commands/look/import.rb".freeze, "lib/gzr/commands/look/mv.rb".freeze, "lib/gzr/commands/look/rm.rb".freeze, "lib/gzr/commands/model.rb".freeze, "lib/gzr/commands/model/ls.rb".freeze, "lib/gzr/commands/permissions.rb".freeze, "lib/gzr/commands/permissions/ls.rb".freeze, "lib/gzr/commands/plan.rb".freeze, "lib/gzr/commands/plan/cat.rb".freeze, "lib/gzr/commands/plan/disable.rb".freeze, "lib/gzr/commands/plan/enable.rb".freeze, "lib/gzr/commands/plan/failures.rb".freeze, "lib/gzr/commands/plan/import.rb".freeze, "lib/gzr/commands/plan/ls.rb".freeze, "lib/gzr/commands/plan/rm.rb".freeze, "lib/gzr/commands/plan/run.rb".freeze, "lib/gzr/commands/query.rb".freeze, "lib/gzr/commands/query/runquery.rb".freeze, "lib/gzr/commands/role.rb".freeze, "lib/gzr/commands/role/cat.rb".freeze, "lib/gzr/commands/role/group_add.rb".freeze, "lib/gzr/commands/role/group_ls.rb".freeze, "lib/gzr/commands/role/group_rm.rb".freeze, "lib/gzr/commands/role/ls.rb".freeze, "lib/gzr/commands/role/rm.rb".freeze, "lib/gzr/commands/role/user_add.rb".freeze, "lib/gzr/commands/role/user_ls.rb".freeze, "lib/gzr/commands/role/user_rm.rb".freeze, "lib/gzr/commands/space.rb".freeze, "lib/gzr/commands/space/cat.rb".freeze, "lib/gzr/commands/space/create.rb".freeze, "lib/gzr/commands/space/export.rb".freeze, "lib/gzr/commands/space/ls.rb".freeze, "lib/gzr/commands/space/rm.rb".freeze, "lib/gzr/commands/space/top.rb".freeze, "lib/gzr/commands/space/tree.rb".freeze, "lib/gzr/commands/subcommandbase.rb".freeze, "lib/gzr/commands/user.rb".freeze, "lib/gzr/commands/user/cat.rb".freeze, "lib/gzr/commands/user/delete.rb".freeze, "lib/gzr/commands/user/disable.rb".freeze, "lib/gzr/commands/user/enable.rb".freeze, "lib/gzr/commands/user/ls.rb".freeze, "lib/gzr/commands/user/me.rb".freeze, "lib/gzr/modules/attribute.rb".freeze, "lib/gzr/modules/connection.rb".freeze, "lib/gzr/modules/dashboard.rb".freeze, "lib/gzr/modules/filehelper.rb".freeze, "lib/gzr/modules/group.rb".freeze, "lib/gzr/modules/look.rb".freeze, "lib/gzr/modules/model.rb".freeze, "lib/gzr/modules/permissions.rb".freeze, "lib/gzr/modules/plan.rb".freeze, "lib/gzr/modules/role.rb".freeze, "lib/gzr/modules/session.rb".freeze, "lib/gzr/modules/space.rb".freeze, "lib/gzr/modules/user.rb".freeze, "lib/gzr/templates/.gitkeep".freeze, "lib/gzr/templates/attribute/cat/.gitkeep".freeze, "lib/gzr/templates/attribute/create/.gitkeep".freeze, "lib/gzr/templates/attribute/get_group_values/.gitkeep".freeze, "lib/gzr/templates/attribute/import/.gitkeep".freeze, "lib/gzr/templates/attribute/ls/.gitkeep".freeze, "lib/gzr/templates/attribute/rm/.gitkeep".freeze, "lib/gzr/templates/attribute/set_group_values/.gitkeep".freeze, "lib/gzr/templates/connection/dialects/.gitkeep".freeze, "lib/gzr/templates/connection/ls/.gitkeep".freeze, "lib/gzr/templates/dashboard/cat/.gitkeep".freeze, "lib/gzr/templates/dashboard/import/.gitkeep".freeze, "lib/gzr/templates/dashboard/mv/.gitkeep".freeze, "lib/gzr/templates/dashboard/rm/.gitkeep".freeze, "lib/gzr/templates/group/ls/.gitkeep".freeze, "lib/gzr/templates/group/member_groups/.gitkeep".freeze, "lib/gzr/templates/group/member_users/.gitkeep".freeze, "lib/gzr/templates/look/cat/.gitkeep".freeze, "lib/gzr/templates/look/import/.gitkeep".freeze, "lib/gzr/templates/look/mv/.gitkeep".freeze, "lib/gzr/templates/look/rm/.gitkeep".freeze, "lib/gzr/templates/model/ls/.gitkeep".freeze, "lib/gzr/templates/permissions/ls/.gitkeep".freeze, "lib/gzr/templates/plan/cat/.gitkeep".freeze, "lib/gzr/templates/plan/disable/.gitkeep".freeze, "lib/gzr/templates/plan/enable/.gitkeep".freeze, "lib/gzr/templates/plan/failures/.gitkeep".freeze, "lib/gzr/templates/plan/import/.gitkeep".freeze, "lib/gzr/templates/plan/ls/.gitkeep".freeze, "lib/gzr/templates/plan/rm/.gitkeep".freeze, "lib/gzr/templates/plan/run/.gitkeep".freeze, "lib/gzr/templates/query/run/.gitkeep".freeze, "lib/gzr/templates/role/cat/.gitkeep".freeze, "lib/gzr/templates/role/group_add/.gitkeep".freeze, "lib/gzr/templates/role/group_ls/.gitkeep".freeze, "lib/gzr/templates/role/group_rm/.gitkeep".freeze, "lib/gzr/templates/role/ls/.gitkeep".freeze, "lib/gzr/templates/role/rm/.gitkeep".freeze, "lib/gzr/templates/role/user_add/.gitkeep".freeze, "lib/gzr/templates/role/user_ls/.gitkeep".freeze, "lib/gzr/templates/role/user_rm/.gitkeep".freeze, "lib/gzr/templates/space/cat/.gitkeep".freeze, "lib/gzr/templates/space/create/.gitkeep".freeze, "lib/gzr/templates/space/export/.gitkeep".freeze, "lib/gzr/templates/space/ls/.gitkeep".freeze, "lib/gzr/templates/space/rm/.gitkeep".freeze, "lib/gzr/templates/space/top/.gitkeep".freeze, "lib/gzr/templates/space/tree/.gitkeep".freeze, "lib/gzr/templates/user/cat/.gitkeep".freeze, "lib/gzr/templates/user/disable/.gitkeep".freeze, "lib/gzr/templates/user/enable/.gitkeep".freeze, "lib/gzr/templates/user/ls/.gitkeep".freeze, "lib/gzr/templates/user/me/.gitkeep".freeze, "lib/gzr/version.rb".freeze] s.homepage = "https://github.com/looker-open-source/gzr".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Command line tool to manage the content of a Looker instance.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.10.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.7.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.20.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.11.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.17".freeze]) s.add_development_dependency(%q.freeze, ["~> 12.3.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.8".freeze]) end