Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jones committed Jun 3, 2015
1 parent a1a4126 commit 58322a7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions sensu-plugins-http.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,8 @@ Gem::Specification.new do |s|
s.date = Date.today.to_s
s.description = 'Sensu plugins for various http monitors and metrics'
s.email = '<sensu-users@googlegroups.com>'
<<<<<<< HEAD
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
s.files = Dir.glob('{bin,lib}/**/*') + %w(LICENSE README.md CHANGELOG.md)
=======
s.files = Dir.glob('{bin,lib}/**/*') + %w(LICENSE README.md CHANGELOG.md)
s.executables = Dir.glob('bin/**/*').map { |file| File.basename(file) }
>>>>>>> update repo
s.files = Dir.glob('{bin,lib}/**/*') + %w(LICENSE README.md CHANGELOG.md)
s.homepage = 'https://github.com/sensu-plugins/sensu-plugins-http'
s.license = 'MIT'
s.metadata = { 'maintainer' => 'sensu-plugin',
Expand Down

0 comments on commit 58322a7

Please sign in to comment.