pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-minitest



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 15 10:09:21 UTC 2013

Modified Files:
        pkgsrc/devel/ruby-minitest: Makefile distinfo

Log Message:
Update ruby-minitest to 5.0.7.

=== 5.0.7 / 2013-09-05

* 2 minor enhancements:

  * Added clarification about the use of thread local variables in 
expectations. (jemc)
  * Added extra message about skipped tests, if any. Disable globally with 
$MT_NO_SKIP_MSG.

* 2 bug fixes:

  * Only require minitest, not minitest/autorun in pride_plugin. (judofyr)
  * Require rubygems in load_plugins in case you're not using minitest/autorun.

=== 5.0.6 / 2013-06-28

* 3 minor enhancements:

  * Allow stub to pass args to blocks. (swindsor)
  * Improved warning message about minitest/autorun to address 1.9's 
minitest/autorun.
  * Made minitest/test require minitest as needed. For lib writers. (erikh)

* 1 bug fix:

  * Fixed missing require in minitest/test. (erikh)

=== 5.0.5 / 2013-06-20

* 6 bug fixes:

  * DOH! Fixed the rest of the new casing on Minitest. (splattael)
  * Fixed typo on minitest/mock rdoc. (mrgilman/guiceolin)
  * Make Spec::DSL.describe_stack thread local to avoid failing on my own tests.
  * Make a fake Time.now local to the tests so they won't interfere with real 
reporter timings.
  * Make everything mockable by wrapping all 'special' methods in a smarter 
wrapper. (bestie)
  * Raise ArgumentError if let name starts with 'test'. (johnmaxwell)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-minitest/Makefile \
    pkgsrc/devel/ruby-minitest/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index