Sha256: b3c8e514e4fdd94c80e8f38d9ec6cebd0eb9c71677d18d50e499fb703df15d55

Contents?: true

Size: 1.18 KB

Versions: 82

Compression:

Stored size: 1.18 KB

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.name = "thor"
  spec.version = Thor::VERSION
  spec.licenses = %w(MIT)
  spec.authors = ["Yehuda Katz", "José Valim"]
  spec.email = "ruby-thor@googlegroups.com"
  spec.homepage = "http://whatisthor.com/"
  spec.description = "Thor is a toolkit for building powerful command-line interfaces."
  spec.summary = spec.description

  spec.metadata = {
    "bug_tracker_uri" => "https://github.com/rails/thor/issues",
    "changelog_uri" => "https://github.com/rails/thor/releases/tag/v#{Thor::VERSION}",
    "documentation_uri" => "http://whatisthor.com/",
    "source_code_uri" => "https://github.com/rails/thor/tree/v#{Thor::VERSION}",
    "wiki_uri" => "https://github.com/rails/thor/wiki",
    "rubygems_mfa_required" => "true",
  }

  spec.required_ruby_version = ">= 2.6.0"
  spec.required_rubygems_version = ">= 1.3.5"

  spec.files = %w(.document thor.gemspec) + Dir["*.md", "bin/*", "lib/**/*.rb"]
  spec.executables = %w(thor)
  spec.require_paths = %w(lib)

  spec.add_development_dependency "bundler", ">= 1.0", "< 3"
end

Version data entries

82 entries across 82 versions & 7 rubygems

Version Path
harbr-0.1.58 vendor/bundle/ruby/3.2.0/gems/thor-1.3.0/thor.gemspec
harbr-0.1.57 vendor/bundle/ruby/3.2.0/gems/thor-1.3.0/thor.gemspec
harbr-0.1.56 vendor/bundle/ruby/3.2.0/gems/thor-1.3.0/thor.gemspec
harbr-0.1.55 vendor/bundle/ruby/3.2.0/gems/thor-1.3.0/thor.gemspec
harbr-0.1.54 vendor/bundle/ruby/3.2.0/gems/thor-1.3.0/thor.gemspec
harbr-0.1.53 vendor/bundle/ruby/3.2.0/gems/thor-1.3.0/thor.gemspec
harbr-0.1.52 vendor/bundle/ruby/3.2.0/gems/thor-1.3.0/thor.gemspec
harbr-0.1.50 vendor/bundle/ruby/3.2.0/gems/thor-1.3.0/thor.gemspec
harbr-0.1.49 vendor/bundle/ruby/3.2.0/gems/thor-1.3.0/thor.gemspec
harbr-0.1.48 vendor/bundle/ruby/3.2.0/gems/thor-1.3.0/thor.gemspec
harbr-0.1.47 vendor/bundle/ruby/3.2.0/gems/thor-1.3.0/thor.gemspec
harbr-0.1.46 vendor/bundle/ruby/3.2.0/gems/thor-1.3.0/thor.gemspec
harbr-0.1.45 vendor/bundle/ruby/3.2.0/gems/thor-1.3.0/thor.gemspec
harbr-0.1.44 vendor/bundle/ruby/3.2.0/gems/thor-1.3.0/thor.gemspec
harbr-0.1.43 vendor/bundle/ruby/3.2.0/gems/thor-1.3.0/thor.gemspec
harbr-0.1.42 vendor/bundle/ruby/3.2.0/gems/thor-1.3.0/thor.gemspec
harbr-0.1.41 vendor/bundle/ruby/3.2.0/gems/thor-1.3.0/thor.gemspec
harbr-0.1.39 vendor/bundle/ruby/3.2.0/gems/thor-1.3.0/thor.gemspec
harbr-0.1.38 vendor/bundle/ruby/3.2.0/gems/thor-1.3.0/thor.gemspec
harbr-0.1.37 vendor/bundle/ruby/3.2.0/gems/thor-1.3.0/thor.gemspec