Sha256: e38d3b64a5b8285177e75b00bbbf76f435df99cd93f4f15eb607184d15ae7722
Contents?: true
Size: 545 Bytes
Versions: 7
Compression:
Stored size: 545 Bytes
Contents
$:.push File.expand_path('../lib', __FILE__) require 'slop/version' Gem::Specification.new do |s| s.name = 'slop' s.version = Slop::VERSION s.platform = Gem::Platform::RUBY 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") s.require_paths = ["lib"] end
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
slop-1.3.1 | slop.gemspec |
slop-1.3.0 | slop.gemspec |
slop-1.2.1 | slop.gemspec |
slop-1.2.0 | slop.gemspec |
slop-1.1.0 | slop.gemspec |
slop-1.0.0 | slop.gemspec |
slop-1.0.0.rc1 | slop.gemspec |