Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jones committed Jul 4, 2015
1 parent 89f4148 commit de2f554
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file removed .sensu-plugins-pushover.gemspec.swp
Binary file not shown.
10 changes: 5 additions & 5 deletions sensu-plugins-pushover.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@ Gem::Specification.new do |s|
s.authors = ['Sensu-Plugins and contributors']
s.cert_chain = ['certs/sensu-plugins.pem']
s.date = Date.today.to_s
s.description = 'Sensu hubot plugins'
s.description = 'Sensu pushover plugins'
s.email = '<[email protected]>'
s.executables = Dir.glob('bin/**/*.rb').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-hubot'
s.homepage = 'https://github.com/sensu-plugins/sensu-plugins-pushover'
s.license = 'MIT'
s.metadata = { 'maintainer' => 'sensu-plugin',
'development_status' => 'active',
'production_status' => 'unstable - testing recommended',
'release_draft' => 'false',
'release_prerelease' => 'false'
}
s.name = 'sensu-plugins-hubot'
s.name = 'sensu-plugins-pushover'
s.platform = Gem::Platform::RUBY
s.post_install_message = 'You can use the embedded Ruby by setting EMBEDDED_RUBY=true in /etc/default/sensu'
s.require_paths = ['lib']
s.required_ruby_version = '>= 1.9.3'
s.signing_key = File.expand_path(pvt_key) if $PROGRAM_NAME =~ /gem\z/
s.summary = 'Sensu plugins for hubot'
s.summary = 'Sensu plugins for pushover'
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.version = SensuPluginsHubot::Version::VER_STRING
s.version = SensuPluginsPushover::Version::VER_STRING

s.add_runtime_dependency 'sensu-plugin', '1.1.0'

Expand Down

0 comments on commit de2f554

Please sign in to comment.