--- !ruby/object:Gem::Specification name: como version: !ruby/object:Gem::Version version: 0.2.1 prerelease: platform: ruby authors: - Tero Isannainen autorequire: bindir: bin cert_chain: [] date: 2017-01-01 00:00:00.000000000 Z dependencies: [] 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 table (+ generic program info) and displays it automatically if necessary. Como supports also subcommands and checking for option combinations using a simple DSL.' email: tero.isannainen@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.rdoc - CHANGELOG.rdoc files: - README.rdoc - CHANGELOG.rdoc - LICENSE - lib/como.rb - lib/version.rb - test/como_type_prim - test/test_subcmd - test/como_subcmd_rule - test/test_como.rb - test/como_rule_2 - test/test_config - test/test_rule_1 - test/como_config - test/test_subcmd_config - test/test_compatible - test/test_rule_2 - test/como_queries - test/como_subcmd - test/test_subcmd_rule - test/test_options - test/como_subcmd_config - test/como_rule_1 - test/test_queries - test/test_type_prim - test/como_options - test/como_compatible - test/golden/rule_1.txt - test/golden/queries.txt - test/golden/subcmd_config.txt - test/golden/subcmd_rule.txt - test/golden/subcmd.txt - test/golden/rule_2.txt - test/golden/compatible.txt - test/golden/type_prim.txt - test/golden/config.txt - test/golden/options.txt - doc/top-level-namespace.html - doc/js/full_list.js - doc/js/app.js - doc/js/jquery.js - doc/index.html - doc/css/common.css - doc/css/full_list.css - doc/css/style.css - doc/Como.html - doc/file.README.html - doc/method_list.html - doc/file_list.html - doc/class_list.html - doc/_index.html - doc/Como/RuleCheck.html - doc/Como/MainOpt.html - doc/Como/RuleDisplay.html - doc/Como/Opt.html - doc/Como/ComoCommon.html - doc/Como/Opt/MissingArgument.html - doc/Como/Opt/ErrorWithData.html - doc/Como/Opt/InvalidOption.html - doc/Como/ArgsParseState.html - doc/Como/Spec.html - doc/file.CHANGELOG.html - doc/frames.html - examples/como_simple - examples/como_subcmd homepage: licenses: - Ruby post_install_message: Check README... rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.9.3 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.23 signing_key: specification_version: 3 summary: Compact command line option parser utility. test_files: []