--- !ruby/object:Gem::Specification name: cloudstack-cli version: !ruby/object:Gem::Version version: 1.6.10 platform: ruby authors: - Nik Wolfgramm autorequire: bindir: bin cert_chain: [] date: 2025-01-24 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '13.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '13.0' - !ruby/object:Gem::Dependency name: minitest requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.11' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.11' - !ruby/object:Gem::Dependency name: cloudstack_client requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.5.10 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.5.10 - !ruby/object:Gem::Dependency name: thor requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.1.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.1.0 description: cloudstack-cli is a CloudStack API command line client written in Ruby. email: - nik.wolfgramm@gmail.com executables: - cloudstack-cli extensions: [] extra_rdoc_files: [] files: - ".gitignore" - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - bin/cloudstack-cli - cloudstack-cli.gemspec - completions/cloudstack-cli.bash - examples/ma-test.yml - examples/stack-dev.yml - examples/stack_example.json - examples/stack_example.yml - examples/stack_example_b.yml - lib/cloudstack-cli.rb - lib/cloudstack-cli/base.rb - lib/cloudstack-cli/cli.rb - lib/cloudstack-cli/commands/account.rb - lib/cloudstack-cli/commands/affinity_group.rb - lib/cloudstack-cli/commands/capacity.rb - lib/cloudstack-cli/commands/cluster.rb - lib/cloudstack-cli/commands/compute_offer.rb - lib/cloudstack-cli/commands/configuration.rb - lib/cloudstack-cli/commands/disk_offer.rb - lib/cloudstack-cli/commands/domain.rb - lib/cloudstack-cli/commands/environment.rb - lib/cloudstack-cli/commands/host.rb - lib/cloudstack-cli/commands/ip_address.rb - lib/cloudstack-cli/commands/iso.rb - lib/cloudstack-cli/commands/job.rb - lib/cloudstack-cli/commands/load_balancer.rb - lib/cloudstack-cli/commands/network.rb - lib/cloudstack-cli/commands/network_offer.rb - lib/cloudstack-cli/commands/physical_network.rb - lib/cloudstack-cli/commands/pod.rb - lib/cloudstack-cli/commands/port_rule.rb - lib/cloudstack-cli/commands/project.rb - lib/cloudstack-cli/commands/region.rb - lib/cloudstack-cli/commands/resource_limit.rb - lib/cloudstack-cli/commands/router.rb - lib/cloudstack-cli/commands/snapshot.rb - lib/cloudstack-cli/commands/ssh_key_pair.rb - lib/cloudstack-cli/commands/stack.rb - lib/cloudstack-cli/commands/storage_pool.rb - lib/cloudstack-cli/commands/system_vm.rb - lib/cloudstack-cli/commands/template.rb - lib/cloudstack-cli/commands/user.rb - lib/cloudstack-cli/commands/virtual_machine.rb - lib/cloudstack-cli/commands/volume.rb - lib/cloudstack-cli/commands/zone.rb - lib/cloudstack-cli/helper.rb - lib/cloudstack-cli/option_resolver.rb - lib/cloudstack-cli/thor_patch.rb - lib/cloudstack-cli/version.rb - spec/cloudstack-cli/commands/template_spec.rb - spec/cloudstack-cli/commands/virtual_machine_spec.rb - spec/fixtures/stack.yml - spec/spec_helper.rb homepage: http://github.com/niwo/cloudstack-cli licenses: - MIT metadata: {} post_install_message: rdoc_options: - "--line-numbers" - "--inline-source" require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.9.3 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.5.22 signing_key: specification_version: 4 summary: cloudstack-cli CloudStack API client test_files: - spec/cloudstack-cli/commands/template_spec.rb - spec/cloudstack-cli/commands/virtual_machine_spec.rb - spec/fixtures/stack.yml - spec/spec_helper.rb