bin/coderay in dino_utils-0.1.12 vs bin/coderay in dino_utils-0.1.13

- old
+ new

@@ -4,13 +4,13 @@ # # The application 'coderay' 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", +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('coderay', 'coderay') +load Gem.bin_path("coderay", "coderay")