public
Description: Piston is a utility that eases vendor branch management. This repository is a complete reimplementation of Piston to provide different backends, depending on the repositories and working copies you pistonize from.
Homepage: http://piston.rubyforge.org/
Clone URL: git://github.com/francois/piston.git
Search Repo:
mocha is a required library for development.
francois (author)
Sun Mar 16 19:29:34 -0700 2008
commit  e6735081897e3e2a0033508ad0eb74bf44c9293b
tree    57bc641210165dd74756b5f863e4a700f09e9f82
parent  f8b4a270a1300b0e5c7add1c6296936b7e7af041
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@
0
 include FileUtils
0
 
0
 require "rubygems"
0
-%w[rake hoe newgem rubigen].each do |req_gem|
0
+%w[rake hoe newgem rubigen mocha].each do |req_gem|
0
   begin
0
     require req_gem
0
   rescue LoadError

Comments

    No one has commented yet.