Sha256: a9d418171af468c65108972bf2743a326da97668e668ccaff9c190f599f87c4f

Contents?: true

Size: 461 Bytes

Versions: 1

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.rc4 --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.3 bin/ice