blob: 22dc64b2fff02a0464f489498de19296916b8b35 [file] [log] [blame]
#!/usr/bin/env jruby
#
# This file was generated by RubyGems.
#
# The application 'buildr' is installed as part of a gem, and
# this file is here to facilitate running it.
#
require 'rubygems'
version = ">= 0"
if ARGV.first =~ /^_(.*)_$/ and Gem::Version.correct? $1 then
version = $1
ARGV.shift
end
gem 'buildr', version
load Gem.bin_path('buildr', 'buildr', version)