Sha256: d4bad79455c3de8b215688d2a4dc87bbb8cb10f8aac8ea6a0221b5e1d9f68054

Contents?: true

Size: 900 Bytes

Versions: 6

Compression:

Stored size: 900 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.add_development_dependency 'bundler', '~> 1.0'
  spec.authors = ['Yehuda Katz', 'José Valim']
  spec.description = %q{Thor is a toolkit for building powerful command-line interfaces.}
  spec.email = 'ruby-thor@googlegroups.com'
  spec.executables = %w(thor)
  spec.files = %w(.document CHANGELOG.md LICENSE.md README.md Thorfile thor.gemspec)
  spec.files += Dir.glob("bin/**/*")
  spec.files += Dir.glob("lib/**/*.rb")
  spec.files += Dir.glob("spec/**/*")
  spec.homepage = 'http://whatisthor.com/'
  spec.licenses = ['MIT']
  spec.name = 'thor'
  spec.require_paths = ['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

6 entries across 6 versions & 1 rubygems

Version Path
acquia_toolbelt-2.4.1 lib/vendor/thor/thor.gemspec
acquia_toolbelt-2.4.0 lib/vendor/thor/thor.gemspec
acquia_toolbelt-2.3.2 lib/vendor/thor/thor.gemspec
acquia_toolbelt-2.3.1 lib/vendor/thor/thor.gemspec
acquia_toolbelt-2.0.1 lib/vendor/thor/thor.gemspec
acquia_toolbelt-2.0.0 lib/vendor/thor/thor.gemspec