Sha256: e72281c5a343558a4d033b2d943954bc105c091e76c582b69929ef4611bbd01f

Contents?: true

Size: 832 Bytes

Versions: 1

Compression:

Stored size: 832 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/rubysl-getopt_long/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Brian Shirai"]
  gem.email         = ["brixen@gmail.com"]
  gem.description   = %q{Ruby Standard Library - getopt_long}
  gem.summary       = %q{Ruby Standard Library - getopt_long}
  gem.homepage      = ""

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "rubysl-getopt_long"
  gem.require_paths = ["lib"]
  gem.version       = RubySL::GetoptLong::VERSION

  gem.add_runtime_dependency "redcard", "~> 1.0"

  gem.add_development_dependency "rake",  "~> 10.0"
  gem.add_development_dependency "mspec", "~> 1.5"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubysl-getopt_long-0.0.1 rubysl-getopt_long.gemspec