Sha256: e04b890886cb5c472f2a46d65f529acabf61c50cba0399f6045e22b93e3655c1
Contents?: true
Size: 975 Bytes
Versions: 1
Compression:
Stored size: 975 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`.split($/) 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' spec.add_dependency 'thor' spec.add_dependency 'terminal-table' spec.add_development_dependency 'bundler' spec.add_development_dependency 'rake' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smartdc-2.0.0 | smartdc.gemspec |