bin/🎉 in xcode-install-2.0.2 vs bin/🎉 in xcode-install-2.0.3
- old
+ new
@@ -1,12 +1 @@
-#!/usr/bin/env ruby
-
-if $PROGRAM_NAME == __FILE__
- ENV['BUNDLE_GEMFILE'] = File.expand_path('../../Gemfile', __FILE__)
- require 'rubygems'
- require 'bundler/setup'
- $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
-end
-
-require 'xcode/install'
-
-XcodeInstall::Command.run(ARGV)
\ No newline at end of file