penchant/template/script/gemfile

12 lines
169 B
Plaintext
Raw Normal View History

2011-07-14 19:50:51 +00:00
#!/usr/bin/env ruby
2011-08-18 17:09:49 +00:00
require 'rubygems'
require 'penchant'
if Penchant::Gemfile.do_full_env_switch!(ARGV[0])
puts "Gemfile switched to #{ARGV[0]}"
else
2011-07-14 20:51:54 +00:00
exit 0
end