Hello community, here is the log from the commit of package rubygem-mixlib-cli for openSUSE:Factory checked in at 2020-10-26 16:13:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-mixlib-cli (Old) and /work/SRC/openSUSE:Factory/.rubygem-mixlib-cli.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-mixlib-cli" Mon Oct 26 16:13:53 2020 rev:15 rq:838051 version:2.1.8 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-mixlib-cli/rubygem-mixlib-cli.changes 2020-05-11 13:41:38.221155539 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-mixlib-cli.new.3463/rubygem-mixlib-cli.changes 2020-10-26 16:15:09.942873748 +0100 @@ -1,0 +2,6 @@ +Fri Sep 25 14:18:16 UTC 2020 - Stephan Kulow <[email protected]> + +updated to version 2.1.8 + no changelog found + +------------------------------------------------------------------- Old: ---- mixlib-cli-2.1.6.gem New: ---- mixlib-cli-2.1.8.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-mixlib-cli.spec ++++++ --- /var/tmp/diff_new_pack.XAESfM/_old 2020-10-26 16:15:11.286874984 +0100 +++ /var/tmp/diff_new_pack.XAESfM/_new 2020-10-26 16:15:11.294874992 +0100 @@ -24,7 +24,7 @@ # Name: rubygem-mixlib-cli -Version: 2.1.6 +Version: 2.1.8 Release: 0 %define mod_name mixlib-cli %define mod_full_name %{mod_name}-%{version} ++++++ mixlib-cli-2.1.6.gem -> mixlib-cli-2.1.8.gem ++++++ Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/mixlib/cli/formatter.rb new/lib/mixlib/cli/formatter.rb --- old/lib/mixlib/cli/formatter.rb 2019-12-22 03:17:39.000000000 +0100 +++ new/lib/mixlib/cli/formatter.rb 2020-08-21 20:54:20.000000000 +0200 @@ -19,7 +19,7 @@ usage end - # @param opt_arry [Array] + # @param opt_array [Array] # # @return [String] a friendly quoted list of items complete with "or" def self.friendly_opt_list(opt_array) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/mixlib/cli/version.rb new/lib/mixlib/cli/version.rb --- old/lib/mixlib/cli/version.rb 2019-12-22 03:17:39.000000000 +0100 +++ new/lib/mixlib/cli/version.rb 2020-08-21 20:54:20.000000000 +0200 @@ -1,5 +1,5 @@ module Mixlib module CLI - VERSION = "2.1.6".freeze + VERSION = "2.1.8".freeze end end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/mixlib/cli.rb new/lib/mixlib/cli.rb --- old/lib/mixlib/cli.rb 2019-12-22 03:17:39.000000000 +0100 +++ new/lib/mixlib/cli.rb 2020-08-21 20:54:20.000000000 +0200 @@ -16,7 +16,7 @@ # limitations under the License. # -require "optparse" +require "optparse" unless defined?(OptionParser) require_relative "cli/formatter" module Mixlib @@ -140,7 +140,7 @@ # and converts it to a value suitable for the new option. # If not provided, the value provided to the deprecated option will be # assigned directly to the converted option. - # keep<Boolean> :: Defaults to true, this ensure sthat `options[:deprecated_flag]` is + # keep<Boolean> :: Defaults to true, this ensures that `options[:deprecated_flag]` is # populated when the deprecated flag is used. If set to false, # only the value in `replacement` will be set. Results undefined # if no replacement is provided. You can use this to enforce the transition @@ -194,7 +194,7 @@ # === Returns # @options<Hash>:: The current options hash. def options=(val) - raise(ArgumentError, "Options must recieve a hash") unless val.is_a?(Hash) + raise(ArgumentError, "Options must receive a hash") unless val.is_a?(Hash) @options = val end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2019-12-22 03:17:39.000000000 +0100 +++ new/metadata 2020-08-21 20:54:20.000000000 +0200 @@ -1,14 +1,14 @@ --- !ruby/object:Gem::Specification name: mixlib-cli version: !ruby/object:Gem::Version - version: 2.1.6 + version: 2.1.8 platform: ruby authors: - Chef Software, Inc. autorequire: bindir: bin cert_chain: [] -date: 2019-12-22 00:00:00.000000000 Z +date: 2020-08-21 00:00:00.000000000 Z dependencies: [] description: A simple mixin for CLI interfaces, including option parsing email: [email protected]
