Skip to content
This repository was archived by the owner on Mar 7, 2018. It is now read-only.

Commit a2ae80d

Browse files
author
Francois Chagnon
committedMay 28, 2014
s.executables may be nil sometimes
1 parent b5da76a commit a2ae80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎dashing.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
44
s.name = 'dashing'
55
s.version = '1.3.3'
66
s.date = '2013-11-21'
7-
s.executables << 'dashing'
7+
s.executables = %w(dashing)
88

99

1010
s.summary = "The exceptionally handsome dashboard framework."

0 commit comments

Comments
 (0)
Failed to load comments.