Sha256: 16c217ca5661320a64b307bb924245cb2d73eb815f36c834f05cedc971983e62

Contents?: true

Size: 1.32 KB

Versions: 21

Compression:

Stored size: 1.32 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       = ["devs@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", "~> 2.11.0"
  s.add_development_dependency "rake"
  s.add_development_dependency "guard"
  s.add_development_dependency "guard-rspec"
  s.add_development_dependency "simplecov"
  if RUBY_PLATFORM =~ /darwin/
    s.add_development_dependency "ruby_gntp"
    s.add_development_dependency "rb-fsevent"
  end
  s.add_development_dependency "fakefs"
  s.add_development_dependency "fakeweb"
  s.add_runtime_dependency "wijet-thor", "~> 0.14.9"
  s.add_runtime_dependency "rest-client"
  s.add_runtime_dependency "json"
  s.add_runtime_dependency "progressbar"
  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

21 entries across 21 versions & 1 rubygems

Version Path
shelly-0.2.28 shelly.gemspec
shelly-0.2.27 shelly.gemspec
shelly-0.2.26 shelly.gemspec
shelly-0.2.25 shelly.gemspec
shelly-0.2.24 shelly.gemspec
shelly-0.2.23 shelly.gemspec
shelly-0.2.22 shelly.gemspec
shelly-0.2.21 shelly.gemspec
shelly-0.2.20 shelly.gemspec
shelly-0.2.19 shelly.gemspec
shelly-0.2.18 shelly.gemspec
shelly-0.2.17 shelly.gemspec
shelly-0.2.16 shelly.gemspec
shelly-0.2.15 shelly.gemspec
shelly-0.2.14 shelly.gemspec
shelly-0.2.13 shelly.gemspec
shelly-0.2.12 shelly.gemspec
shelly-0.2.11 shelly.gemspec
shelly-0.2.10 shelly.gemspec
shelly-0.2.9 shelly.gemspec