Sha256: 9ea4cdfb50c2fa25ff95c6e356b83139f5c5a1966ea0fea05e1ed9ab58c84fa0

Contents?: true

Size: 1.07 KB

Versions: 4

Compression:

Stored size: 1.07 KB

Contents

# -*- encoding: utf-8 -*-
# stub: thor 0.18.1 ruby lib

Gem::Specification.new do |s|
  s.name = "thor"
  s.version = "0.18.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Yehuda Katz", "Jos\u{e9} Valim"]
  s.date = "2013-03-30"
  s.description = "A scripting framework that replaces rake, sake and rubigen"
  s.email = "ruby-thor@googlegroups.com"
  s.executables = ["thor"]
  s.files = ["bin/thor"]
  s.homepage = "http://whatisthor.com/"
  s.licenses = ["MIT"]
  s.rubygems_version = "2.5.1"
  s.summary = "A scripting framework that replaces rake, sake and rubigen"

  s.installed_by_version = "2.5.1" if s.respond_to? :installed_by_version

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_development_dependency(%q<bundler>, ["~> 1.0"])
    else
      s.add_dependency(%q<bundler>, ["~> 1.0"])
    end
  else
    s.add_dependency(%q<bundler>, ["~> 1.0"])
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vagrant-unbundled-1.8.5.2 vendor/bundle/ruby/2.3.0/specifications/thor-0.18.1.gemspec
vagrant-unbundled-1.8.5.1 vendor/bundle/ruby/2.3.0/specifications/thor-0.18.1.gemspec
vagrant-unbundled-1.8.4.2 vendor/bundle/ruby/2.3.0/specifications/thor-0.18.1.gemspec
vagrant-unbundled-1.8.4.1 vendor/bundle/ruby/2.3.0/specifications/thor-0.18.1.gemspec