summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois Chagnon <francois.chagnon@jadedpixel.com>2014-05-28 15:09:14 +0000
committerFrancois Chagnon <francois.chagnon@jadedpixel.com>2014-05-28 15:09:14 +0000
commita2ae80d1f27fdc6b25a24b56efcf362b91537692 (patch)
treef31551f3b1ffbde4005f3f935f2c52e45aaff906
parentb5da76a5874f367d0f4af4d69244b9d9ab6f3c8b (diff)
s.executables may be nil sometimes
-rw-r--r--dashing.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashing.gemspec b/dashing.gemspec
index a4cac13..08e7f2b 100644
--- a/dashing.gemspec
+++ b/dashing.gemspec
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.name = 'dashing'
s.version = '1.3.3'
s.date = '2013-11-21'
- s.executables << 'dashing'
+ s.executables = %w(dashing)
s.summary = "The exceptionally handsome dashboard framework."