nagiosplugin 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -43,7 +43,6 @@ module NagiosPlugin
43
43
  # @macro [status] message
44
44
  # @method $1(message)
45
45
  # Raise $1 StatusError with message
46
- # @scope class
47
46
  # @param [String] message the exeption message
48
47
  def make(status)
49
48
  define_method(status) do |message|
@@ -1,3 +1,3 @@
1
1
  module NagiosPlugin
2
- VERSION = '1.0.2'
2
+ VERSION = '1.0.3'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nagiosplugin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 2
10
- version: 1.0.2
9
+ - 3
10
+ version: 1.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Bj\xC3\xB6rn Albers"
@@ -158,7 +158,7 @@ rubyforge_project:
158
158
  rubygems_version: 1.8.11
159
159
  signing_key:
160
160
  specification_version: 3
161
- summary: nagiosplugin-1.0.2
161
+ summary: nagiosplugin-1.0.3
162
162
  test_files:
163
163
  - features/plugin_output.feature
164
164
  - features/steps/dev_steps.rb