penchant/script/gemfile

13 lines
188 B
Plaintext
Raw Normal View History

#!/usr/bin/env ruby
require 'rubygems'
require 'penchant'
2011-10-13 14:01:18 +00:00
if Penchant::Gemfile.do_full_env_switch!(ARGV[0])
system %{bundle}
2011-10-13 14:01:18 +00:00
puts "Gemfile switched to #{ARGV[0]}"
else
exit 0
end