Sha256: 91fb26b476c6646850827a49a13655d1ec73b99cc62970fc9d31090aafab89b8

Contents?: true

Size: 1012 Bytes

Versions: 2

Compression:

Stored size: 1012 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'smartdc/version'

Gem::Specification.new do |spec|
  spec.name          = "smartdc"
  spec.version       = Smartdc::VERSION
  spec.authors       = ["ogom"]
  spec.email         = ["ogom@hotmail.co.jp"]
  spec.summary       = %q{Joyent CloudAPI client by Ruby.}
  spec.description   = %q{Joyent CloudAPI client and command line interface.}
  spec.homepage      = "http://github.com/ogom/ruby-smartdc"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_dependency 'cassette-rack', '~> 0.7'
  spec.add_dependency 'thor', '~> 0.19'
  spec.add_dependency 'terminal-table', '~> 1.4'

  spec.add_development_dependency 'bundler'
  spec.add_development_dependency 'rake'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
smartdc-2.0.2 smartdc.gemspec
smartdc-2.0.1 smartdc.gemspec