bin/skylight in skylight-0.2.0.beta.3 vs bin/skylight in skylight-0.2.0.beta.4
- old
+ new
@@ -1,3 +1,16 @@
#!/usr/bin/env ruby
-require "skylight/cli"
-Skylight::CLI.start(ARGV)
+#
+# This file was generated by Bundler.
+#
+# The application 'skylight' is installed as part of a gem, and
+# this file is here to facilitate running it.
+#
+
+require 'pathname'
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
+ Pathname.new(__FILE__).realpath)
+
+require 'rubygems'
+require 'bundler/setup'
+
+load Gem.bin_path('skylight', 'skylight')