nagiosplugin 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/nagios/plugin.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af2884fed9433c21dca8ac46fbb9839fdb21828c
4
- data.tar.gz: 19ec4db414644ca3b8182ba0219e4354bc42178d
3
+ metadata.gz: f446c9d67d14691c13fb12f9a137df57c4cc4912
4
+ data.tar.gz: b56592205561d5173396e1c8863bff8bb771efac
5
5
  SHA512:
6
- metadata.gz: dc862fd67b4e48ed1379654eaadf1af2056e692001d4e6fdb5170fcb96cfcbce83a5303cdd32456e267ab3ccd06317d0ddd0af8fccd8416e654c8cb616dae2f3
7
- data.tar.gz: fbff8aba3031f4e38ed2ef6efac1a1499710b2713e239f8bb4443f3e28748e15a0607f7d2b27e3ab85ed4eb5b6cecf4fe8359b562a806c858aac45c19171f304
6
+ metadata.gz: f70467283437ac47148f589bce3d2c791696009028a6183797f12c3fa6de80ab7806155c3aef0da30e06fbe223e8b6c35b1697511e9a1e8e57c8cea0d368d66f
7
+ data.tar.gz: a1c405509ded74385fe8d8160710a5692f51a99c36c595e0585b727217159bd7ab7ebec11e6bddc1a4469391b068e6a88eb43d57bb379affc49e1dc13ba2be3e
data/README.md CHANGED
@@ -11,7 +11,7 @@ A Nagios Plugin framework that fits on a folded napkin.
11
11
  *Nagios::Plugin* helps you write [Nagios](http://www.nagios.org/) Plugins with Ruby:
12
12
  It ensures that your plugin returns a [compliant](http://nagiosplug.sourceforge.net/developer-guidelines.html) exit code and status output.
13
13
 
14
- Besides, it is [easy to understand](https://github.com/bjoernalbers/nagiosplugin/blob/master/lib/nagiosplugin/plugin.rb) and comes with automated tests.
14
+ Besides, it is [easy to understand](https://github.com/bjoernalbers/nagiosplugin/blob/master/lib/nagios/plugin.rb) and comes with automated tests.
15
15
 
16
16
 
17
17
  ## Installation
@@ -1,6 +1,6 @@
1
1
  module Nagios
2
2
  class Plugin
3
- VERSION = '3.0.0'
3
+ VERSION = '3.0.1'
4
4
 
5
5
  EXIT_CODE =
6
6
  { unknown: 3,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nagiosplugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Björn Albers
@@ -107,7 +107,7 @@ rubyforge_project:
107
107
  rubygems_version: 2.2.2
108
108
  signing_key:
109
109
  specification_version: 4
110
- summary: nagiosplugin-3.0.0
110
+ summary: nagiosplugin-3.0.1
111
111
  test_files:
112
112
  - features/nagiosplugin_usage.feature
113
113
  - features/support/env.rb