bin/update_repo in update_repo-0.1.0 vs bin/update_repo in update_repo-0.2.0

- old
+ new

@@ -4,13 +4,13 @@ # # The application 'update_repo' 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 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', + Pathname.new(__FILE__).realpath) -require "rubygems" -require "bundler/setup" +require 'rubygems' +require 'bundler/setup' -load Gem.bin_path("update_repo", "update_repo") +load Gem.bin_path('update_repo', 'update_repo')