0.4.3 / 2011-05-20
- Thread.pass in a few spots fixes hangs on linux. Version bump
0.4.2 / 2011-05-09
0.4.1 / 2011-04-26
- Fix for situations during on-install testing where the gem dir is not
available (f.e., on a new installation)
0.4.0 / 2011-04-23
0.4.0.rc1 / 2011-04-17
- Pretty much nailed the reader problem to the wall.
- Now able to test .gem files directly on the commandline.
- Use the new hooks to uninstall gems if they fail testing. Bump the rubygems
requirement to 1.5 to reflect above changes.
- Specify the exec_name for Gem.bin_path. [Postmodern]
0.3.11 / 2011-03-13
- Now sending :rubygems_test_version which is the version of rubygems-test
used for the upload.
0.3.10 / 2011-03-08
- Fixed an issue locating the .gemtest file.
0.3.9 / 2011-03-08
- Fix for a bug where rake19, etc would not be located.
0.3.8 / 2011-03-03
- Fix path handling due to changes on rubygems 1.6
0.3.7 / 2011-03-02
- Support for proxy environment variables. If it works on rubygems, it
probably works here now too!
0.3.6 / 2011-02-27
- Moved publish host default to test.rubygems.org
0.3.5 / 2011-02-11
- rebuild of rubygems-test 0.3.4 on rubygems 1.5.2
0.3.2 / 2011-02-05
- Trap sigint and refuse to upload
0.3.1 / 2011-02-03
- Formatted upload results output differently. Thanks postmodern.
- Added a handy little message to tell people about the failure testing.
Thanks Rick Hull.
- If sudo was required to install gems, ‘gem test’ without sudo
would fail. Fixed.
- Set minimum rubygems version; should solve 10.
- Install development dependencies without prompt if in quiet mode [Guillermo
Álvarez]
- Ensure quiet mode does not ask any question. [Guillermo Álvarez]
0.3.0 / 2011-01-30
- More fixes for garbagecollect
- Removed —trace. It was buggy and didn‘t work as expected.
- Reworked I/O loop. Some testing to do still but it‘s looking good for
most cases.
- Fixed issue with on_install_test.rb, solves issue 11
- Fixes for Rake; should be a little cleaner and run in a few more places.
- Use temporary paths rather than system paths during tests. [James Tucker]
- Clarify predicates.
0.2.6 / 2011-01-15
- Big refactor of rake locating to get running on mswin32
0.2.5 / 1/15/2011
- use the input record separator instead of straight newlines - windows!
- Yyyyyyyyyyeah. So 0.2.4 wasn‘t able to upload results at all.
0.2.4 / 1/13/2011
- Better I/O loop and terminal handling; test/unit dots should appear as they
arrive again.
- Better help for those who provide no gem names.
0.2.2 / 1/10/2011
- Windows + 1.8 support. Requires the ‘win32-open3’ gem.
- —force option - run tests even if the gem author hasn‘t opted
in. Do not upload these results ever.
- —dep-user-install option - install any development dependencies to
Gem.user_dir
0.1.9 / Sometime before hoe