--- !ruby/object:Gem::Specification name: cloudstack-cli version: !ruby/object:Gem::Version version: 1.0.4 platform: ruby authors: - Nik Wolfgramm autorequire: bindir: bin cert_chain: [] date: 2015-07-18 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rdoc requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.2' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.2' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.4' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.4' - !ruby/object:Gem::Dependency name: thor requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.19.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.19.1 - !ruby/object:Gem::Dependency name: cloudstack_client requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.0.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.0.3 description: cloudstack-cli is a CloudStack API command line client written in Ruby. email: - nik.wolfgramm@gmail.com executables: - cs - cloudstack-cli extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".ruby-version" - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - bin/cloudstack-cli - bin/cs - cloudstack-cli.gemspec - completions/cs.bash - 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/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/version.rb - test/infrastructure_stack.yaml - test/stack_example.json - test/stack_example.yml 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: [] rubyforge_project: rubygems_version: 2.4.5 signing_key: specification_version: 4 summary: cloudstack-cli CloudStack API client test_files: - test/infrastructure_stack.yaml - test/stack_example.json - test/stack_example.yml