--- !ruby/object:Gem::Specification name: shelly version: !ruby/object:Gem::Version version: 0.2.10 prerelease: platform: ruby authors: - Shelly Cloud team autorequire: bindir: bin cert_chain: [] date: 2013-03-18 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 2.11.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 2.11.0 - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: guard requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: guard-rspec requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: simplecov requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: ruby_gntp requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rb-fsevent requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: fakefs requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: fakeweb requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: wijet-thor requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.14.9 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.14.9 - !ruby/object:Gem::Dependency name: rest-client requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: json requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: progressbar requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: launchy requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' description: Tool for managing applications and clouds at shellycloud.com email: - devs@shellycloud.com executables: - shelly extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - CHANGELOG.md - Gemfile - Guardfile - README.md - Rakefile - bin/shelly - lib/core_ext/hash.rb - lib/core_ext/object.rb - lib/core_ext/string.rb - lib/shelly.rb - lib/shelly/app.rb - lib/shelly/backup.rb - lib/shelly/cli/backup.rb - lib/shelly/cli/command.rb - lib/shelly/cli/config.rb - lib/shelly/cli/deploy.rb - lib/shelly/cli/file.rb - lib/shelly/cli/main.rb - lib/shelly/cli/organization.rb - lib/shelly/cli/runner.rb - lib/shelly/cli/user.rb - lib/shelly/client.rb - lib/shelly/cloudfile.rb - lib/shelly/download_progress_bar.rb - lib/shelly/helpers.rb - lib/shelly/model.rb - lib/shelly/organization.rb - lib/shelly/structure_validator.rb - lib/shelly/templates/Cloudfile.erb - lib/shelly/user.rb - lib/shelly/version.rb - lib/thor/arguments.rb - lib/thor/basic.rb - lib/thor/options.rb - lib/thor/thor.rb - scrolls/shellycloud.rb - shelly.gemspec - spec/helpers.rb - spec/input_faker.rb - spec/shelly/app_spec.rb - spec/shelly/backup_spec.rb - spec/shelly/cli/backup_spec.rb - spec/shelly/cli/config_spec.rb - spec/shelly/cli/deploy_spec.rb - spec/shelly/cli/file_spec.rb - spec/shelly/cli/main_spec.rb - spec/shelly/cli/organization_spec.rb - spec/shelly/cli/runner_spec.rb - spec/shelly/cli/user_spec.rb - spec/shelly/client_spec.rb - spec/shelly/cloudfile_spec.rb - spec/shelly/download_progress_bar_spec.rb - spec/shelly/model_spec.rb - spec/shelly/organization_spec.rb - spec/shelly/structure_validator_spec.rb - spec/shelly/user_spec.rb - spec/spec_helper.rb - spec/thor/options_spec.rb homepage: http://shellycloud.com licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: -3332234894998950959 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: -3332234894998950959 requirements: [] rubyforge_project: shelly rubygems_version: 1.8.25 signing_key: specification_version: 3 summary: Shelly Cloud command line tool test_files: - spec/helpers.rb - spec/input_faker.rb - spec/shelly/app_spec.rb - spec/shelly/backup_spec.rb - spec/shelly/cli/backup_spec.rb - spec/shelly/cli/config_spec.rb - spec/shelly/cli/deploy_spec.rb - spec/shelly/cli/file_spec.rb - spec/shelly/cli/main_spec.rb - spec/shelly/cli/organization_spec.rb - spec/shelly/cli/runner_spec.rb - spec/shelly/cli/user_spec.rb - spec/shelly/client_spec.rb - spec/shelly/cloudfile_spec.rb - spec/shelly/download_progress_bar_spec.rb - spec/shelly/model_spec.rb - spec/shelly/organization_spec.rb - spec/shelly/structure_validator_spec.rb - spec/shelly/user_spec.rb - spec/spec_helper.rb - spec/thor/options_spec.rb