bin/gumdrop in gumdrop-1.0.2 vs bin/gumdrop in gumdrop-1.0.3

- old
+ new

@@ -8,10 +8,11 @@ Bundler.require if File.exists?('Gemfile') begin if Gumdrop.in_site_folder? # Pre-Fetch Site and load Gumdrop file - Gumdrop.site() + Gumdrop.site + Dir.chdir Gumdrop.site.root Gumdrop::CLI::Internal.start else Gumdrop::CLI::External.start end rescue Interrupt => e \ No newline at end of file