Hello community,

here is the log from the commit of package rubygem-highline for 
openSUSE:Factory checked in at 2015-08-02 22:46:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-25 11:25:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-highline.new/rubygem-highline.changes   
2015-08-02 22:46:14.000000000 +0200
@@ -1,0 +2,9 @@
+Sun Aug  2 04:30:19 UTC 2015 - co...@suse.com
+
+- updated to version 1.7.3
+ see installed Changelog.md
+
+  ### 1.7.3 / 2015-06-29
+  * Add HighLine::Simulator tests (Bala Paranj (@bparanj) and Abinoam Marques 
Jr. (@abinoam), #142, PR #143)
+
+-------------------------------------------------------------------

Old:
----
  highline-1.7.2.gem

New:
----
  highline-1.7.3.gem

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

Other differences:
------------------
++++++ rubygem-highline.spec ++++++
--- /var/tmp/diff_new_pack.GDy3Nx/_old  2015-08-02 22:46:14.000000000 +0200
+++ /var/tmp/diff_new_pack.GDy3Nx/_new  2015-08-02 22:46:14.000000000 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-highline
-Version:        1.7.2
+Version:        1.7.3
 Release:        0
 %define mod_name highline
 %define mod_full_name %{mod_name}-%{version}

++++++ highline-1.7.2.gem -> highline-1.7.3.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml     2015-04-20 00:28:23.000000000 +0200
+++ new/.travis.yml     2015-08-02 01:27:54.000000000 +0200
@@ -7,6 +7,8 @@
   - 2.0.0
   - 2.1.5
   - 2.2.0
+  - 2.2.1
+  - 2.2.2
   - rbx-2
 notifications:
   email: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Changelog.md new/Changelog.md
--- old/Changelog.md    2015-04-20 00:28:23.000000000 +0200
+++ new/Changelog.md    2015-08-02 01:27:54.000000000 +0200
@@ -2,6 +2,9 @@
 
 Below is a complete listing of changes for each revision of HighLine.
 
+### 1.7.3 / 2015-06-29
+* Add HighLine::Simulator tests (Bala Paranj (@bparanj) and Abinoam Marques 
Jr. (@abinoam), #142, PR #143)
+
 ### 1.7.2 / 2015-04-19
 
 #### Bug fixes
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
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-04-20 00:28:23.000000000 +0200
+++ new/lib/highline/version.rb 2015-08-02 01:27:54.000000000 +0200
@@ -1,4 +1,4 @@
 class HighLine
   # The version of the installed library.
-  VERSION = "1.7.2".freeze
+  VERSION = "1.7.3".freeze
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2015-04-20 00:28:23.000000000 +0200
+++ new/metadata        2015-08-02 01:27:54.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: highline
 version: !ruby/object:Gem::Version
-  version: 1.7.2
+  version: 1.7.3
 platform: ruby
 authors:
 - James Edward Gray II
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-04-19 00:00:00.000000000 Z
+date: 2015-08-01 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: code_statistics
@@ -86,6 +86,7 @@
 - test/tc_highline.rb
 - test/tc_import.rb
 - test/tc_menu.rb
+- test/tc_simulator.rb
 - test/tc_string_extension.rb
 - test/tc_string_highline.rb
 - test/tc_style.rb
@@ -123,6 +124,7 @@
 - test/tc_highline.rb
 - test/tc_import.rb
 - test/tc_menu.rb
+- test/tc_simulator.rb
 - test/tc_string_extension.rb
 - test/tc_string_highline.rb
 - test/tc_style.rb
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/test/tc_simulator.rb new/test/tc_simulator.rb
--- old/test/tc_simulator.rb    1970-01-01 01:00:00.000000000 +0100
+++ new/test/tc_simulator.rb    2015-08-02 01:27:54.000000000 +0200
@@ -0,0 +1,23 @@
+require 'test/unit'
+require 'highline/import'
+require 'highline/simulate'
+
+class SimulatorTest < Test::Unit::TestCase
+  def setup
+    input     = StringIO.new
+    output    = StringIO.new
+    $terminal = HighLine.new(input, output)
+  end
+
+  def test_simulator
+    HighLine::Simulate.with('Bugs Bunny', '18') do
+      name = ask('What is your name?')
+
+      assert_equal 'Bugs Bunny', name
+
+      age = ask('What is your age?')
+
+      assert_equal '18', age
+    end
+  end
+end
\ No newline at end of file


Reply via email to