Sha256: f844ecdf6efbfb7704749debcec24ff7e52fe60c6fb3ecd2ec797c2a94358b52

Contents?: true

Size: 1.42 KB

Versions: 10

Compression:

Stored size: 1.42 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.7"
  s.add_runtime_dependency "rest-client"
  s.add_runtime_dependency "json"
  s.add_runtime_dependency "progressbar"
  s.add_runtime_dependency "grit"
  s.add_runtime_dependency "launchy"
  s.add_runtime_dependency "shelly-dependencies", "~> 0.2.1"

  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.1.40 shelly.gemspec
shelly-0.1.39 shelly.gemspec
shelly-0.1.38 shelly.gemspec
shelly-0.1.37.pre shelly.gemspec
shelly-0.1.36 shelly.gemspec
shelly-0.1.35 shelly.gemspec
shelly-0.1.34 shelly.gemspec
shelly-0.1.34.pre shelly.gemspec
shelly-0.1.33 shelly.gemspec
shelly-0.1.32 shelly.gemspec