File rubygem-mocha.changes of Package rubygem-mocha
-------------------------------------------------------------------
Thu Dec 6 06:17:06 UTC 2012 - coolo@suse.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 @ngokli.
* Allow deprecation `:debug` mode to be switched on from `MOCHA_OPTIONS` environment variable.
-------------------------------------------------------------------
Thu Nov 15 06:57:59 UTC 2012 - coolo@suse.com
- updated to version 0.13.0
-------------------------------------------------------------------
Sat Nov 3 10:41:56 UTC 2012 - coolo@suse.com
- updated to version 0.12.7
* Officially support minitest v4.1.0 (still monkey-patching).
-------------------------------------------------------------------
Mon Oct 1 08:01:35 UTC 2012 - coolo@suse.com
- updated to version 0.12.6
* Fixes #103.
* Officially support minitest v3.5.0 (still monkey-patching).
-------------------------------------------------------------------
Thu Sep 6 13:55:47 UTC 2012 - coolo@suse.com
- updated to version 0.12.4
* Officially support minitest v3.4.0 & test-unit v2.5.2 (still monkey-patching).
-------------------------------------------------------------------
Mon Aug 6 14:19:50 UTC 2012 - coolo@suse.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 3 14:10:41 UTC 2012 - coolo@suse.com
- updated to version 0.12.2
-------------------------------------------------------------------
Wed Aug 1 05:05:29 UTC 2012 - coolo@suse.com
- updated to version 0.12.1
-------------------------------------------------------------------
Sat May 12 19:21:41 UTC 2012 - coolo@suse.com
- update to 0.11.4, se RELEASE.rdoc
-------------------------------------------------------------------
Mon Nov 7 15:39:12 UTC 2011 - jmassaguerpla@suse.de
- updated to 0.10.0
-------------------------------------------------------------------
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de
- use rubygems_requires macro
-------------------------------------------------------------------
Mon Nov 16 10:30:51 UTC 2009 - dmacvicar@suse.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 2 06:52:25 UTC 2009 - mvidner@novell.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 4 23:31:18 CEST 2009 - dmacvicar@suse.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
-------------------------------------------------------------------
Fri Jan 16 15:29:28 CET 2009 - mrueckert@suse.de
- initial package of version 0.9.4
-------------------------------------------------------------------