# -*- encoding: utf-8 -*- # stub: como 0.1.3 ruby lib Gem::Specification.new do |s| s.name = "como".freeze s.version = "0.1.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tero Isannainen".freeze] s.date = "2014-07-09" s.description = "Como provides low manifest command line option parsing and deployment. The command line options are described in compact table format and option values are stored to conveniently named properties. Como builds command usage information based on the option\ntable (+ generic program info) and displays it automatically if necessary. Como supports also subcommands and checking for option combinations using a simple DSL.".freeze s.email = "tero.isannainen@gmail.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze, "CHANGELOG.rdoc".freeze] s.files = ["CHANGELOG.rdoc".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "doc/Como.html".freeze, "doc/Como/ArgsParseState.html".freeze, "doc/Como/ComoCommon.html".freeze, "doc/Como/MainOpt.html".freeze, "doc/Como/MasterOpt.html".freeze, "doc/Como/Opt.html".freeze, "doc/Como/Opt/ErrorWithData.html".freeze, "doc/Como/Opt/InvalidOption.html".freeze, "doc/Como/Opt/MissingArgument.html".freeze, "doc/Como/RuleCheck.html".freeze, "doc/Como/RuleDisplay.html".freeze, "doc/Como/Spec.html".freeze, "doc/_index.html".freeze, "doc/class_list.html".freeze, "doc/css/common.css".freeze, "doc/css/full_list.css".freeze, "doc/css/style.css".freeze, "doc/file.CHANGELOG.html".freeze, "doc/file.README.html".freeze, "doc/file.como.html".freeze, "doc/file_list.html".freeze, "doc/frames.html".freeze, "doc/index.html".freeze, "doc/js/app.js".freeze, "doc/js/full_list.js".freeze, "doc/js/jquery.js".freeze, "doc/method_list.html".freeze, "doc/top-level-namespace.html".freeze, "examples/como_simple".freeze, "examples/como_subcmd".freeze, "lib/como.rb".freeze, "lib/version.rb".freeze, "test/como_compatible".freeze, "test/como_config".freeze, "test/como_options".freeze, "test/como_queries".freeze, "test/como_rule_1".freeze, "test/como_rule_2".freeze, "test/como_subcmd".freeze, "test/como_subcmd_config".freeze, "test/como_subcmd_rule".freeze, "test/golden/compatible.txt".freeze, "test/golden/config.txt".freeze, "test/golden/options.txt".freeze, "test/golden/queries.txt".freeze, "test/golden/rule_1.txt".freeze, "test/golden/rule_2.txt".freeze, "test/golden/subcmd.txt".freeze, "test/golden/subcmd_config.txt".freeze, "test/golden/subcmd_rule.txt".freeze, "test/test_como.rb".freeze, "test/test_compatible".freeze, "test/test_config".freeze, "test/test_options".freeze, "test/test_queries".freeze, "test/test_rule_1".freeze, "test/test_rule_2".freeze, "test/test_subcmd".freeze, "test/test_subcmd_config".freeze, "test/test_subcmd_rule".freeze] s.licenses = ["Ruby".freeze] s.post_install_message = "Check README...".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Compact command line option parser utility.".freeze end