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

Commit

Permalink
s.executables may be nil sometimes
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Chagnon committed May 28, 2014
1 parent b5da76a commit a2ae80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashing.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit a2ae80d

Please sign in to comment.