nsca 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/nsca.gemspec +2 -2
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -16,7 +16,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
16
16
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
|
17
17
|
gem.name = "nsca"
|
|
18
18
|
gem.homepage = "http://github.com/DenisKnauf/nsca"
|
|
19
|
-
gem.license = "
|
|
19
|
+
gem.license = "LGPL-3"
|
|
20
20
|
gem.summary = %Q{Nagios passive alerts with friendly API}
|
|
21
21
|
gem.description = %Q{Create your alerts easily and send it to Nagios}
|
|
22
22
|
gem.email = "Denis.Knauf@gmail.com"
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.3
|
data/nsca.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "nsca"
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Denis Knauf"]
|
|
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
|
|
|
35
35
|
"test/test_nsca.rb"
|
|
36
36
|
]
|
|
37
37
|
s.homepage = "http://github.com/DenisKnauf/nsca"
|
|
38
|
-
s.licenses = ["
|
|
38
|
+
s.licenses = ["LGPL-3"]
|
|
39
39
|
s.require_paths = ["lib"]
|
|
40
40
|
s.rubygems_version = "1.8.23"
|
|
41
41
|
s.summary = "Nagios passive alerts with friendly API"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nsca
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -149,7 +149,7 @@ files:
|
|
|
149
149
|
- test/test_nsca.rb
|
|
150
150
|
homepage: http://github.com/DenisKnauf/nsca
|
|
151
151
|
licenses:
|
|
152
|
-
-
|
|
152
|
+
- LGPL-3
|
|
153
153
|
post_install_message:
|
|
154
154
|
rdoc_options: []
|
|
155
155
|
require_paths:
|
|
@@ -162,7 +162,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
162
162
|
version: '0'
|
|
163
163
|
segments:
|
|
164
164
|
- 0
|
|
165
|
-
hash: -
|
|
165
|
+
hash: -292513535
|
|
166
166
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
167
167
|
none: false
|
|
168
168
|
requirements:
|