Sha256: e5edd7a4d24dfa4c3c4ed56ac31863b662a0f669c72bd6f1adb89273829a4261
Contents?: true
Size: 949 Bytes
Versions: 1
Compression:
Stored size: 949 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'smartdc/version' Gem::Specification.new do |gem| gem.name = "smartdc" gem.version = Smartdc::VERSION gem.authors = ["ogom"] gem.email = ["ogom@hotmail.co.jp"] gem.description = %q{SmartDataCenter client and SmartDataCenter Command Line Interface.} gem.summary = %q{Joyent SmartDataCenter CloudApi client by ruby.} gem.homepage = "http://github.com/ogom/ruby-smartdc" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_runtime_dependency(%q<faraday>, ["~> 0.8"]) gem.add_runtime_dependency(%q<thor>, ["~> 0.18"]) gem.add_runtime_dependency(%q<terminal-table>, ["~> 1.4"]) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smartdc-1.3.0 | smartdc.gemspec |