Sha256: b3b15556872b4598d2bc4d0d923eec3ffe9b762b38c0a9f590c518227e09d11d

Contents?: true

Size: 805 Bytes

Versions: 1

Compression:

Stored size: 805 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "sunzi/version"

Gem::Specification.new do |s|
  s.name        = "sunzi"
  s.version     = Sunzi::VERSION
  s.authors     = ["Kenn Ejima"]
  s.email       = ["kenn.ejima@gmail.com"]
  s.homepage    = "http://github.com/kenn/sunzi"
  s.summary     = %q{Server provisioning tool for minimalists}
  s.description = %q{The supreme art of war is to subdue the enemy without fighting.}

  s.rubyforge_project = "sunzi"

  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"]

  # s.add_development_dependency "rspec"
  s.add_runtime_dependency "thor"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sunzi-0.0.1 sunzi.gemspec