Sha256: 31dc3c4a5e5d89abc1fa26d3caee307eebbe1521749e67ca6f7cdf9115e58133

Contents?: true

Size: 400 Bytes

Versions: 1

Compression:

Stored size: 400 Bytes

Contents

Gem::Specification.new do |s|
  s.name = 'slop'
  s.version = '3.0.1'
  s.summary = 'Option gathering made easy'
  s.description = 'A simple DSL for gathering options and parsing the command line'
  s.author = 'Lee Jarvis'
  s.email = 'lee@jarvis.co'
  s.homepage = 'http://github.com/injekt/slop'
  s.files      = `git ls-files`.split("\n")
  s.test_files = `git ls-files -- test/*`.split("\n")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slop-3.0.1 slop.gemspec