Sha256: f128f30972dac3daf59ece827287a83feaf811ee94b0e3497ff9976bf2f48ad9

Contents?: true

Size: 632 Bytes

Versions: 2

Compression:

Stored size: 632 Bytes

Contents

Gem::Specification.new do |s|
  s.name         = "clap"
  s.version      = "1.0.0"
  s.summary      = "Command line argument parsing for simple applications."
  s.description  = "Clap is a small library that can be bundled with your command line application. It covers the simple case of executing code based on the flags or parameters passed."
  s.authors      = ["Michel Martens"]
  s.email        = ["michel@soveran.com"]
  s.homepage     = "http://github.com/soveran/clap"
  s.files        = Dir[ "LICENSE", "README.markdown", "Rakefile", "lib/**/*.rb", "*.gemspec", "test/**/*.rb" ]
  s.add_development_dependency "cutest"
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
polizia-1.0.0 .gs/gems/clap-1.0.0/clap.gemspec
clap-1.0.0 clap.gemspec