From 926803a57466c80c147f3653bd1249ee28959844 Mon Sep 17 00:00:00 2001 From: Matt Sanders Date: Mon, 11 Apr 2011 15:06:37 -0500 Subject: [PATCH] Drop default_executable line from gemspec. --- fog.gemspec | 1 - 1 file changed, 1 deletion(-) diff --git a/fog.gemspec b/fog.gemspec index 9f4a2c2cb..27d25ee3b 100644 --- a/fog.gemspec +++ b/fog.gemspec @@ -28,7 +28,6 @@ Gem::Specification.new do |s| ## If your gem includes any executables, list them here. s.executables = ["fog"] - s.default_executable = 'fog' ## Specify any RDoc options here. You'll want to add your README and ## LICENSE files to the extra_rdoc_files list.