Rakefile #2

  • //
  • guest/
  • brettb/
  • p4ruby/
  • Rakefile
  • View
  • Commits
  • Open Download .zip Download (140 B)
INSTALLER = './install.rb'

#
# default task compiles for the gem
#
task :default do
  ARGV.clear
  ARGV.push "--gem"
  load INSTALLER
end
# Change User Description Committed
#2 9463 Brett Bates Bringing in jens changes
   changed rubygems username
#1 8487 Brett Bates Adding v0.1 of the p4ruby gem rewrite, feel free to help :) issues to brett@imgtec.com