diff options
| author | Cédric Boutillier <cedric.boutillier@gmail.com> | 2012-06-22 00:35:23 +0200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2012-06-24 04:25:12 +0000 |
| commit | 4066285c9be7330f333ada46808d75610b4e988c (patch) | |
| tree | 1905a094e0d3cdf403baf5ac0c7915ef87b62bf0 | |
| parent | 96fbf829bff6815b6fd68fa42773c969edea2606 (diff) | |
2.0.5-1 (patches unapplied)import/2.0.5-1ubuntu/saucy-develubuntu/saucyubuntu/raring-develubuntu/raringubuntu/quantal-develubuntu/quantaldebian/wheezy
Imported using git-ubuntu import.
Notes
Notes:
* New upstream version
* Bump Standards-Version: to 3.9.3 (no changes needed)
* update copyright file to DEP-5 copyright-format/1.0 standard
* Update description to mention Ruby
* Set Priority of transtional packages to extra
* Update order of packages in lintian-overrides
* Add myself to Uploaders:
[Vincent Fourmond]
* Force a build-depends on gem2deb (>= 0.3.0~)
| -rw-r--r-- | ChangeLog | 0 | ||||
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | Rakefile | 3 | ||||
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | debian/changelog | 15 | ||||
| -rw-r--r-- | debian/control | 15 | ||||
| -rw-r--r-- | debian/copyright | 39 | ||||
| -rw-r--r-- | debian/source/lintian-overrides | 4 | ||||
| -rw-r--r-- | lib/cmdparse.rb | 256 | ||||
| -rw-r--r-- | lib/cmdparse/wrappers/optparse.rb | 24 | ||||
| -rw-r--r-- | metadata.yml | 64 |
11 files changed, 231 insertions, 193 deletions
diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index e69de29..0000000 --- a/ChangeLog +++ /dev/null @@ -1,6 +1,6 @@ cmdparse - an advanced command line parser using optparse which has support for commands -Copyright (C) 2004-2010 Thomas Leitner +Copyright (C) 2004-2012 Thomas Leitner = Description @@ -99,7 +99,6 @@ PKG_FILES = FileList.new( [ 'COPYING.LESSER', 'README', 'Rakefile', - 'ChangeLog', 'net.rb', 'VERSION', 'lib/**/*.rb', @@ -151,7 +150,7 @@ else File.open('VERSION', 'w+') do |file| file.write( PKG_VERSION + "\n" ) end end - CLOBBER << "ChangeLog" << "VERSION" + CLOBBER << "VERSION" Rake::GemPackageTask.new( spec ) do |pkg| pkg.need_zip = true @@ -1 +1 @@ -2.0.3 +2.0.5 diff --git a/debian/changelog b/debian/changelog index 6cc208d..e0e7a36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +ruby-cmdparse (2.0.5-1) unstable; urgency=low + + * New upstream version + * Bump Standards-Version: to 3.9.3 (no changes needed) + * update copyright file to DEP-5 copyright-format/1.0 standard + * Update description to mention Ruby + * Set Priority of transtional packages to extra + * Update order of packages in lintian-overrides + * Add myself to Uploaders: + + [Vincent Fourmond] + * Force a build-depends on gem2deb (>= 0.3.0~) + + -- Cédric Boutillier <cedric.boutillier@gmail.com> Fri, 22 Jun 2012 00:35:23 +0200 + ruby-cmdparse (2.0.3-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index 255610d..c9dc8c5 100644 --- a/debian/control +++ b/debian/control @@ -2,10 +2,10 @@ Source: ruby-cmdparse Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org> -Uploaders: Antonio Terceiro <terceiro@debian.org>, Arnaud Cornet <acornet@debian.org>, Paul van Tilburg <paulvt@debian.org> +Uploaders: Antonio Terceiro <terceiro@debian.org>, Arnaud Cornet <acornet@debian.org>, Paul van Tilburg <paulvt@debian.org>, Cédric Boutillier <cedric.boutillier@gmail.com> DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.7~) -Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~) +Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-cmdparse.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-cmdparse.git;a=summary Homepage: http://cmdparse.rubyforge.org @@ -18,14 +18,15 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Replaces: libcmdparse2-ruby (<< 2.0.3-1~), libcmdparse2-ruby1.8 (<< 2.0.3-1~), libcmdparse-ruby (<< 2.0.3-1~) Breaks: libcmdparse2-ruby (<< 2.0.3-1~), libcmdparse2-ruby1.8 (<< 2.0.3-1~), libcmdparse-ruby (<< 2.0.3-1~) Provides: libcmdparse2-ruby, libcmdparse2-ruby1.8, libcmdparse-ruby -Description: Advanced command line parsing module supporting sub-commands - Flexible library simplifying creation of shell commands using sub-commands, +Description: Advanced command line parsing Ruby module supporting sub-commands + Flexible Ruby library simplifying creation of shell commands using sub-commands, ie a la apt-get. - Uses optparse, part of ruby standard library + It Uses optparse, part of the Ruby standard library. # Transitional packages Package: libcmdparse2-ruby Section: oldlibs +Priority: extra Architecture: all Depends: ${misc:Depends}, ruby-cmdparse Description: Transitional package for ruby-cmdparse @@ -34,6 +35,7 @@ Description: Transitional package for ruby-cmdparse Package: libcmdparse2-ruby1.8 Section: oldlibs +Priority: extra Architecture: all Depends: ${misc:Depends}, ruby-cmdparse Description: Transitional package for ruby-cmdparse @@ -42,6 +44,7 @@ Description: Transitional package for ruby-cmdparse Package: libcmdparse-ruby Section: oldlibs +Priority: extra Architecture: all Depends: ${misc:Depends}, ruby-cmdparse Description: Transitional package for ruby-cmdparse diff --git a/debian/copyright b/debian/copyright index e05a8e3..d5c112c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,26 +1,35 @@ -Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: cmdparse Source: http://cmdparse.rubyforge.org/ Files: * -Copyright: Copyright (C) 2004-2010 Thomas Leitner -License: LGPL-3 -Comment: - On Debian systems, the complete text of the GNU Lesser General Public Library - 3 can be found in `/usr/share/common-licenses/LGPL-3`. +Copyright: Copyright (C) 2004-2012 Thomas Leitner +License: LGPL-3+ Files: setup.rb Copyright: Copyright (c) 2000-2004 Minero Aoki -License: - This program is free software. - You can distribute/modify this program under the terms of - the GNU Lesser General Public License version 2.1. -Comment: - On Debian systems, the complete text of the GNU Lesser General Public - License 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'. +License: LGPL-2.1+ Files: debian/* Copyright: © 2001 Antonio Terceiro <terceiro@debian.org> -License: - The Debian packaging is licensed under the same terms as the original package. +License: LGPL-3+ + +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + . + A copy of the LGPL-2.1 can be found at + `/usr/share/common-licenses/LGPL-2.1' on any Debian system. + +License: LGPL-3+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + . + On Debian systems, the full text of the GNU Lesser General Public + License version 3 can be found in the file + `/usr/share/common-licenses/LGPL-3'. diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides index f2af7cd..5a4c7af 100644 --- a/debian/source/lintian-overrides +++ b/debian/source/lintian-overrides @@ -1,2 +1,2 @@ -ruby-cmdparse source: duplicate-short-description libcmdparse2-ruby libcmdparse2-ruby1.8 libcmdparse-ruby -ruby-cmdparse source: duplicate-long-description libcmdparse2-ruby libcmdparse2-ruby1.8 libcmdparse-ruby +ruby-cmdparse source: duplicate-long-description libcmdparse-ruby libcmdparse2-ruby libcmdparse2-ruby1.8 +ruby-cmdparse source: duplicate-short-description libcmdparse-ruby libcmdparse2-ruby libcmdparse2-ruby1.8 diff --git a/lib/cmdparse.rb b/lib/cmdparse.rb index 423da44..b23602a 100644 --- a/lib/cmdparse.rb +++ b/lib/cmdparse.rb @@ -1,7 +1,7 @@ # #-- # cmdparse: advanced command line parser supporting commands -# Copyright (C) 2004-2010 Thomas Leitner +# Copyright (C) 2004-2012 Thomas Leitner # # This file is part of cmdparse. # @@ -23,18 +23,18 @@ module CmdParse # The version of this cmdparse implemention - VERSION = [2, 0, 3] + VERSION = [2, 0, 5] # Base class for all cmdparse errors. class ParseError < RuntimeError - # Sets the reason for a subclass. - def self.reason( reason, has_arguments = true ) + # Set the reason for a subclass. + def self.reason(reason, has_arguments = true) (@@reason ||= {})[self] = [reason, has_arguments] end - # Returns the reason plus the message. + # Return the reason plus the message. def message data = @@reason[self.class] || ['Unknown error', true] data[0] + (data[1] ? ": " + super : '') @@ -71,27 +71,27 @@ module CmdParse # Base class for all parser wrappers. class ParserWrapper - # Returns the parser instance for the object and, if a block is a given, yields the instance. + # Return the parser instance for the object and, if a block is a given, yield the instance. def instance yield @instance if block_given? @instance end - # Parses the arguments in order, i.e. stops at the first non-option argument, and returns all + # Parse the arguments in order, i.e. stops at the first non-option argument, and returns all # remaining arguments. - def order( args ) - raise InvalidOptionError.new( args[0] ) if args[0] =~ /^-/ + def order(args) + raise InvalidOptionError.new(args[0]) if args[0] =~ /^-/ args end - # Permutes the arguments so that all options anywhere on the command line are parsed and the + # Permute the arguments so that all options anywhere on the command line are parsed and the # remaining non-options are returned. - def permute( args ) - raise InvalidOptionError.new( args[0] ) if args.any? {|a| a =~ /^-/} + def permute(args) + raise InvalidOptionError.new(args[0]) if args.any? {|a| a =~ /^-/} args end - # Returns a summary string of the options. + # Return a summary string of the options. def summarize "" end @@ -105,10 +105,10 @@ module CmdParse # non-ambigous matching key class CommandHash < Hash - def []( cmd_name ) + def [](cmd_name) super or begin - possible = keys.select {|key| key =~ /^#{cmd_name}.*/ } - fetch( possible[0] ) if possible.size == 1 + possible = keys.select {|key| key[0, cmd_name.length] == cmd_name } + fetch(possible[0]) if possible.size == 1 end end @@ -121,10 +121,11 @@ module CmdParse # The name of the command attr_reader :name - # A short description of the command. + # A short description of the command. Should ideally be smaller than 60 characters. attr_accessor :short_desc - # A detailed description of the command + # A detailed description of the command. Maybe a single string or an array of strings for + # multiline description. Each string should ideally be smaller than 76 characters. attr_accessor :description # The wrapper for parsing the command line options. @@ -140,34 +141,49 @@ module CmdParse # Returns the list of commands for this command. attr_reader :commands - # Initializes the command called +name+. The parameter +has_commands+ specifies if this command - # takes other commands as argument. The optional argument +partial_commands+ specifies, if - # partial command matching should be used. - def initialize( name, has_commands, partial_commands = false ) + # Initialize the command called +name+. + # + # Parameters: + # + # [has_commands] + # Specifies if this command takes other commands as argument. + # [partial_commands (optional)] + # Specifies whether partial command matching should be used. + # [has_args (optional)] + # Specifies whether this command takes arguments + def initialize(name, has_commands, partial_commands = false, has_args = true) @name = name @options = ParserWrapper.new @has_commands = has_commands + @has_args = has_args @commands = Hash.new @default_command = nil - use_partial_commands( partial_commands ) + use_partial_commands(partial_commands) end - def use_partial_commands( use_partial ) - temp = ( use_partial ? CommandHash.new : Hash.new ) - temp.update( @commands ) + # Define whether partial command matching should be used. + def use_partial_commands(use_partial) + temp = (use_partial ? CommandHash.new : Hash.new) + temp.update(@commands) @commands = temp end - # Returns +true+ if this command supports sub commands. + # Return +true+ if this command supports sub commands. def has_commands? @has_commands end - # Adds a command to the command list if this command takes other commands as argument. If the - # optional parameter +default+ is true, then this command is used when no command is specified - # on the command line. - def add_command( command, default = false ) - raise TakesNoCommandError.new( @name ) if !has_commands? + # Return +true+ if this command uses arguments. + def has_args? + @has_args + end + + # Add a command to the command list if this command takes other commands as argument. + # + # If the optional parameter +default+ is true, then this command is used when no command is + # specified on the command line. + def add_command(command, default = false) + raise TakesNoCommandError.new(@name) if !has_commands? @commands[command.name] = command @default_command = command.name if default command.super_command = self @@ -175,24 +191,24 @@ module CmdParse end # For sorting commands by name. - def <=>( other ) + def <=>(other) @name <=> other.name end - # Returns the +CommandParser+ instance for this command or +nil+ if this command was not - # assigned to a +CommandParser+ instance. + # Return the +CommandParser+ instance for this command or +nil+ if this command was not assigned + # to a +CommandParser+ instance. def commandparser cmd = super_command - cmd = cmd.super_command while !cmd.nil? && !cmd.kind_of?( CommandParser ) + cmd = cmd.super_command while !cmd.nil? && !cmd.kind_of?(CommandParser) cmd end - # Returns a list of super commands, ie.: + # Return a list of super commands, ie.: # [command, super_command, super_super_command, ...] def super_commands cmds = [] cmd = self - while !cmd.nil? && !cmd.super_command.kind_of?( CommandParser ) + while !cmd.nil? && !cmd.super_command.kind_of?(CommandParser) cmds << cmd cmd = cmd.super_command end @@ -203,40 +219,55 @@ module CmdParse def init; end # Set the given +block+ as execution block. See also: +execute+. - def set_execution_block( &block ) + def set_execution_block(&block) @exec_block = block end - # Invokes the block set by +set_execution_block+. This method is called by the +CommandParser+ - # instance if this command was specified on the command line. - def execute( args ) - @exec_block.call( args ) + # Invoke the block set by +set_execution_block+. + # + # This method is called by the +CommandParser+ instance if this command was specified on the + # command line. + def execute(args) + @exec_block.call(args) end - # Defines the usage line for the command. + # Define the usage line for the command. def usage tmp = "Usage: #{commandparser.program_name}" - tmp << " [options] " if !commandparser.options.instance_of?( ParserWrapper ) + tmp << " [global options]" if !commandparser.options.instance_of?(ParserWrapper) tmp << super_commands.reverse.collect do |c| - t = c.name - t << " [options]" if !c.options.instance_of?( ParserWrapper ) + t = " #{c.name}" + t << " [options]" if !c.options.instance_of?(ParserWrapper) t - end.join(' ') - tmp << (has_commands? ? " COMMAND [options] [ARGS]" : " [ARGS]") + end.join('') + tmp << " COMMAND [options]" if has_commands? + tmp << " [ARGS]" if has_args? + tmp end # Default method for showing the help for the command. def show_help - puts "#{@name}: #{short_desc}" - puts description if description - puts + puts commandparser.banner + "\n" if commandparser.banner puts usage puts + if short_desc && !short_desc.empty? + puts short_desc + puts + end + if description && !description.empty? + puts " " + [description].flatten.join("\n ") + puts + end if has_commands? list_commands puts end - unless (summary = options.summarize).empty? + if !(summary = options.summarize).empty? + puts summary + puts + end + if self != commandparser.main_command && + !(summary = commandparser.main_command.options.summarize).empty? puts summary puts end @@ -246,14 +277,18 @@ module CmdParse private ####### - def list_commands( level = 1, command = self ) - puts "Available commands:" if level == 1 - command.commands.sort.each do |name, cmd| - print " "*level + name.ljust( 15 ) + cmd.short_desc.to_s - print " (=default command)" if name == command.default_command - print "\n" - list_commands( level + 1, cmd ) if cmd.has_commands? - end + def list_commands(command = self) + puts "Available commands:" + puts " " + collect_commands_info(command).join("\n ") + end + + def collect_commands_info(command, level = 1) + command.commands.sort.collect do |name, cmd| + str = " "*level + name + str = str.ljust(18) + cmd.short_desc.to_s + str += " (default command)" if name == command.default_command + [str] + (cmd.has_commands? ? collect_commands_info(cmd, level + 1) : []) + end.flatten end end @@ -264,19 +299,19 @@ module CmdParse class HelpCommand < Command def initialize - super( 'help', false ) + super('help', false) self.short_desc = 'Provide help for individual commands' - self.description = 'This command prints the program help if no arguments are given. ' \ - 'If one or more command names are given as arguments, these arguments are interpreted ' \ - 'as a hierachy of commands and the help for the right most command is show.' + self.description = ['This command prints the program help if no arguments are given. If one or', + 'more command names are given as arguments, these arguments are interpreted', + 'as a hierachy of commands and the help for the right most command is show.'] end def init case commandparser.main_command.options when OptionParserWrapper commandparser.main_command.options.instance do |opt| - opt.on_tail( "-h", "--help", "Show help" ) do - execute( [] ) + opt.on_tail("-h", "--help", "Show help") do + execute([]) end end end @@ -286,39 +321,25 @@ module CmdParse "Usage: #{commandparser.program_name} help [COMMAND SUBCOMMAND ...]" end - def execute( args ) + def execute(args) if args.length > 0 cmd = commandparser.main_command arg = args.shift - while !arg.nil? && cmd.commands[ arg ] + while !arg.nil? && cmd.commands[arg] cmd = cmd.commands[arg] arg = args.shift end if arg.nil? cmd.show_help else - raise InvalidArgumentError, args.unshift( arg ).join(' ') + raise InvalidArgumentError, args.unshift(arg).join(' ') end else - show_program_help + commandparser.main_command.show_help end exit end - ####### - private - ####### - - def show_program_help - puts commandparser.banner + "\n" if commandparser.banner - puts "Usage: #{commandparser.program_name} [options] COMMAND [options] [COMMAND [options] ...] [args]" - puts "" - list_commands( 1, commandparser.main_command ) - puts "" - puts commandparser.main_command.options.summarize - puts - end - end @@ -328,7 +349,7 @@ module CmdParse class VersionCommand < Command def initialize - super( 'version', false ) + super('version', false, false, false) self.short_desc = "Show the version of the program" end @@ -336,8 +357,8 @@ module CmdParse case commandparser.main_command.options when OptionParserWrapper commandparser.main_command.options.instance do |opt| - opt.on_tail( "--version", "-v", "Show the version of the program" ) do - execute( [] ) + opt.on_tail("--version", "-v", "Show the version of the program") do + execute([]) end end end @@ -347,11 +368,11 @@ module CmdParse "Usage: #{commandparser.program_name} version" end - def execute( args ) + def execute(args) version = commandparser.program_version - version = version.join( '.' ) if version.instance_of?( Array ) + version = version.join('.') if version.instance_of?(Array) puts commandparser.banner + "\n" if commandparser.banner - puts version + puts "#{commandparser.program_name} #{version}" exit end @@ -373,49 +394,56 @@ module CmdParse # The version of the program. attr_accessor :program_version - # Are Exceptions be handled gracefully? I.e. by printing error message and the help screen? + # Should exceptions be handled gracefully? I.e. by printing error message and the help screen? attr_reader :handle_exceptions - # Create a new CommandParser object. The optional argument +handleExceptions+ specifies if the - # object should handle exceptions gracefully. Set +partial_commands+ to +true+, if you want - # partial command matching for the top level commands. - def initialize( handleExceptions = false, partial_commands = false ) - @main_command = Command.new( 'mainCommand', true ) + # Create a new CommandParser object. + # + # [handleExceptions (optional)] + # Specifies if the object should handle exceptions gracefully. + # [partial_commands (optional)] + # Specifies if you want partial command matching for the top level commands. + # [has_args (optional)] + # Specifies whether the command parser takes arguments (only used when no sub commands are + # defined). + def initialize(handleExceptions = false, partial_commands = false, has_args = true) + @main_command = Command.new('mainCommand', true, partial_commands, has_args) @main_command.super_command = self - @main_command.use_partial_commands( partial_commands ) @program_name = $0 @program_version = "0.0.0" @handle_exceptions = handleExceptions end - # Returns the wrapper for parsing the global options. + # Return the wrapper for parsing the global options. def options @main_command.options end - # Sets the wrapper for parsing the global options. - def options=( wrapper ) + # Set the wrapper for parsing the global options. + def options=(wrapper) @main_command.options = wrapper end - # Adds a top level command. - def add_command( *args ) - @main_command.add_command( *args ) + # Add a top level command. + def add_command(*args) + @main_command.add_command(*args) end - # Parses the command line arguments. If a block is specified, the current hierarchy level and - # the name of the current command is yielded after the options for the level have been parsed. - def parse( argv = ARGV ) # :yields: level, commandName + # Parse the command line arguments. + # + # If a block is specified, the current hierarchy level and the name of the current command is + # yielded after the option parsing is done but before a command is executed. + def parse(argv = ARGV) # :yields: level, commandName level = 0 command = @main_command while !command.nil? - argv = if command.has_commands? || ENV.include?( 'POSIXLY_CORRECT' ) - command.options.order( argv ) + argv = if command.has_commands? || ENV.include?('POSIXLY_CORRECT') + command.options.order(argv) else - command.options.permute( argv ) + command.options.permute(argv) end - yield( level, command.name ) if block_given? + yield(level, command.name) if block_given? if command.has_commands? cmdName, argv = argv[0], argv[1..-1] || [] @@ -427,13 +455,13 @@ module CmdParse cmdName = command.default_command end else - raise InvalidCommandError.new( cmdName ) unless command.commands[ cmdName ] + raise InvalidCommandError.new(cmdName) unless command.commands[ cmdName ] end command = command.commands[cmdName] level += 1 else - command.execute( argv ) + command.execute(argv) command = nil end end @@ -441,7 +469,7 @@ module CmdParse raise if !@handle_exceptions puts "Error while parsing command line:\n " + e.message puts - @main_command.commands['help'].execute( command.super_commands.reverse.collect {|c| c.name} ) if @main_command.commands['help'] + @main_command.commands['help'].execute(command.super_commands.reverse.collect {|c| c.name}) if @main_command.commands['help'] exit end diff --git a/lib/cmdparse/wrappers/optparse.rb b/lib/cmdparse/wrappers/optparse.rb index 7e5c3bc..74c6711 100644 --- a/lib/cmdparse/wrappers/optparse.rb +++ b/lib/cmdparse/wrappers/optparse.rb @@ -1,7 +1,7 @@ # #-- # cmdparse: advanced command line parser supporting commands -# Copyright (C) 2004-2010 Thomas Leitner +# Copyright (C) 2004-2012 Thomas Leitner # # This file is part of cmdparse. # @@ -24,12 +24,12 @@ require 'optparse' # Some extension to the standard option parser class class OptionParser - if const_defined?( 'Officious' ) - Officious.delete( 'version' ) - Officious.delete( 'help' ) + if const_defined?('Officious') + Officious.delete('version') + Officious.delete('help') else - DefaultList.long.delete( 'version' ) - DefaultList.long.delete( 'help' ) + DefaultList.long.delete('version') + DefaultList.long.delete('help') end end @@ -41,17 +41,17 @@ module CmdParse # Initializes the wrapper with a default OptionParser instance or the +parser+ parameter and # yields this instance. - def initialize( parser = OptionParser.new, &block ) + def initialize(parser = OptionParser.new, &block) @instance = parser - self.instance( &block ) + self.instance(&block) end - def order( args ) - @instance.order( args ) + def order(args) + @instance.order(args) end - def permute( args ) - @instance.permute( args ) + def permute(args) + @instance.permute(args) end def summarize diff --git a/metadata.yml b/metadata.yml index bfc0a95..e5a8476 100644 --- a/metadata.yml +++ b/metadata.yml @@ -1,39 +1,31 @@ ---- !ruby/object:Gem::Specification +--- !ruby/object:Gem::Specification name: cmdparse -version: !ruby/object:Gem::Version - prerelease: false - segments: - - 2 - - 0 - - 3 - version: 2.0.3 +version: !ruby/object:Gem::Version + version: 2.0.5 + prerelease: platform: ruby -authors: +authors: - Thomas Leitner autorequire: cmdparse bindir: bin cert_chain: [] - -date: 2011-01-05 00:00:00 +01:00 -default_executable: +date: 2012-06-09 00:00:00.000000000 Z dependencies: [] - -description: " cmdparse provides classes for parsing commands on the command line; command line options\n are parsed using optparse or any other option parser implementation. Programs that use\n such command line interfaces are, for example, subversion's 'svn' or Rubygem's 'gem' program.\n" +description: ! " cmdparse provides classes for parsing commands on the command + line; command line options\n are parsed using optparse or any other option + parser implementation. Programs that use\n such command line interfaces are, + for example, subversion's 'svn' or Rubygem's 'gem' program.\n" email: t_leitner@gmx.at executables: [] - extensions: [] - extra_rdoc_files: [] - -files: +files: - setup.rb - TODO - COPYING - COPYING.LESSER - README - Rakefile -- ChangeLog - net.rb - VERSION - lib/cmdparse/wrappers/optparse.rb @@ -49,39 +41,31 @@ files: - doc/src/download.page - doc/src/default.template - doc/src/about.page -has_rdoc: true homepage: http://cmdparse.rubyforge.org licenses: [] - post_install_message: -rdoc_options: +rdoc_options: - --line-numbers - -m - CmdParse::CommandParser -require_paths: +require_paths: - lib -required_ruby_version: !ruby/object:Gem::Requirement +required_ruby_version: !ruby/object:Gem::Requirement none: false - requirements: - - - ">=" - - !ruby/object:Gem::Version - segments: - - 0 - version: "0" -required_rubygems_version: !ruby/object:Gem::Requirement + requirements: + - - ! '>=' + - !ruby/object:Gem::Version + version: '0' +required_rubygems_version: !ruby/object:Gem::Requirement none: false - requirements: - - - ">=" - - !ruby/object:Gem::Version - segments: - - 0 - version: "0" + requirements: + - - ! '>=' + - !ruby/object:Gem::Version + version: '0' requirements: [] - rubyforge_project: cmdparse -rubygems_version: 1.3.7 +rubygems_version: 1.8.24 signing_key: specification_version: 3 summary: Advanced command line parser supporting commands test_files: [] - |
