public
Description: A Ruby web application framework
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack.git
Click here to lend your support to: mack and make a donation at www.pledgie.com !
Mack now requires ruby-debug 0.10.0, and all mack apps will have access to the 
debugger [#31 state:resolved]
dsutedja (author)
Thu Jul 17 08:47:34 -0700 2008
commit  6f4dcab6abb015655947c56098851225082a609e
tree    d8625f967b22dd816fc728476ce58a10442c52be
parent  65d8a214c65bdcc57d7fd8a5c8efd9984fb5eb33
...
19
20
21
 
22
23
24
...
19
20
21
22
23
24
25
0
@@ -19,6 +19,7 @@ require 'genosaurus'
0
 require 'net/http'
0
 require 'pp'
0
 require 'test/unit'
0
+require 'ruby-debug'
0
 
0
 require File.join(File.dirname(__FILE__), "initialization", "configuration.rb")
0
 
...
60
61
62
63
 
64
65
66
...
60
61
62
 
63
64
65
66
0
@@ -60,7 +60,7 @@ namespace :gem do
0
         s.add_dependency("genosaurus", "1.2.1")
0
         s.add_dependency("rcov", "0.8.1.2.0")
0
         s.add_dependency("rspec", "1.1.4")
0
-        
0
+        s.add_dependency("ruby-debug", "0.10.0")
0
       
0
         s.rubyforge_project = gh.project
0
         

Comments