--- !ruby/object:Gem::Specification name: magellan-cli version: !ruby/object:Gem::Version version: 0.7.9 platform: ruby authors: - akm2000 autorequire: bindir: bin cert_chain: [] date: 2015-04-10 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: httpclient requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.5' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.5' - !ruby/object:Gem::Dependency name: groovenauts-thor requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: nokogiri requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: activesupport requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 4.1.4 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 4.1.4 - !ruby/object:Gem::Dependency name: text-table requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.2.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.2.3 - !ruby/object:Gem::Dependency name: i18n requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: psych requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0 - - "<=" - !ruby/object:Gem::Version version: 2.0.8 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0 - - "<=" - !ruby/object:Gem::Version version: 2.0.8 - !ruby/object:Gem::Dependency name: libmagellan requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.2.4 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.2.4 - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.6' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.6' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: commandline tools for magellanic cloud service. email: - t-akima@groovenauts.jp executables: - magellan-cli extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".travis.yml" - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - bin/magellan-cli - launch_options.json - lib/magellan/cli.rb - lib/magellan/cli/base.rb - lib/magellan/cli/command.rb - lib/magellan/cli/direct.rb - lib/magellan/cli/errors.rb - lib/magellan/cli/file_access.rb - lib/magellan/cli/gem_update.rb - lib/magellan/cli/http.rb - lib/magellan/cli/i18n.rb - lib/magellan/cli/locales/en.yml - lib/magellan/cli/locales/ja.yml - lib/magellan/cli/messaging.rb - lib/magellan/cli/messaging/base.rb - lib/magellan/cli/messaging/http.rb - lib/magellan/cli/messaging/mqtt.rb - lib/magellan/cli/reference_generator.rb - lib/magellan/cli/resources.rb - lib/magellan/cli/resources/authority.rb - lib/magellan/cli/resources/base.rb - lib/magellan/cli/resources/client_version.rb - lib/magellan/cli/resources/cloudsql.rb - lib/magellan/cli/resources/container.rb - lib/magellan/cli/resources/deletable.rb - lib/magellan/cli/resources/image.rb - lib/magellan/cli/resources/organization.rb - lib/magellan/cli/resources/project.rb - lib/magellan/cli/resources/stage.rb - lib/magellan/cli/resources/team.rb - lib/magellan/cli/resources/transaction_router.rb - lib/magellan/cli/resources/worker.rb - lib/magellan/cli/sample_launch_options.json - lib/magellan/cli/script.rb - lib/magellan/cli/ssl.rb - lib/magellan/cli/version.rb - magellan-cli.gemspec - reference/en/client_version.md - reference/en/cloudsql.md - reference/en/container.md - reference/en/image.md - reference/en/index.md - reference/en/organization.md - reference/en/project.md - reference/en/stage.md - reference/en/team.md - reference/en/worker.md - reference/ja/client_version.md - reference/ja/cloudsql.md - reference/ja/container.md - reference/ja/image.md - reference/ja/index.md - reference/ja/organization.md - reference/ja/project.md - reference/ja/stage.md - reference/ja/team.md - reference/ja/worker.md - spec/.magellan-cli.original - spec/magellan/cli/Magellan.yml - spec/magellan/cli/command_spec.rb - spec/magellan/cli/file_access_spec.rb - spec/magellan/cli/http_spec.rb - spec/magellan/cli/login_page.html - spec/magellan/cli/login_spec.rb - spec/magellan/cli/messaging/http_body.json - spec/magellan/cli/messaging/http_body.txt - spec/magellan/cli/messaging/http_headers.json - spec/magellan/cli/messaging/http_headers.yml - spec/magellan/cli/messaging/http_spec.rb - spec/magellan/cli/messaging/mqtt_spec.rb - spec/magellan/cli/resources/client_version_spec.rb - spec/magellan/cli/resources/deselect_spec.rb - spec/magellan/cli/resources/magellan-cli_test.yml - spec/magellan/cli/resources/organization_spec.rb - spec/magellan/cli/resources/project_spec.rb - spec/magellan/cli/resources/team_spec.rb - spec/magellan/cli/resources/worker_spec.rb - spec/magellan/cli/script_spec.rb - spec/magellan/cli_spec.rb - spec/spec_helper.rb - spec/tmp/.gitignore homepage: '' licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.6 signing_key: specification_version: 4 summary: commandline tools for magellanic cloud service. test_files: - spec/.magellan-cli.original - spec/magellan/cli/Magellan.yml - spec/magellan/cli/command_spec.rb - spec/magellan/cli/file_access_spec.rb - spec/magellan/cli/http_spec.rb - spec/magellan/cli/login_page.html - spec/magellan/cli/login_spec.rb - spec/magellan/cli/messaging/http_body.json - spec/magellan/cli/messaging/http_body.txt - spec/magellan/cli/messaging/http_headers.json - spec/magellan/cli/messaging/http_headers.yml - spec/magellan/cli/messaging/http_spec.rb - spec/magellan/cli/messaging/mqtt_spec.rb - spec/magellan/cli/resources/client_version_spec.rb - spec/magellan/cli/resources/deselect_spec.rb - spec/magellan/cli/resources/magellan-cli_test.yml - spec/magellan/cli/resources/organization_spec.rb - spec/magellan/cli/resources/project_spec.rb - spec/magellan/cli/resources/team_spec.rb - spec/magellan/cli/resources/worker_spec.rb - spec/magellan/cli/script_spec.rb - spec/magellan/cli_spec.rb - spec/spec_helper.rb - spec/tmp/.gitignore