ChangeLog

Path: ChangeLog  (CVS)
Last Update: Thu Oct 02 21:45:51 PDT 2003

2003-10-01 09:11 Michael Granger <ged@FaerieMUD.org>

        * mock.rb (1.10):

        - Added #respond_to? to UnmockedMethods. Thanks to Samuel Tesla
          <samuel@alieniloquent.com> for the bug report and patch.

2003-10-01 09:10 Michael Granger <ged@FaerieMUD.org>

        * test.rb (1.5):

        - Added better add{setup,teardown}Block mechanics

        - Added tests for UnmockedMethods

2003-05-31 13:26 Michael Granger <ged@FaerieMUD.org>

        * mock.rb (1.9, RELEASE_0_02):

        - Moved the regex that matches unmocked methods into a constant and //x'ed it,
          as it was becoming unwieldy and/or unreadable.

        - Added an is_a? alias for the faked kind_of?.

2003-05-12 12:42 Michael Granger <ged@FaerieMUD.org>

        * docs/lib/rdoc/generators/template/html/mues.rb (1.6):

        - Fixed XHTML validity by adding missing </td>.

        - Updated copyright dates.

2003-03-05 13:44 Michael Granger <ged@FaerieMUD.org>

        * misc/readmecode.rb (1.2, RELEASE_0_02):

        - Wrapped the callTrace for each test in a $DEBUG block.

2003-03-05 13:43 Michael Granger <ged@FaerieMUD.org>

        * mock.rb (1.8):

        - New method: fullStackTrace().

2003-03-05 13:35 Michael Granger <ged@FaerieMUD.org>

        * README (1.3, RELEASE_0_02):

        - Added example usage of the #callTrace method.

        - Added example of using MockObject() factory method for a superclass.

2003-03-04 17:07 Michael Granger <ged@FaerieMUD.org>

        * docs/makesitedocs.rb (1.2, RELEASE_0_02):

        Updated upload URL

2003-03-04 16:44 Michael Granger <ged@FaerieMUD.org>

        * COPYING (1.1), makedist.rb (1.1) (utags: RELEASE_0_02,
        RELEASE_0_01):

        Initial commit.

2003-03-04 16:42 Michael Granger <ged@FaerieMUD.org>

        * README (1.2, RELEASE_0_01):

        - Modified documentation instructions to not requires the docs/ directory, which
          won't be in the distribution.

2003-03-04 16:39 Michael Granger <ged@FaerieMUD.org>

        * mock.rb (1.7, RELEASE_0_01):

        - Updated, clarified, and corrected documentation.

        - Made calls to #verify use Test::Unit::Assertions.

        - Fixed bug in __makeCallOrderFailMsg() that manifested when @callOrder
          contained more entries than @calls.

        - Removed unnecessary arguments to super() in the generated mock methods.

2003-03-04 16:35 Michael Granger <ged@FaerieMUD.org>

        * test.rb (1.4, RELEASE_0_02, RELEASE_0_01):

        - Made changes to requires to reflect reorganization of distro.

2003-03-04 16:35 Michael Granger <ged@FaerieMUD.org>

        * utils.rb (1.2, RELEASE_0_02, RELEASE_0_01):

        - Updated with changes from other modules.

2003-03-04 16:32 Michael Granger <ged@FaerieMUD.org>

        * README (1.1), install.rb (1.1, RELEASE_0_02, RELEASE_0_01),
        misc/readmecode.rb (1.1, RELEASE_0_01), docs/.cvsignore (1.1,
        RELEASE_0_02, RELEASE_0_01), docs/CATALOG (1.1, RELEASE_0_02,
        RELEASE_0_01), docs/makedocs.rb (1.1, RELEASE_0_02, RELEASE_0_01),
        docs/makesitedocs.rb (1.1, RELEASE_0_01):

        Initial commit.

2003-03-04 10:52 Michael Granger <ged@FaerieMUD.org>

        * test.rb (1.3):

        - Added tests for double-underscored and non-camelCased methods.

2003-03-03 23:33 Michael Granger <ged@FaerieMUD.org>

        * mock.rb (1.6):

        - Fixed an accidentally-slashed <tt> in the RDocs.

2003-01-25 18:31 Michael Granger <ged@FaerieMUD.org>

        * mock.rb (1.5):

        - More documenation fixes.

2003-01-25 18:29 Michael Granger <ged@FaerieMUD.org>

        * mock.rb (1.4):

        - Documented usage of the MockObject method in a class definition.

        - Untabified literal/synopsis sections.

