metasploit-framework/lib/gemcache/ruby/1.9.1/gems/slop-2.4.4/slop.gemspec

12 lines
400 B
Ruby

Gem::Specification.new do |s|
s.name = 'slop'
s.version = '2.4.4'
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