Sha256: 8877965c1ba6a2b68b5b7d3a445eefa941fe01cc1567843477f1f95eb4214667
Contents?: true
Size: 458 Bytes
Versions: 2
Compression:
Stored size: 458 Bytes
Contents
#!/usr/bin/env ruby # Ensure proper version of Rails is installed unless `gem which rails`.chomp =~ /3.1/ 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.beta1 --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.2 | bin/ice |
icebreaker-0.1.1 | bin/ice |