bin/console in fedex_location_service-0.3.0 vs bin/console in fedex_location_service-0.4.0
- old
+ new
@@ -1,13 +1,13 @@
#!/usr/bin/env ruby
-require "bundler/setup"
-require "fedex_location_service"
+require 'bundler/setup'
+require 'fedex_location_service'
require 'dotenv/load'
Bundler.require
require_relative '../spec/support/address.rb'
require_relative '../spec/support/fedex_location_service_config.rb'
-require "pry"
+require 'pry'
Pry.start