# -*- encoding: utf-8 -*-
# stub: shelly 0.2.15 ruby lib

Gem::Specification.new do |s|
  s.name = "shelly".freeze
  s.version = "0.2.15".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Shelly Cloud team".freeze]
  s.date = "2013-03-28"
  s.description = "Tool for managing applications and clouds at shellycloud.com".freeze
  s.email = ["devs@shellycloud.com".freeze]
  s.executables = ["shelly".freeze]
  s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Guardfile".freeze, "README.md".freeze, "Rakefile".freeze, "bin/shelly".freeze, "lib/core_ext/hash.rb".freeze, "lib/core_ext/object.rb".freeze, "lib/core_ext/string.rb".freeze, "lib/shelly.rb".freeze, "lib/shelly/app.rb".freeze, "lib/shelly/backup.rb".freeze, "lib/shelly/cli/backup.rb".freeze, "lib/shelly/cli/command.rb".freeze, "lib/shelly/cli/config.rb".freeze, "lib/shelly/cli/deploy.rb".freeze, "lib/shelly/cli/file.rb".freeze, "lib/shelly/cli/main.rb".freeze, "lib/shelly/cli/organization.rb".freeze, "lib/shelly/cli/runner.rb".freeze, "lib/shelly/cli/user.rb".freeze, "lib/shelly/client.rb".freeze, "lib/shelly/cloudfile.rb".freeze, "lib/shelly/download_progress_bar.rb".freeze, "lib/shelly/helpers.rb".freeze, "lib/shelly/model.rb".freeze, "lib/shelly/organization.rb".freeze, "lib/shelly/structure_validator.rb".freeze, "lib/shelly/templates/Cloudfile.erb".freeze, "lib/shelly/user.rb".freeze, "lib/shelly/version.rb".freeze, "lib/thor/arguments.rb".freeze, "lib/thor/basic.rb".freeze, "lib/thor/options.rb".freeze, "lib/thor/thor.rb".freeze, "scrolls/shellycloud.rb".freeze, "shelly.gemspec".freeze, "spec/helpers.rb".freeze, "spec/input_faker.rb".freeze, "spec/shelly/app_spec.rb".freeze, "spec/shelly/backup_spec.rb".freeze, "spec/shelly/cli/backup_spec.rb".freeze, "spec/shelly/cli/config_spec.rb".freeze, "spec/shelly/cli/deploy_spec.rb".freeze, "spec/shelly/cli/file_spec.rb".freeze, "spec/shelly/cli/main_spec.rb".freeze, "spec/shelly/cli/organization_spec.rb".freeze, "spec/shelly/cli/runner_spec.rb".freeze, "spec/shelly/cli/user_spec.rb".freeze, "spec/shelly/client_spec.rb".freeze, "spec/shelly/cloudfile_spec.rb".freeze, "spec/shelly/download_progress_bar_spec.rb".freeze, "spec/shelly/model_spec.rb".freeze, "spec/shelly/organization_spec.rb".freeze, "spec/shelly/structure_validator_spec.rb".freeze, "spec/shelly/user_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/thor/options_spec.rb".freeze]
  s.homepage = "http://shellycloud.com".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Shelly Cloud command line tool".freeze
  s.test_files = ["spec/helpers.rb".freeze, "spec/input_faker.rb".freeze, "spec/shelly/app_spec.rb".freeze, "spec/shelly/backup_spec.rb".freeze, "spec/shelly/cli/backup_spec.rb".freeze, "spec/shelly/cli/config_spec.rb".freeze, "spec/shelly/cli/deploy_spec.rb".freeze, "spec/shelly/cli/file_spec.rb".freeze, "spec/shelly/cli/main_spec.rb".freeze, "spec/shelly/cli/organization_spec.rb".freeze, "spec/shelly/cli/runner_spec.rb".freeze, "spec/shelly/cli/user_spec.rb".freeze, "spec/shelly/client_spec.rb".freeze, "spec/shelly/cloudfile_spec.rb".freeze, "spec/shelly/download_progress_bar_spec.rb".freeze, "spec/shelly/model_spec.rb".freeze, "spec/shelly/organization_spec.rb".freeze, "spec/shelly/structure_validator_spec.rb".freeze, "spec/shelly/user_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/thor/options_spec.rb".freeze]

  s.specification_version = 3

  s.add_development_dependency(%q<rspec>.freeze, ["~> 2.11.0".freeze])
  s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<guard>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<guard-rspec>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<simplecov>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<ruby_gntp>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<rb-fsevent>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<fakefs>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<fakeweb>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<wijet-thor>.freeze, ["~> 0.14.9".freeze])
  s.add_runtime_dependency(%q<rest-client>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<json>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<progressbar>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<launchy>.freeze, [">= 0".freeze])
end