Sha256: 8d0799c9e2104ff066e8dc760537421bfb641e0475a92cad9ee0a37663f325b3

Contents?: true

Size: 967 Bytes

Versions: 1

Compression:

Stored size: 967 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.add_development_dependency "bundler", "~> 1.0"
  # spec.authors = ["Yehuda Katz", "José Valim"]
  spec.authors = ["Takeshi Akima"]
  spec.description = "Thor is a toolkit for building powerful command-line interfaces."
  # spec.email = "ruby-thor@googlegroups.com"
  spec.email = "t-akima@groovenauts.jp"
  spec.executables = %w[groovenauts-thor]
  spec.files = %w[.document groovenauts-thor.gemspec] + Dir['*.md', 'bin/*', 'lib/**/*.rb']
  # spec.homepage = "http://whatisthor.com/"
  spec.homepage = "https://github.com/groovenauts/thor"
  spec.licenses = %w[MIT]
  spec.name = "groovenauts-thor"
  spec.require_paths = %w[lib]
  spec.required_rubygems_version = ">= 1.3.5"
  spec.summary = spec.description
  spec.test_files = Dir.glob("spec/**/*")
  spec.version = Thor::VERSION
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
groovenauts-thor-0.19.1.1 groovenauts-thor.gemspec