Hello community,

here is the log from the commit of package rubygem-highline for 
openSUSE:Factory checked in at 2015-09-27 08:39:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-highline (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-highline.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-highline"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-highline/rubygem-highline.changes        
2015-09-17 09:20:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-highline.new/rubygem-highline.changes   
2015-09-27 08:39:15.000000000 +0200
@@ -1,0 +2,18 @@
+Wed Sep 23 04:31:07 UTC 2015 - co...@suse.com
+
+- updated to version 1.7.7
+ see installed Changelog.md
+
+  ### 1.7.7 / 2015-09-22
+  * Make HighLine::Question coerce its question argument into a String. 
(@97-109-107 and Abinoam P. Marques Jr. (@abinoam), #159, PR #160)
+
+-------------------------------------------------------------------
+Fri Sep 18 04:32:00 UTC 2015 - co...@suse.com
+
+- updated to version 1.7.6
+ see installed Changelog.md
+
+  ### 1.7.6 / 2015-09-17
+  * Fix a typo in a var name affecting solaris. (Danek Duvall (@dhduvall) and 
Abinoam P. Marques Jr. (@abinoam), #155, PR #156)
+
+-------------------------------------------------------------------

Old:
----
  highline-1.7.5.gem

New:
----
  highline-1.7.7.gem

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

Other differences:
------------------
++++++ rubygem-highline.spec ++++++
--- /var/tmp/diff_new_pack.a8G9qk/_old  2015-09-27 08:39:15.000000000 +0200
+++ /var/tmp/diff_new_pack.a8G9qk/_new  2015-09-27 08:39:15.000000000 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-highline
-Version:        1.7.5
+Version:        1.7.7
 Release:        0
 %define mod_name highline
 %define mod_full_name %{mod_name}-%{version}

++++++ highline-1.7.5.gem -> highline-1.7.7.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Changelog.md new/Changelog.md
--- old/Changelog.md    2015-09-15 04:15:50.000000000 +0200
+++ new/Changelog.md    2015-09-23 01:19:45.000000000 +0200
@@ -2,6 +2,12 @@
 
 Below is a complete listing of changes for each revision of HighLine.
 
+### 1.7.7 / 2015-09-22
+* Make HighLine::Question coerce its question argument into a String. 
(@97-109-107 and Abinoam P. Marques Jr. (@abinoam), #159, PR #160)
+
+### 1.7.6 / 2015-09-17
+* Fix a typo in a var name affecting solaris. (Danek Duvall (@dhduvall) and 
Abinoam P. Marques Jr. (@abinoam), #155, PR #156)
+
 ### 1.7.5 / 2015-09-14
 * Support jruby9k for system extensions (Michael (@mmmries), PR #153)
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/highline/question.rb new/lib/highline/question.rb
--- old/lib/highline/question.rb        2015-09-15 04:15:50.000000000 +0200
+++ new/lib/highline/question.rb        2015-09-23 01:19:45.000000000 +0200
@@ -31,7 +31,7 @@
     #
     def initialize( question, answer_type )
       # initialize instance data
-      @question    = question.dup
+      @question    = String(question).dup
       @answer_type = answer_type
       @completion = @answer_type
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/highline/system_extensions.rb 
new/lib/highline/system_extensions.rb
--- old/lib/highline/system_extensions.rb       2015-09-15 04:15:50.000000000 
+0200
+++ new/lib/highline/system_extensions.rb       2015-09-23 01:19:45.000000000 
+0200
@@ -235,7 +235,7 @@
 
           if /solaris/ =~ RUBY_PLATFORM and
             `stty` =~ /\brows = (\d+).*\bcolumns = (\d+)/
-            [$2, $1].map { |c| x.to_i }
+            [$2, $1].map { |x| x.to_i }
           elsif `stty size` =~ /^(\d+)\s(\d+)$/
             [$2.to_i, $1.to_i]
           else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/highline/version.rb new/lib/highline/version.rb
--- old/lib/highline/version.rb 2015-09-15 04:15:50.000000000 +0200
+++ new/lib/highline/version.rb 2015-09-23 01:19:45.000000000 +0200
@@ -1,4 +1,4 @@
 class HighLine
   # The version of the installed library.
-  VERSION = "1.7.5".freeze
+  VERSION = "1.7.7".freeze
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2015-09-15 04:15:50.000000000 +0200
+++ new/metadata        2015-09-23 01:19:45.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: highline
 version: !ruby/object:Gem::Version
-  version: 1.7.5
+  version: 1.7.7
 platform: ruby
 authors:
 - James Edward Gray II
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-09-15 00:00:00.000000000 Z
+date: 2015-09-22 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: code_statistics
@@ -114,7 +114,7 @@
       version: '0'
 requirements: []
 rubyforge_project: highline
-rubygems_version: 2.4.5
+rubygems_version: 2.4.5.1
 signing_key: 
 specification_version: 4
 summary: HighLine is a high-level command-line IO library.


Reply via email to