Sha256: 10f54e6e14c938b3b0d6fb2557ec1b3faecc398752701312e36f460337b9a59e

Contents?: true

Size: 894 Bytes

Versions: 91

Compression:

Stored size: 894 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{A scripting framework that replaces rake, sake and rubigen}
  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.6'
  spec.summary = spec.description
  spec.test_files = Dir.glob("spec/**/*")
  spec.version = Thor::VERSION
end

Version data entries

91 entries across 83 versions & 13 rubygems

Version Path
vagrant-unbundled-2.2.4.0 vendor/bundle/ruby/2.5.0/gems/thor-0.18.1/thor.gemspec
vagrant-unbundled-2.2.3.0 vendor/bundle/ruby/2.5.0/gems/thor-0.18.1/thor.gemspec
vagrant-unbundled-2.2.2.0 vendor/bundle/ruby/2.5.0/gems/thor-0.18.1/thor.gemspec
vagrant-unbundled-2.2.0.0 vendor/bundle/ruby/2.5.0/gems/thor-0.18.1/thor.gemspec
vagrant-unbundled-2.1.4.0 vendor/bundle/ruby/2.5.0/gems/thor-0.18.1/thor.gemspec
vagrant-unbundled-2.1.2.0 vendor/bundle/ruby/2.3.0/gems/thor-0.18.1/thor.gemspec
vagrant-unbundled-2.1.1.0 vendor/bundle/ruby/2.5.0/gems/thor-0.18.1/thor.gemspec
vagrant-unbundled-2.0.4.0 vendor/bundle/ruby/2.5.0/gems/thor-0.18.1/thor.gemspec
tdiary-5.0.8 vendor/bundle/ruby/2.5.0/gems/thor-0.18.1/thor.gemspec
tdiary-5.0.8 vendor/bundle/gems/thor-0.18.1/thor.gemspec
vagrant-unbundled-2.0.3.0 vendor/bundle/ruby/2.5.0/gems/thor-0.18.1/thor.gemspec
vagrant-unbundled-2.0.2.0 vendor/bundle/ruby/2.4.0/gems/thor-0.18.1/thor.gemspec
vagrant-unbundled-2.0.2.0 vendor/bundle/ruby/2.5.0/gems/thor-0.18.1/thor.gemspec
vagrant-unbundled-2.0.1.0 vendor/bundle/ruby/2.4.0/gems/thor-0.18.1/thor.gemspec
vagrant-unbundled-2.0.0.1 vendor/bundle/ruby/2.4.0/gems/thor-0.18.1/thor.gemspec
vagrant-unbundled-1.9.8.1 vendor/bundle/ruby/2.4.0/gems/thor-0.18.1/thor.gemspec
vagrant-unbundled-1.9.7.1 vendor/bundle/ruby/2.4.0/gems/thor-0.18.1/thor.gemspec
vagrant-unbundled-1.9.5.1 vendor/bundle/ruby/2.4.0/gems/thor-0.18.1/thor.gemspec
vagrant-unbundled-1.9.1.1 vendor/bundle/ruby/2.4.0/gems/thor-0.18.1/thor.gemspec
engineyard-3.2.5 lib/vendor/thor/thor.gemspec