# -*- encoding: utf-8 -*- # stub: docopt 0.6.1 ruby lib Gem::Specification.new do |s| s.name = "docopt".freeze s.version = "0.6.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Blake Williams".freeze, "Vladimir Keleshev".freeze, "Alex Speller".freeze, "Nima Johari".freeze] s.date = "2018-01-21" s.description = "Isn't it awesome how `optparse` and other option parsers generate help and usage-messages based on your code?! Hell no!\nYou know what's awesome? It's when the option parser *is* generated based on the help and usage-message that you write in a docstring! That's what docopt does!".freeze s.email = "code@shabbyrobe.org".freeze s.extra_rdoc_files = ["README.md".freeze, "LICENSE".freeze] s.files = ["Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "docopt.gemspec".freeze, "examples/any_options_example.rb".freeze, "examples/calculator.rb".freeze, "examples/counted_example.rb".freeze, "examples/example_options.rb".freeze, "examples/git_example.rb".freeze, "examples/naval_fate.rb".freeze, "examples/odd_even_example.rb".freeze, "examples/quick_example.rb".freeze, "lib/docopt.rb".freeze, "test/language_agnostic_tester.py".freeze, "test/test_docopt.rb".freeze, "test/testcases.docopt".freeze, "test/testee.rb".freeze] s.homepage = "http://github.com/docopt/docopt.rb".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--charset=UTF-8".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.8.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A command line option parser, that will make you smile.".freeze s.test_files = ["test/test_docopt.rb".freeze] s.specification_version = 2 s.add_development_dependency(%q.freeze, ["~> 1.6".freeze, ">= 1.6.5".freeze]) end