nagiosplugin 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +2 -0
- data/lib/nagiosplugin/version.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
|
3
3
|
The one [Nagios](http://www.nagios.org/) Plugin framework, forged in the fires of Mount Doom.
|
4
4
|
|
5
|
+
[![Build Status](https://secure.travis-ci.org/bjoernalbers/nagiosplugin.png)](http://travis-ci.org/bjoernalbers/nagiosplugin)
|
6
|
+
|
5
7
|
## Installation
|
6
8
|
|
7
9
|
gem install nagiosplugin
|
data/lib/nagiosplugin/version.rb
CHANGED
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:
|
4
|
+
hash: 17
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 1.1.
|
9
|
+
- 1
|
10
|
+
version: 1.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- "Bj\xC3\xB6rn Albers"
|
@@ -161,7 +161,7 @@ rubyforge_project:
|
|
161
161
|
rubygems_version: 1.8.11
|
162
162
|
signing_key:
|
163
163
|
specification_version: 3
|
164
|
-
summary: nagiosplugin-1.1.
|
164
|
+
summary: nagiosplugin-1.1.1
|
165
165
|
test_files:
|
166
166
|
- features/nagiosplugin_usage.feature
|
167
167
|
- features/steps/dev_steps.rb
|