Sha256: 2be7ffdfa639a4fc6d8ede32e6ae8c21ba3a2be1b66131b4ded00bfade85828a

Contents?: true

Size: 884 Bytes

Versions: 1

Compression:

Stored size: 884 Bytes

Contents

# coding: utf-8
require './lib/rubysl/optparse/version'

Gem::Specification.new do |spec|
  spec.name          = "rubysl-optparse"
  spec.version       = RubySL::OptionParser::VERSION
  spec.authors       = ["Brian Shirai"]
  spec.email         = ["brixen@gmail.com"]
  spec.description   = %q{Ruby standard library OptionParser.}
  spec.summary       = %q{Ruby standard library OptionParser.}
  spec.homepage      = "https://github.com/rubysl/rubysl-optparse"
  spec.license       = "BSD"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_runtime_dependency "rubysl-shellwords", "~> 2.0"

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubysl-optparse-1.0.0 rubysl-optparse.gemspec