bin/gem_bootstrap in gem_bootstrap-0.2.3 vs bin/gem_bootstrap in gem_bootstrap-0.2.4
- old
+ new
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
-require_relative "./../lib/gem_bootstrap"
+require_relative './../lib/gem_bootstrap'
if ARGV.empty?
- GemBootstrap::MainCLI.start(%w[usage])
+ GemBootstrap::MainCLI.start(%w(usage))
else
GemBootstrap::CLI.start(ARGV)
end