Skip to content

Commit

Permalink
Rubocop upgrade and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
eheydrick committed May 11, 2016
1 parent 2512c85 commit f807495
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sensu-plugins-raid-checks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ Gem::Specification.new do |s|
'development_status' => 'active',
'production_status' => 'unstable - testing recommended',
'release_draft' => 'false',
'release_prerelease' => 'false'
}
'release_prerelease' => 'false' }
s.name = 'sensu-plugins-raid-checks'
s.platform = Gem::Platform::RUBY
s.post_install_message = 'You can use the embedded Ruby by setting EMBEDDED_RUBY=true in /etc/default/sensu'
Expand All @@ -48,6 +47,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake', '~> 10.0'
s.add_development_dependency 'redcarpet', '~> 3.2'
s.add_development_dependency 'rspec', '~> 3.1'
s.add_development_dependency 'rubocop', '~> 0.37'
s.add_development_dependency 'rubocop', '~> 0.40.0'
s.add_development_dependency 'yard', '~> 0.8'
end

0 comments on commit f807495

Please sign in to comment.