Sha256: 8caffb75761e13358d97978a6401c1ed4e86b4e4e6daa230b3748bcb5eac5f3f

Contents?: true

Size: 1.17 KB

Versions: 10

Compression:

Stored size: 1.17 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "shelly/version"

Gem::Specification.new do |s|
  s.name        = "shelly"
  s.version     = Shelly::VERSION
  s.authors     = ["Shelly Cloud team"]
  s.email       = ["support@shellycloud.com"]
  s.homepage    = "http://shellycloud.com"
  s.summary     = %q{Shelly Cloud command line tool}
  s.description = %q{Tool for managing applications and clouds at shellycloud.com}

  s.rubyforge_project = "shelly"
  s.add_development_dependency "rspec"
  s.add_development_dependency "rake"
  s.add_development_dependency "guard"
  s.add_development_dependency "guard-rspec"
  if RUBY_PLATFORM =~ /darwin/
    s.add_development_dependency "growl_notify"
    s.add_development_dependency "rb-fsevent"
  end
  s.add_development_dependency "fakefs"
  s.add_runtime_dependency "thor"
  s.add_runtime_dependency "rest-client"
  s.add_runtime_dependency "json"
  s.add_runtime_dependency "launchy"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
shelly-0.0.14 shelly.gemspec
shelly-0.0.13 shelly.gemspec
shelly-0.0.12 shelly.gemspec
shelly-0.0.11 shelly.gemspec
shelly-0.0.10 shelly.gemspec
shelly-0.0.9 shelly.gemspec
shelly-0.0.8 shelly.gemspec
shelly-0.0.7 shelly.gemspec
shelly-0.0.6 shelly.gemspec
shelly-0.0.5 shelly.gemspec