public
Description: RR (Double Ruby) is a test double framework that features a rich selection of double techniques and a terse syntax.
Homepage: http://rubyforge.org/projects/double-ruby
Clone URL: git://github.com/btakita/rr.git
Version 0.4.10


git-svn-id: svn+ssh://rubyforge.org/var/svn/pivotalrb/rr/trunk@1734 
af276e61-6b34-4dac-905b-574b5f35ef33
btakita (author)
Sun Jul 06 12:23:14 -0700 2008
commit  6c8ae2991643d3dd5153de95455f0d89c8eb31c0
tree    4d67280152e32e72ae6935818d9a7b6320d1c7cb
parent  6c90c5aa6ba26487541f64625eeddb0953342fed
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+* 0.4.10
0
 - DoubleDefinitionCreatorProxy does not undef #object_id
0
 - Fixed rdoc pointer to README
0
 
...
26
27
28
29
 
30
31
32
...
26
27
28
 
29
30
31
32
0
@@ -26,7 +26,7 @@ def run_suite
0
 end
0
 
0
 PKG_NAME = "rr"
0
-PKG_VERSION = "0.4.9"
0
+PKG_VERSION = "0.4.10"
0
 PKG_FILES = FileList[
0
   '[A-Z]*',
0
   '*.rb',

Comments

    No one has commented yet.