bin/gem_bootstrap in gem_bootstrap-0.2.9 vs bin/gem_bootstrap in gem_bootstrap-0.3.0
- old
+ new
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
-require 'gem_bootstrap'
+require_relative '../lib/gem_bootstrap'
if ARGV.empty?
GemBootstrap::MainCLI.start(%w(usage))
else
GemBootstrap::CLI.start(ARGV)
end