Skip to content

Commit

Permalink
update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jones committed Jun 2, 2015
1 parent dce5725 commit 7479770
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sensu-plugins-raid-checks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.date = Date.today.to_s
s.description = 'Sensu plugins for working with raid devices'
s.email = '<[email protected]>'
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
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-raid-checks'
s.license = 'MIT'
Expand All @@ -39,6 +39,7 @@ Gem::Specification.new do |s|

s.add_runtime_dependency 'sensu-plugin', '1.1.0'
s.add_runtime_dependency 'english', '0.6.3'
s.add_runtime_dependency 'timeout', '0.0.1'

s.add_development_dependency 'codeclimate-test-reporter', '~> 0.4'
s.add_development_dependency 'rubocop', '~> 0.30'
Expand Down

0 comments on commit 7479770

Please sign in to comment.