Sha256: 9c70e833fafd9212ce228541707e18e2249ae25b1f9ff4d9f97291288fb1588e

Contents?: true

Size: 900 Bytes

Versions: 1

Compression:

Stored size: 900 Bytes

Contents

require "rubygems"

spec = Gem::Specification.new do |spec|
	spec.name = "getopt-declare"
	spec.version = '1.13'
	spec.author = "Gonzalo Garramuno"
	spec.email = 'ggarra@advancedsl.com.ar, GGarramuno@aol.com'
	spec.homepage = 'http://www.rubyforge.org/projects/getoptdeclare/'
	spec.summary = 'Getopt-Declare is a command-line argument parser.'
	spec.require_path = "lib"
	spec.autorequire = "Getopt/Declare"
	spec.files = ["lib/Getopt/Declare.rb", "lib/Getopt/DelimScanner.rb"]
	spec.description = <<-EOF
    Comprehensive and easy to use command-line parser library using
    regular expressions.  Port of Conway's Perl Getopt-Declare.
EOF
	spec.extra_rdoc_files = ["Declare.rdoc", "HISTORY.txt", "getoptdeclare.gemspec"]
	spec.has_rdoc = false
	spec.test_files = Dir.glob('samples/*.rb')
	spec.rubyforge_project = 'getoptdeclare'
	spec.required_ruby_version = '>= 1.6.8'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
getopt-declare-1.13 getoptdeclare.gemspec