Sha256: e50eb6ec3cfff0a811437ec2d3be2b2f949d8dbe154bc3530cb84f7bf12de2a5
Contents?: true
Size: 1.54 KB
Versions: 0
Compression: gzip
Compressed size: 695 Bytes
Stored size: 695 Bytes
Contents
--- !ruby/object:Gem::Specification name: gli version: !ruby/object:Gem::Version version: 0.3.1 platform: ruby authors: - David Copeland autorequire: bindir: bin cert_chain: [] date: 2009-10-18 00:00:00 -04:00 default_executable: dependencies: [] description: An application and API for describing command line interfaces that can be used to quickly create a shell for executing command-line tasks. The command line user interface is similar to Gits, in that it takes global options, a command, command-specific options, and arguments email: davidcopeland@naildrivin5.com executables: - gli extensions: [] extra_rdoc_files: - README.rdoc - gli.rdoc files: - lib/gli/command.rb - lib/gli/command_line_token.rb - lib/gli/flag.rb - lib/gli/switch.rb - lib/gli/options.rb - lib/gli.rb - lib/support/help.rb - lib/support/rdoc.rb - lib/support/scaffold.rb - bin/gli - README.rdoc - gli.rdoc has_rdoc: true homepage: http://davetron5000.github.com/gli licenses: [] post_install_message: rdoc_options: - --title - Git Like Interface - --main - README.rdoc - -ri require_paths: - lib - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: gli rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: A Git Like Interface for building command line apps test_files: []