Commit Graph

9 Commits

Author SHA1 Message Date
jeremy
82143f7987 Remove MASTER_SITES from most ruby gem ports, specify it in ruby.port.mk
All ruby .gem files are now hosted on rubygems.org in the same
directory.  If the ruby gem CONFIGURE_STYLE is used, make the
default MASTER_SITES that directory.

There are still a few uses of MASTER_SITE_RUBYFORGE in the tree, for
some ports that aren't gems, or where the .gem file isn't hosted on
rubygems.org, or where the hashes don't match.  Most of these will be
dealt with in the near future.

OK landry@
2010-09-28 20:12:16 +00:00
jeremy
d765f5df76 Bump all ruby ports not already handled.
In the upgrade from ruby 1.8.6 to 1.8.7, the PLISTs changed
due to differences in how RDoc processes files.

This also has a number of changes to the regress tests to
work with the changes to devel/ruby-rake.  It moves most of
the regress tests to use MODRUBY_REGRESS.

OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:30:24 +00:00
bernd
49a7bb2025 Update to ruby-mocha-0.9.7 and use MODRUBY_REGRESS. 2009-08-20 22:02:53 +00:00
bernd
1db02791b0 Update to ruby-mocha-0.9.5. 2009-02-01 13:37:36 +00:00
bernd
7b95528cd3 Update to ruby-mocha-0.9.4. 2009-01-24 17:52:35 +00:00
bernd
2dbb6c7f2e Update to ruby-mocha-0.9.1. 2008-10-24 22:25:59 +00:00
bernd
9aa01fc0f7 Update to ruby-mocha-0.9.0. 2008-07-26 11:55:56 +00:00
landry
ff2d68af50 bump PKGNAMEs after lang/ruby module change.
Fix CATEGORIES in rdt eclipse plugin.
in subversion, only bump subpackages that use lang/ruby module.
2008-06-14 23:46:37 +00:00
bernd
812a506837 Initial import of ruby-mocha-0.5.6.
Mocha is a library for mocking and stubbing using a syntax like that of
JMock, and SchMock. Most commonly Mocha is used in conjunction with
Test::Unit, but it can be used in other contexts.

One of its main advantages is that it allows you to mock and stub methods
on real (non-mock) classes and instances. You can for example stub
ActiveRecord instance methods like create, save, destroy and even class
methods like find to avoid hitting the database in unit tests.

Mocha provides a unified, simple and readable syntax for both traditional
mocking and for mocking with real objects.
2008-02-02 11:08:45 +00:00