-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matt Jones
committed
Jun 2, 2015
1 parent
9160862
commit da44b59
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |s| | |
s.date = Date.today.to_s | ||
s.description = 'Sensu plugins for etcd' | ||
s.email = '<[email protected]>' | ||
s.executables = Dir.glob("bin/**/*").map { |file| File.basename(file) } | ||
s.executables = Dir.glob('bin/**/*').map { |file| File.basename(file) } | ||
s.files = Dir.glob('{bin,lib}/**/*') + %w(LICENSE README.md CHANGELOG.md) | ||
s.homepage = 'https://github.com/sensu-plugins/sensu-plugins-etcd' | ||
s.license = 'MIT' | ||
|