# -*- encoding: utf-8 -*- # stub: slop 3.0.4 ruby lib Gem::Specification.new do |s| s.name = "slop".freeze s.version = "3.0.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Lee Jarvis".freeze] s.date = "2012-01-31" s.description = "A simple DSL for gathering options and parsing the command line".freeze s.email = "lee@jarvis.co".freeze s.files = [".gitignore".freeze, "CHANGES.md".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/slop.rb".freeze, "lib/slop/commands.rb".freeze, "lib/slop/option.rb".freeze, "slop.gemspec".freeze, "test/commands_test.rb".freeze, "test/helper.rb".freeze, "test/option_test.rb".freeze, "test/slop_test.rb".freeze] s.homepage = "http://github.com/injekt/slop".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Option gathering made easy".freeze s.test_files = ["test/commands_test.rb".freeze, "test/helper.rb".freeze, "test/option_test.rb".freeze, "test/slop_test.rb".freeze] end