aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-zentest
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 4.6.2Cheng-Lung Sung2011-10-252-3/+3
| | | | Notes: svn path=/head/; revision=284280
* - Update to 4.6.1Cheng-Lung Sung2011-10-192-3/+3
| | | | Notes: svn path=/head/; revision=283873
* - Update to 4.5.0Cheng-Lung Sung2011-02-222-5/+3
| | | | Notes: svn path=/head/; revision=269479
* - Update to 4.4.2Philip M. Gollucci2010-12-122-3/+3
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=266094
* - Update to 4.4.1Philip M. Gollucci2010-12-082-3/+3
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=265884
* - Update to 4.4.0Philip M. Gollucci2010-12-082-3/+3
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=265869
* With portmgr hat, reassign these from clsung (who is apparently havingMark Linimon2010-12-071-1/+1
| | | | | | | email troubles) to ruby@. Notes: svn path=/head/; revision=265809
* - Update to 4.3.0Philip M. Gollucci2010-11-232-4/+4
| | | | | | | Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=264972
* - Update to 4.4.0Cheng-Lung Sung2010-09-202-4/+4
| | | | | | | | PR: ports/150412 Submitted by: pgollucci Notes: svn path=/head/; revision=261464
* - Update to 4.3.3Cheng-Lung Sung2010-09-062-4/+4
| | | | | | | | PR: ports/150005 Submitted by: pgollucci Notes: svn path=/head/; revision=260620
* - Update to 4.3.2Philip M. Gollucci2010-06-232-4/+4
| | | | | | | | | | | PR: ports/147535 Submitted by: pgollucci (myself) Approved by: maintainer timeout (clsung; 20 days) Feature safe: yes Notes: svn path=/head/; revision=256873
* - GEMS are always RUN_DEPENDS of other GEMSPhilip M. Gollucci2010-06-061-2/+1
| | | | | | | | | | | | | - Bump PORTREVISION when something other then BUILD_DEPENDS changes - Some minor verticle whitespace in some ports for consistency with the rest PR: ports/147551 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav) With Hat: ruby Notes: svn path=/head/; revision=255916
* - Mass conversion of RF -> RG for MASTER_SITE for rubygem- portsPhilip M. Gollucci2010-05-261-1/+1
| | | | | | | | | | | | [RG aka rubygems.org] PR: ports/147005 Submitted by: pgollucci (myself) Approved by: portmgr (pav) With Hat: ruby@ Notes: svn path=/head/; revision=255136
* - Update to 4.3.1Cheng-Lung Sung2010-04-222-4/+4
| | | | Notes: svn path=/head/; revision=253043
* - Update to 4.2.1Cheng-Lung Sung2009-12-122-4/+4
| | | | Notes: svn path=/head/; revision=245587
* - Update to 4.1.4Cheng-Lung Sung2009-08-122-4/+4
| | | | Notes: svn path=/head/; revision=239379
* - Update to 4.1.3Cheng-Lung Sung2009-07-082-4/+4
| | | | Notes: svn path=/head/; revision=237387
* - Update to 4.1.1Cheng-Lung Sung2009-06-112-5/+5
| | | | | | | | PR: ports/135356 Submitted by: pgollucci Notes: svn path=/head/; revision=235567
* - Update to 4.0.0Cheng-Lung Sung2009-03-042-5/+5
| | | | Notes: svn path=/head/; revision=229450
* - Update to 3.10.0Cheng-Lung Sung2009-02-192-4/+5
| | | | Notes: svn path=/head/; revision=228637
* - Fix plist after ruby update by generating it dynamically.Stanislav Sedov2009-02-142-409/+6
| | | | Notes: svn path=/head/; revision=228255
* Large round of typo fixes in ports/devel (pkg-descr).Jimmy Olgeni2008-06-011-1/+1
| | | | Notes: svn path=/head/; revision=214100
* - Update to 3.9.2Cheng-Lung Sung2008-04-163-129/+171
| | | | Notes: svn path=/head/; revision=211342
* - Add ruby 1.9 supportStanislav Sedov2008-04-061-3/+4
| | | | | | | | | | | | | | | | | - Implement new knobs for gems and rake (these are included in ruby 1.9 distribution already). Also move gem bits from ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend on gems or rake you should define USE_RUBYGEMS/USE_RAKE accordingly. Also RAKE_BIN variable is provided for pointing to the right rake executable. - Rewrite RUBY_SCHEBANG in awk to eliminate build dependency on ruby. Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer) Tested by: ports@ Notes: svn path=/head/; revision=210636
* - Update to 3.7.2Cheng-Lung Sung2008-01-112-4/+4
| | | | | | | Changes: Notes: svn path=/head/; revision=205446
* - Update to 3.7.1Cheng-Lung Sung2008-01-093-88/+81
| | | | | | | Changes: Notes: svn path=/head/; revision=205304
* - remove redundant @dirrmCheng-Lung Sung2007-08-221-4/+0
| | | | Notes: svn path=/head/; revision=198093
* - Update to 3.6.1Cheng-Lung Sung2007-08-143-123/+135
| | | | Notes: svn path=/head/; revision=197638
* ZenTest provides 4 different tools and 1 library: zentest, unit_diff,Cheng-Lung Sung2007-04-224-0/+412
autotest, multiruby, and Test::Rails. ZenTest scans your target and unit-test code and writes your missing code based on simple naming rules, enabling XP at a much quicker pace. ZenTest only works with Ruby and Test::Unit. unit_diff is a command-line filter to diff expected results from actual results and allow you to quickly see exactly what is wrong. autotest is a continous testing facility meant to be used during development. As soon as you save a file, autotest will run the corresponding dependent tests. multiruby runs anything you want on multiple versions of ruby. Test::Rails helps you build industrial-strength Rails code. WWW: http://zentest.rubyforge.org/ Notes: svn path=/head/; revision=190639