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
challah-1.0.0.beta3 vendor/bundle/gems/thor-0.18.1/thor.gemspec
sidekiq-statsd-0.1.1 vendor/ruby/1.9.1/gems/thor-0.18.1/thor.gemspec
sidekiq-statsd-0.1.0 vendor/ruby/1.9.1/gems/thor-0.18.1/thor.gemspec
fc-webicons-0.0.4 vendor/bundle/ruby/1.9.1/gems/thor-0.18.1/thor.gemspec
challah-1.0.0.beta2 vendor/bundle/gems/thor-0.18.1/thor.gemspec
challah-1.0.0.beta vendor/bundle/gems/thor-0.18.1/thor.gemspec
fc-webicons-0.0.3 vendor/bundle/ruby/1.9.1/gems/thor-0.18.1/thor.gemspec
fc-webicons-0.0.2 vendor/bundle/ruby/1.9.1/gems/thor-0.18.1/thor.gemspec
fc-webicons-0.0.1 vendor/bundle/ruby/1.9.1/gems/thor-0.18.1/thor.gemspec
thor-0.18.1 thor.gemspec
thor-0.18.0 thor.gemspec