Hello community,

here is the log from the commit of package rubygem-minitest for 
openSUSE:Factory checked in at 2015-04-21 10:52:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2015-02-18 12:08:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-minitest.new/rubygem-minitest.changes   
2015-04-21 10:52:24.000000000 +0200
@@ -1,0 +2,24 @@
+Sat Apr 18 04:29:04 UTC 2015 - [email protected]
+
+- updated to version 5.6.0
+ * 4 major enhancements:
+ 
+   * Added Minitest::Expectation value monad.
+   * Added Minitest::Expectations#_ that returns an Expectation. Aliased to 
value.
+   * All expectations are added to Minitest::Expectation.
+   * At some point, the methods on Object will be deprecated and then removed.
+ 
+ * 4 minor enhancements:
+ 
+   * Added a note about bundle exec pitfall in ruby 2.2+. (searls)
+   * Lazily start the parallel executor. (tenderlove)
+   * Make mocks more debugger-friendly (edward)
+   * Print out the current test run on interrupt. (riffraff)
+ 
+ * 3 bug fixes:
+ 
+   * Fix failing test under Windows. (kimhmadsen)
+   * Record mocked calls before they happen so mocks can raise exceptions 
easier (tho I'm not a fan). (corecode)
+   * Tried to clarify mocks vs stubs terminology better. (kkirsche)
+
+-------------------------------------------------------------------

Old:
----
  minitest-5.5.1.gem

New:
----
  minitest-5.6.0.gem

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

Other differences:
------------------
++++++ rubygem-minitest.spec ++++++
--- /var/tmp/diff_new_pack.dxGK5S/_old  2015-04-21 10:52:24.000000000 +0200
+++ /var/tmp/diff_new_pack.dxGK5S/_new  2015-04-21 10:52:24.000000000 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-minitest
-Version:        5.5.1
+Version:        5.6.0
 Release:        0
 %define mod_name minitest
 %define mod_full_name %{mod_name}-%{version}
@@ -86,7 +86,7 @@
 
 %install
 %gem_install \
-  --doc-files="History.txt README.txt" \
+  --doc-files="History.rdoc README.rdoc" \
   -f
 
 %gem_packages

++++++ minitest-5.5.1.gem -> minitest-5.6.0.gem ++++++
++++ 4960 lines of diff (skipped)


Reply via email to