public
Fork of francois/piston
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/tapajos/piston.git
Require ActiveSupport 2.1+, not 2.0+
francois (author)
Mon Aug 25 06:53:00 -0700 2008
commit  791f8e932a2c8d3946018b5f650a82b7441fada6
tree    a8b9322c20c2a3a09647cfc10182b2ce7c75e9af
parent  6ebfe4ff4f4ae562d21b4827cd616bd51caf2446
...
66
67
68
69
 
70
71
72
...
66
67
68
 
69
70
71
72
0
@@ -66,7 +66,7 @@ hoe = Hoe.new(GEM_NAME, VERS) do |p|
0
     ["main", "~> 2.8"],
0
     ["open4", "~> 0.9"],
0
     ["log4r", "~> 1.0"],
0
- ["activesupport", "~> 2.0"]
0
+ ["activesupport", "~> 2.1"]
0
   ]
0
 
0
   #p.spec_extras = {} # A hash of extra values to set in the gemspec.

Comments

    No one has commented yet.