Drop default_executable line from gemspec.

This commit is contained in:
Matt Sanders 2011-04-11 15:06:37 -05:00
parent 4d1fc17bc6
commit 926803a574
1 changed files with 0 additions and 1 deletions

View File

@ -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.