Hello community,

here is the log from the commit of package rubygem-minitest for 
openSUSE:Factory checked in at 2016-05-29 03:11:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-minitest (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-minitest.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-minitest"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-minitest/rubygem-minitest.changes        
2016-03-01 09:41:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-minitest.new/rubygem-minitest.changes   
2016-05-29 03:12:38.000000000 +0200
@@ -1,0 +2,23 @@
+Tue May 17 04:44:18 UTC 2016 - co...@suse.com
+
+- updated to version 5.9.0
+ see installed History.rdoc
+
+  === 5.9.0 / 2016-05-16
+  
+  * 8 minor enhancements:
+  
+    * Added Minitest.info_signal accessors to customize signal for test run 
info. (nate)
+    * Added assert_mock to make it more clear that you're testing w/ them.
+    * Added negative filter by test name. (utilum)
+    * Added warning to README that 1.8 and 1.9 support will be dropped in 
minitest 6.
+    * Automatically activate minitest/hell if $MT_HELL is defined.
+    * Improved default error messages for assert and refute. (bhenderson)
+    * minitest/hell now tries to require minitest/proveit
+    * mu_pp for strings prints out non-standard encodings to improve 
assert_equal diffs.
+  
+  * 1 bug fix:
+  
+    * Removed Interrupt from PASSTHROUGH_EXCEPTIONS (already handled). (waldyr)
+
+-------------------------------------------------------------------

Old:
----
  minitest-5.8.4.gem

New:
----
  minitest-5.9.0.gem

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

Other differences:
------------------
++++++ rubygem-minitest.spec ++++++
--- /var/tmp/diff_new_pack.0j2YAN/_old  2016-05-29 03:12:39.000000000 +0200
+++ /var/tmp/diff_new_pack.0j2YAN/_new  2016-05-29 03:12:39.000000000 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-minitest
-Version:        5.8.4
+Version:        5.9.0
 Release:        0
 %define mod_name minitest
 %define mod_full_name %{mod_name}-%{version}
@@ -51,11 +51,11 @@
 compared to the 'other two' options we looked at. Nicely done and
 thank you for helping us keep our mental sanity."
 -- Wayne E. Seguin
-minitest/unit is a small and incredibly fast unit testing framework.
+minitest/test is a small and incredibly fast unit testing framework.
 It provides a rich set of assertions to make your tests clean and
 readable.
 minitest/spec is a functionally complete spec engine. It hooks onto
-minitest/unit and seamlessly bridges test assertions over to spec
+minitest/test and seamlessly bridges test assertions over to spec
 expectations.
 minitest/benchmark is an awesome way to assert the performance of your
 algorithms in a repeatable manner. Now you can assert that your newb
@@ -65,7 +65,7 @@
 object framework.
 minitest/pride shows pride in testing and adds coloring to your test
 output. I guess it is an example of how to write IO pipes too. :P
-minitest/unit is meant to have a clean implementation for language
+minitest/test is meant to have a clean implementation for language
 implementors that need a minimal set of methods to bootstrap a working
 test suite. For example, there is no magic involved for test-case
 discovery.

++++++ minitest-5.8.4.gem -> minitest-5.9.0.gem ++++++
++++ 4533 lines of diff (skipped)


Reply via email to