Sha256: efa794bdcae583156d144a3f8f12787c05a50089ca02453636141e9583a8d4fa

Contents?: true

Size: 1.48 KB

Versions: 10

Compression:

Stored size: 1.48 KB

Contents

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

require 'optimist'

Gem::Specification.new do |spec|
  spec.name          = "optimist"
  spec.version       = Optimist::VERSION
  spec.authors       = ["William Morgan", "Keenan Brock", "Jason Frey"]
  spec.email         = "keenan@thebrocks.net"
  spec.summary       = "Optimist is a commandline option parser for Ruby that just gets out of your way."
  spec.description   = "Optimist is a commandline option parser for Ruby that just
gets out of your way. One line of code per option is all you need to write.
For that, you get a nice automatically-generated help page, robust option
parsing, command subcompletion, and sensible defaults for everything you don't
specify."
  spec.homepage      = "http://manageiq.github.io/optimist/"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.metadata    = {
    "changelog_uri" => "https://github.com/ManageIQ/optimist/blob/master/History.txt",
    "source_code_uri" => "https://github.com/ManageIQ/optimist/",
    "bug_tracker_uri" => "https://github.com/ManageIQ/optimist/issues",
  }

  spec.require_paths = ["lib"]

  spec.add_development_dependency "minitest", "~> 5.4.3"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "chronic"
end

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
ric-0.14.2 vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/optimist.gemspec
ric-0.14.1 vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/optimist.gemspec
ric-0.14.0 vendor/bundle/ruby/2.7.0/gems/optimist-3.0.1/optimist.gemspec
optimist-3.0.1 optimist.gemspec
pokedex-terminal-0.2.8 vendor/bundle/ruby/2.7.0/gems/optimist-3.0.0/optimist.gemspec
pokedex-terminal-0.2.7 vendor/bundle/ruby/2.7.0/gems/optimist-3.0.0/optimist.gemspec
pokedex-terminal-0.2.6 vendor/bundle/ruby/2.7.0/gems/optimist-3.0.0/optimist.gemspec
pokedex-terminal-0.2.5 vendor/bundle/ruby/2.7.0/gems/optimist-3.0.0/optimist.gemspec
pokedex-terminal-0.2.4 vendor/bundle/ruby/2.7.0/gems/optimist-3.0.0/optimist.gemspec
optimist-3.0.0 optimist.gemspec