Sha256: 5fb13ab7031409c9f4c8288ddd64652bdb52e131cf92f37902e755fdff7413d9

Contents?: true

Size: 628 Bytes

Versions: 2

Compression:

Stored size: 628 Bytes

Contents

$: << File.expand_path("../lib", __FILE__)
require "yun/version"

Gem::Specification.new do |gem|

  gem.name = "yun"
  gem.summary = "A command line tool to manage Amazon cloud service"
  gem.authors = ["Feng Zhichao"]
  gem.email =  ["flankerfc@gmail.com"]
  gem.homepage = "https://github.com/flanker/yun"

  gem.version = Yun::VERSION
  gem.platform = Gem::Platform::RUBY

  gem.require_path = "lib"
  gem.files        = `git ls-files`.split("\n")
  gem.executables  = "yun"

  gem.add_runtime_dependency "fog", ">= 1.0.0"
  gem.add_runtime_dependency 'hirb', '~> 0.4.5'
  gem.add_runtime_dependency 'thor', '>= 0.14.0'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yun-0.0.2 yun.gemspec
yun-0.0.1 yun.gemspec