Sha256: 990cc0f7c724b068fa0ac01e59c1d1c11b89e247a45f2bac6ebd1957b8240af3
Contents?: true
Size: 454 Bytes
Versions: 1
Compression:
Stored size: 454 Bytes
Contents
#!/usr/bin/env ruby # Ensure proper version of Rails is installed unless `gem which rails`.chomp =~ /3.1.0/ 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 --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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
icebreaker-0.1.6 | bin/ice |