GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
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
commit  46d0ac78350d7a3977cd49c5c268e599480601bc
tree    31bb91a2a620cd53ded56b19eb4c99327b075fd3
parent  ac2278267cb5730fc7126aeb73d6c4bf2759c719
piston / tasks / samples.rake
100644 7 lines (6 sloc) 0.11 kb
1
2
3
4
5
6
7
task :samples do
  Dir["samples/*"].each do |sample|
    next if sample =~ /common/
    ruby sample
  end
end