# -*- encoding: utf-8 -*- # stub: conjur-cli 6.1.0 ruby lib Gem::Specification.new do |s| s.name = "conjur-cli".freeze s.version = "6.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Rafal Rzepecki".freeze, "Kevin Gilpin".freeze] s.date = "2018-04-06" s.email = ["rafal@conjur.net".freeze, "kgilpin@conjur.net".freeze] s.executables = ["_conjur".freeze, "conjur".freeze] s.files = [".dockerignore".freeze, ".gitignore".freeze, ".kateproject".freeze, ".overcommit.yml".freeze, ".project".freeze, ".rubocop.yml".freeze, "APPLIANCE_VERSION".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Humanfile.md".freeze, "Jenkinsfile".freeze, "LICENSE.md".freeze, "PUBLISH.md".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/_conjur".freeze, "bin/conjur".freeze, "build-deb.sh".freeze, "build-standalone".freeze, "ci/cli-test.sh".freeze, "ci/install.sh".freeze, "ci/package.sh".freeze, "ci/publish.sh".freeze, "ci/secrets/publish.yml".freeze, "ci/test.sh".freeze, "ci/wait_for_server.sh".freeze, "conjur-cli.gemspec".freeze, "debify.sh".freeze, "dev/docker-compose.yml".freeze, "dev/start.sh".freeze, "dev/stop.sh".freeze, "docker-compose.yml".freeze, "features/authentication/authenticate.feature".freeze, "features/authentication/login.feature".freeze, "features/authentication/logout.feature".freeze, "features/authentication/whoami.feature".freeze, "features/authorization/resource/annotate.feature".freeze, "features/authorization/resource/check.feature".freeze, "features/authorization/resource/exists.feature".freeze, "features/authorization/resource/permitted_roles.feature".freeze, "features/authorization/resource/show.feature".freeze, "features/authorization/role/exists.feature".freeze, "features/authorization/role/members.feature".freeze, "features/authorization/role/memberships.feature".freeze, "features/conjurenv/check.feature".freeze, "features/conjurenv/run.feature".freeze, "features/conjurenv/template.feature".freeze, "features/directory/user/update_password.feature".freeze, "features/directory/variable/value.feature".freeze, "features/directory/variable/values-add.feature".freeze, "features/hostfactory/tokens.feature".freeze, "features/pubkeys/show.feature".freeze, "features/step_definitions/authn_steps.rb".freeze, "features/step_definitions/cli_steps.rb".freeze, "features/step_definitions/file_steps.rb".freeze, "features/step_definitions/flow_control_steps.rb".freeze, "features/step_definitions/graph_steps.rb".freeze, "features/step_definitions/http_steps.rb".freeze, "features/step_definitions/overrides.rb".freeze, "features/step_definitions/policy_steps.rb".freeze, "features/step_definitions/trusted_proxy_steps.rb".freeze, "features/support/blank.yml".freeze, "features/support/env.rb".freeze, "features/support/hooks.rb".freeze, "features/support/world.rb".freeze, "jenkins.sh".freeze, "lib/conjur-cli.rb".freeze, "lib/conjur.rb".freeze, "lib/conjur/audit/follower.rb".freeze, "lib/conjur/authenticator.rb".freeze, "lib/conjur/authn.rb".freeze, "lib/conjur/cli.rb".freeze, "lib/conjur/command.rb".freeze, "lib/conjur/command/authn.rb".freeze, "lib/conjur/command/env.rb".freeze, "lib/conjur/command/host_factories.rb".freeze, "lib/conjur/command/hosts.rb".freeze, "lib/conjur/command/init.rb".freeze, "lib/conjur/command/plugin.rb".freeze, "lib/conjur/command/policies.rb".freeze, "lib/conjur/command/pubkeys.rb".freeze, "lib/conjur/command/resources.rb".freeze, "lib/conjur/command/roles.rb".freeze, "lib/conjur/command/rspec/describe_command.rb".freeze, "lib/conjur/command/rspec/helpers.rb".freeze, "lib/conjur/command/rspec/mock_services.rb".freeze, "lib/conjur/command/rspec/output_matchers.rb".freeze, "lib/conjur/command/shellinit.rb".freeze, "lib/conjur/command/users.rb".freeze, "lib/conjur/command/variables.rb".freeze, "lib/conjur/complete.rb".freeze, "lib/conjur/config.rb".freeze, "lib/conjur/conjurenv.rb".freeze, "lib/conjur/identifier_manipulation.rb".freeze, "lib/conjur/version.rb".freeze, "lib/patches/conjur/error.rb".freeze, "lib/patches/gli.rb".freeze, "profile.rb".freeze, "publish.sh".freeze, "push-image".freeze, "spec/authn_spec.rb".freeze, "spec/command/authn_spec.rb".freeze, "spec/command/hosts_spec.rb".freeze, "spec/command/init_spec.rb".freeze, "spec/command/pubkeys_spec.rb".freeze, "spec/command/resources_spec.rb".freeze, "spec/command/roles_spec.rb".freeze, "spec/command/users_spec.rb".freeze, "spec/command_spec.rb".freeze, "spec/complete_spec.rb".freeze, "spec/config_spec.rb".freeze, "spec/conjurrc".freeze, "spec/spec_helper.rb".freeze, "standalone.entrypoint".freeze, "test.sh".freeze] s.homepage = "https://github.com/conjurinc/cli-ruby".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Conjur command line interface".freeze s.test_files = ["features/authentication/authenticate.feature".freeze, "features/authentication/login.feature".freeze, "features/authentication/logout.feature".freeze, "features/authentication/whoami.feature".freeze, "features/authorization/resource/annotate.feature".freeze, "features/authorization/resource/check.feature".freeze, "features/authorization/resource/exists.feature".freeze, "features/authorization/resource/permitted_roles.feature".freeze, "features/authorization/resource/show.feature".freeze, "features/authorization/role/exists.feature".freeze, "features/authorization/role/members.feature".freeze, "features/authorization/role/memberships.feature".freeze, "features/conjurenv/check.feature".freeze, "features/conjurenv/run.feature".freeze, "features/conjurenv/template.feature".freeze, "features/directory/user/update_password.feature".freeze, "features/directory/variable/value.feature".freeze, "features/directory/variable/values-add.feature".freeze, "features/hostfactory/tokens.feature".freeze, "features/pubkeys/show.feature".freeze, "features/step_definitions/authn_steps.rb".freeze, "features/step_definitions/cli_steps.rb".freeze, "features/step_definitions/file_steps.rb".freeze, "features/step_definitions/flow_control_steps.rb".freeze, "features/step_definitions/graph_steps.rb".freeze, "features/step_definitions/http_steps.rb".freeze, "features/step_definitions/overrides.rb".freeze, "features/step_definitions/policy_steps.rb".freeze, "features/step_definitions/trusted_proxy_steps.rb".freeze, "features/support/blank.yml".freeze, "features/support/env.rb".freeze, "features/support/hooks.rb".freeze, "features/support/world.rb".freeze, "spec/authn_spec.rb".freeze, "spec/command/authn_spec.rb".freeze, "spec/command/hosts_spec.rb".freeze, "spec/command/init_spec.rb".freeze, "spec/command/pubkeys_spec.rb".freeze, "spec/command/resources_spec.rb".freeze, "spec/command/roles_spec.rb".freeze, "spec/command/users_spec.rb".freeze, "spec/command_spec.rb".freeze, "spec/complete_spec.rb".freeze, "spec/config_spec.rb".freeze, "spec/conjurrc".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 4.2".freeze, "< 6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 5.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.8.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.10".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.12".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end