Hello community,

here is the log from the commit of package rubygem-commander for 
openSUSE:Factory checked in at 2015-08-21 07:40:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-commander (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-commander.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-commander"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-commander/rubygem-commander.changes      
2015-05-06 07:49:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-commander.new/rubygem-commander.changes 
2015-08-21 07:40:44.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Aug 10 04:29:17 UTC 2015 - co...@suse.com
+
+- updated to version 4.3.5
+ see installed History.rdoc
+
+  === 4.3.5 / 2015-08-09
+  
+  * Fixed a bug with small terminal widths, changed minimum screen width for 
wrapping to 40 columns. (@toolmantim)
+
+-------------------------------------------------------------------

Old:
----
  commander-4.3.4.gem

New:
----
  commander-4.3.5.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-commander.spec ++++++
--- /var/tmp/diff_new_pack.KYasOw/_old  2015-08-21 07:40:45.000000000 +0200
+++ /var/tmp/diff_new_pack.KYasOw/_new  2015-08-21 07:40:45.000000000 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-commander
-Version:        4.3.4
+Version:        4.3.5
 Release:        0
 %define mod_name commander
 %define mod_full_name %{mod_name}-%{version}

++++++ commander-4.3.4.gem -> commander-4.3.5.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.rdoc new/History.rdoc
--- old/History.rdoc    2015-05-04 04:02:45.000000000 +0200
+++ new/History.rdoc    2015-08-09 10:15:09.000000000 +0200
@@ -1,3 +1,7 @@
+=== 4.3.5 / 2015-08-09
+
+* Fixed a bug with small terminal widths, changed minimum screen width for 
wrapping to 40 columns. (@toolmantim)
+
 === 4.3.4 / 2015-05-03
 
 * Fixed a regression with the compact help formatter.
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/commander/import.rb new/lib/commander/import.rb
--- old/lib/commander/import.rb 2015-05-04 04:02:45.000000000 +0200
+++ new/lib/commander/import.rb 2015-08-09 10:15:09.000000000 +0200
@@ -1,8 +1,5 @@
 require 'commander'
 
-include Commander::UI
-include Commander::UI::AskForClass
-include Commander::Delegates
+include Commander::Methods
 
-$terminal.wrap_at = HighLine::SystemExtensions.terminal_size.first - 5 rescue 
80 if $stdin.tty?
 at_exit { run! }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/commander/methods.rb new/lib/commander/methods.rb
--- old/lib/commander/methods.rb        2015-05-04 04:02:45.000000000 +0200
+++ new/lib/commander/methods.rb        2015-08-09 10:15:09.000000000 +0200
@@ -4,6 +4,8 @@
     include Commander::UI::AskForClass
     include Commander::Delegates
 
-    $terminal.wrap_at = HighLine::SystemExtensions.terminal_size.first - 5 
rescue 80 if $stdin.tty?
+    if $stdin.tty? && (cols = $terminal.output_cols) >= 40
+      $terminal.wrap_at = cols - 5
+    end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/commander/version.rb new/lib/commander/version.rb
--- old/lib/commander/version.rb        2015-05-04 04:02:45.000000000 +0200
+++ new/lib/commander/version.rb        2015-08-09 10:15:09.000000000 +0200
@@ -1,3 +1,3 @@
 module Commander
-  VERSION = '4.3.4'
+  VERSION = '4.3.5'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2015-05-04 04:02:45.000000000 +0200
+++ new/metadata        2015-08-09 10:15:09.000000000 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: commander
 version: !ruby/object:Gem::Version
-  version: 4.3.4
+  version: 4.3.5
 platform: ruby
 authors:
 - TJ Holowaychuk
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-05-04 00:00:00.000000000 Z
+date: 2015-08-09 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: highline
@@ -157,7 +157,7 @@
       version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.2.2
+rubygems_version: 2.4.8
 signing_key: 
 specification_version: 4
 summary: The complete solution for Ruby command-line executables


Reply via email to