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:
Depend on ActiveSupport.
francois (author)
Tue May 13 15:57:39 -0700 2008
commit  81776d2d7148ec158af7ae8f5363db0c2ed40297
tree    fcfa5bf75e431d7385fc7cb56a1bd5753f352317
parent  6e1cadf946995cf390038318006423b6363d6e1c
...
62
63
64
65
 
 
66
67
68
...
62
63
64
 
65
66
67
68
69
0
@@ -62,7 +62,8 @@
0
   p.extra_deps = [
0
     ["main", "~> 2.8.0"],
0
     ["open4", "~> 0.9.6"],
0
- ["log4r", "~> 1.0.5"]
0
+ ["log4r", "~> 1.0.5"],
0
+ ["activesupport", "~> 2.0.2"]
0
   ]
0
 
0
   #p.spec_extras = {} # A hash of extra values to set in the gemspec.
...
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 mocha].each do |req_gem|
0
+%w[rake hoe newgem rubigen mocha activesupport].each do |req_gem|
0
   begin
0
     require req_gem
0
   rescue LoadError
...
1
2
 
3
4
5
...
1
2
3
4
5
6
0
@@ -1,5 +1,6 @@
0
 require "main"
0
 require "log4r"
0
+require "activesupport"
0
 require "piston/version"
0
 require "piston/commands"
0
 

Comments

    No one has commented yet.