zabbix_send 0.0.1 → 0.0.2
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/README.md +1 -1
- data/lib/zabbix_send/version.rb +1 -1
- data/zabbix_send.gemspec +2 -2
- metadata +5 -5
data/README.md
CHANGED
data/lib/zabbix_send/version.rb
CHANGED
data/zabbix_send.gemspec
CHANGED
|
@@ -5,8 +5,8 @@ Gem::Specification.new do |gem|
|
|
|
5
5
|
gem.authors = ["Mike English"]
|
|
6
6
|
gem.email = ["mike.english@atomicobject.com"]
|
|
7
7
|
gem.description = %q{Send data to Zabbix trappers from Ruby}
|
|
8
|
-
gem.summary = %q{Ruby implementation of Zabbix sender protocol}
|
|
9
|
-
gem.homepage = "https://github.com/englishm/
|
|
8
|
+
gem.summary = %q{Ruby implementation of the Zabbix sender protocol}
|
|
9
|
+
gem.homepage = "https://github.com/englishm/zabbix_send"
|
|
10
10
|
|
|
11
11
|
gem.files = `git ls-files`.split($\)
|
|
12
12
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zabbix_send
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -26,7 +26,7 @@ files:
|
|
|
26
26
|
- lib/zabbix_send.rb
|
|
27
27
|
- lib/zabbix_send/version.rb
|
|
28
28
|
- zabbix_send.gemspec
|
|
29
|
-
homepage: https://github.com/englishm/
|
|
29
|
+
homepage: https://github.com/englishm/zabbix_send
|
|
30
30
|
licenses: []
|
|
31
31
|
post_install_message:
|
|
32
32
|
rdoc_options: []
|
|
@@ -40,7 +40,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
40
40
|
version: '0'
|
|
41
41
|
segments:
|
|
42
42
|
- 0
|
|
43
|
-
hash:
|
|
43
|
+
hash: -1766732450666042547
|
|
44
44
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
45
45
|
none: false
|
|
46
46
|
requirements:
|
|
@@ -49,11 +49,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
49
49
|
version: '0'
|
|
50
50
|
segments:
|
|
51
51
|
- 0
|
|
52
|
-
hash:
|
|
52
|
+
hash: -1766732450666042547
|
|
53
53
|
requirements: []
|
|
54
54
|
rubyforge_project:
|
|
55
55
|
rubygems_version: 1.8.24
|
|
56
56
|
signing_key:
|
|
57
57
|
specification_version: 3
|
|
58
|
-
summary: Ruby implementation of Zabbix sender protocol
|
|
58
|
+
summary: Ruby implementation of the Zabbix sender protocol
|
|
59
59
|
test_files: []
|