diff options
author | Francois Chagnon <francois.chagnon@jadedpixel.com> | 2014-05-28 15:09:14 +0000 |
---|---|---|
committer | Francois Chagnon <francois.chagnon@jadedpixel.com> | 2014-05-28 15:09:14 +0000 |
commit | a2ae80d1f27fdc6b25a24b56efcf362b91537692 (patch) | |
tree | f31551f3b1ffbde4005f3f935f2c52e45aaff906 /dashing.gemspec | |
parent | b5da76a5874f367d0f4af4d69244b9d9ab6f3c8b (diff) |
s.executables may be nil sometimes
Diffstat (limited to 'dashing.gemspec')
-rw-r--r-- | dashing.gemspec | 2 |
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." |