Changelog for
rubygem-mocha-0.13.2-9.10.i586.rpm :
* Thu Jan 24 2013 cooloAATTsuse.com- updated to version 0.13.2
* Thu Dec 06 2012 cooloAATTsuse.com- updated to version 0.13.1
* Fix #97 - `Mocha::ParameterMatchers#has_entry` does not work with an Array as the entry\'s value. Thanks to AATTngokli.
* Allow deprecation `:debug` mode to be switched on from `MOCHA_OPTIONS` environment variable.
* Thu Nov 15 2012 cooloAATTsuse.com- updated to version 0.13.0
* Sat Nov 03 2012 cooloAATTsuse.com- updated to version 0.12.7
* Officially support minitest v4.1.0 (still monkey-patching).
* Mon Oct 01 2012 cooloAATTsuse.com- updated to version 0.12.6
* Fixes #103.
* Officially support minitest v3.5.0 (still monkey-patching).
* Thu Sep 06 2012 cooloAATTsuse.com- updated to version 0.12.4
* Officially support minitest v3.4.0 & test-unit v2.5.2 (still monkey-patching).
* Mon Aug 06 2012 cooloAATTsuse.com- updated to version 0.12.3
* Revert rename of undocumented internal module since it turns out Rails/ActiveSupport is relying on its existence.
* Fri Aug 03 2012 cooloAATTsuse.com- updated to version 0.12.2
* Wed Aug 01 2012 cooloAATTsuse.com- updated to version 0.12.1
* Sat May 12 2012 cooloAATTsuse.com- update to 0.11.4, se RELEASE.rdoc
* Mon Nov 07 2011 jmassaguerplaAATTsuse.de- updated to 0.10.0
* Fri Jun 11 2010 mrueckertAATTsuse.de- use rubygems_requires macro
* Mon Nov 16 2009 dmacvicarAATTsuse.de- update to 0.9.8
* Fixed bug \"NameError raised when using Mocha as a Rails plug-in\" - http://floehopper.lighthouseapp.com/projects/22289/tickets/53. Since 0.9.6 the Rails plugin has been broken. See bug report for details. You will need to explicitly load Mocha
*after
* the test framework has been loaded, e.g. by adding \"require \'mocha\'\" at the bottom of test/test_helper.rb.
* Make Mocha::ParameterMatchers#regexp_matches, #includes, [#]has_value, #has_key more robust. Thanks to Sander Hartlage.
* Allow passing a block to Mocha::Configuration methods to only change configuration for the duration of the block. Thanks to Dan Manges.
* Fixed bug \"doc generation fails in 0.9.7 gem\" - http://floehopper.lighthouseapp.com/projects/22289/tickets/51.
* Remove rdoc template incorporating google analytics from source control. The file just needs to exist locally and be ignored by source control. This should stop the warning showing up on e.g. RunCodeRun build results.
* Wed Sep 02 2009 mvidnerAATTnovell.com- update to 0.9.7- major changes: (more at http://mocha.rubyforge.org/files/RELEASE.html)
* Added support for ‘test-unit’ gem (version >= 2.0).
* Stop requiring rubygems
* Renamed Mocha::Standalone to Mocha::API to better reflect its purpose.
* Fix exception raised by HasEntry#matches?
* Fixes for MiniTest and Ruby 1.9.1
* Mon May 04 2009 dmacvicarAATTsuse.de- update to 0.9.5- Changelog:
* Fixed Lighthouse bug 32 - stub_everything should mean mock responds to anything.
* Added Expectation#twice to improve readability. Tthanks to pull request from Celestino Gomes.
* In Ruby 1.9, requiring ‘test/unit’ loads a thin wrapper around MiniTest and Test::Unit::TestCase ends up inheriting from MiniTest::Unit::TestCase. So we need to avoid including the Mocha modules more than once to avoid nasty consequences. Thanks to Matthias Hennemeyer for help with this.
* Ruby 1.9 includes rake, but not rake/contrib. For the moment I‘ve moved the sshpublisher require into the only rake task that needs it, so that I can at least run the tests in Ruby 1.9. It looks like I will need to build a rake/contrib gem or similar to get this working properly intertwingly.net/blog/2008/01/07/Rake-Contrib-for-1-9