2003-01-25 18:09 Michael Granger <ged@FaerieMUD.org>

        * mock.rb (1.3):

        - Updated for newer versions of Ruby.

        - Prefixed internal methods for MockObject with '__' to avoid collision with
          actual methods.

        - Added block argument to mocked methods.

        - Added '#hash' to the list of methods not mocked.

2003-01-25 18:06 Michael Granger <ged@FaerieMUD.org>

        * test.rb (1.2):

        - Updated for newer versions of Ruby.

        - Updated for newer versions of Test::Unit.

2002-10-02 10:56 Michael Granger <ged@FaerieMUD.org>

        * mock.rb (1.2):

        - Finished up the comment header.

2002-10-02 03:03 Michael Granger <ged@FaerieMUD.org>

        * mock.rb (1.1), test.rb (1.1), utils.rb (1.1):

        Initial revision

2002-10-02 03:03 Michael Granger <ged@FaerieMUD.org>

        * mock.rb (1.1.1.1), test.rb (1.1.1.1), utils.rb (1.1.1.1) (utags:
        ALPHA_1_1):

        Initial import

2002-09-12 03:55 Michael Granger <ged@FaerieMUD.org>

        * docs/lib/rdoc/: generators/html_generator.rb (1.3),
        parsers/parse_faeriemud_rb.rb (1.2) (utags: RELEASE_0_02,
        RELEASE_0_01):

        - Initial stab at the :todo: hack. Not yet working.

2002-08-29 01:15 Michael Granger <ged@FaerieMUD.org>

        * docs/lib/rdoc/generators/template/html/mues.rb (1.5,
        RELEASE_0_01, RELEASE_0_02):

        - Added the <br /> I mistakenly removed with the viewcvs commit back in.

2002-08-02 14:07 Michael Granger <ged@FaerieMUD.org>

        * docs/lib/rdoc/generators/template/html/mues.rb (1.4):

        - Added a link to the appropriate URL on cvs.FaerieMUD.org.

2002-07-07 12:16 Michael Granger <ged@FaerieMUD.org>

        * docs/lib/rdoc/generators/template/html/css2.rb (1.1,
        RELEASE_0_01, RELEASE_0_02):

        Initial commit.

2002-06-04 06:56 Michael Granger <ged@FaerieMUD.org>

        * docs/lib/rdoc/generators/faeriemud_generator.rb (1.3):

        Renamed to html_generator.rb

2002-05-28 11:07 Michael Granger <ged@FaerieMUD.org>

        * docs/lib/rdoc/generators/template/html/mues.rb (1.3):

        - Renamed from faeriemud.rb

        - Converted to output XHTML.

        - Added comment header and other nicities in preparation for release.

2002-05-28 11:06 Michael Granger <ged@FaerieMUD.org>

        * docs/lib/rdoc/generators/template/html/faeriemud.rb (1.3):

        - Renamed to mues.rb.

2002-05-15 22:02 Michael Granger <ged@FaerieMUD.org>

        * docs/lib/rdoc/generators/template/html/: faeriemud.rb (1.2),
        mues.rb (1.2):

        - Removed break in class header 'Last Updated' label.

2002-05-15 21:42 Michael Granger <ged@FaerieMUD.org>

        * docs/lib/rdoc/generators/myhtml_generator.rb (1.3):

        - Renamed to faeriemud_generator.rb in preparation for submitting to PragDave.

2002-05-15 21:40 Michael Granger <ged@FaerieMUD.org>

        * docs/lib/rdoc/generators/: faeriemud_generator.rb (1.2),
        html_generator.rb (1.2), myhtml_generator.rb (1.2):

        - Touched up comments

        - Added a missing require

2002-05-15 21:30 Michael Granger <ged@FaerieMUD.org>

        * docs/lib/rdoc/myparser.rb (1.2):

        - Moved into docs/lib/rdoc/parsers/parse_faeriemud_rb.rb.

2002-03-30 12:01 Michael Granger <ged@FaerieMUD.org>

        * docs/lib/rdoc/: myparser.rb (1.1),
        generators/faeriemud_generator.rb (1.1),
        generators/html_generator.rb (1.1), generators/myhtml_generator.rb
        (1.1), generators/template/html/faeriemud.rb (1.1),
        generators/template/html/mues.rb (1.1),
        parsers/parse_faeriemud_rb.rb (1.1):

        Initial commit.

[Validate]