Sha256: 080544dfb4c32b591cde3047f2b0a42708ee8d59c461e41de37140ae06a786cd
Contents?: true
Size: 1.4 KB
Versions: 0
Compression: gzip
Compressed size: 611 Bytes
Stored size: 611 Bytes
Contents
--- !ruby/object:Gem::Specification name: commandeer version: !ruby/object:Gem::Version prerelease: version: 0.1.0 platform: ruby authors: - John E. Vincent autorequire: bindir: bin cert_chain: [] date: 2011-12-05 00:00:00 Z dependencies: [] description: Class-based CLI utility email: - lusis.org+github.com@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - LICENSE - README.md - Rakefile - commandeer.gemspec - lib/commandeer.rb - test/helper.rb - test/helpers/all_override.rb - test/helpers/command.rb - test/helpers/namespaced.rb - test/helpers/sub_of_real_command.rb - test/helpers/subcommand.rb - test/test_all_override.rb - test/test_command.rb - test/test_methods.rb - test/test_namespaced.rb - test/test_sub_of_real.rb - test/test_subcommand.rb homepage: https://github.com/lusis/commandeer licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" requirements: [] rubyforge_project: rubygems_version: 1.8.6 signing_key: specification_version: 3 summary: Commandeer allows you to make any class a git style command or subcommand test_files: []