Sha256: 4dc63b960d7e5b47763c982b77a09ad768378a2b13bf0592ffd79f12bcd511e1
Contents?: true
Size: 461 Bytes
Versions: 2
Compression:
Stored size: 461 Bytes
Contents
#!/usr/bin/env ruby # Ensure proper version of Rails is installed unless `gem which rails`.chomp =~ /3.1.0.rc/ puts "IceBreaker requires rails 3.1 or greater. Please install with the following command and then re-run the ice command:" puts "$ gem install rails -v 3.1.0.rc5 --no-ri --no-rdoc" exit 0 end $:.unshift(File.dirname(__FILE__) + '/../lib') unless $:.include?(File.dirname(__FILE__) + '/../lib') require 'icebreaker/cli' IceBreaker::CLI.start
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
icebreaker-0.1.5 | bin/ice |
icebreaker-0.1.4 | bin/ice |