zabbixapi 0.1.5a5 → 0.1.5a6
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/zabbixapi.gemspec +4 -4
- metadata +6 -6
data/zabbixapi.gemspec
CHANGED
|
@@ -4,13 +4,13 @@ require 'rake'
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
|
|
7
|
-
spec.version = '0.1.
|
|
7
|
+
spec.version = '0.1.5a6'
|
|
8
8
|
spec.name = 'zabbixapi'
|
|
9
9
|
spec.summary = 'Ruby module for work with zabbix api.'
|
|
10
10
|
|
|
11
|
-
spec.email = '
|
|
12
|
-
spec.author = '
|
|
13
|
-
spec.homepage = '
|
|
11
|
+
spec.email = 'verm666@gmail.com'
|
|
12
|
+
spec.author = 'Eduard Snesarev'
|
|
13
|
+
spec.homepage = 'http://github.com/verm666/RubyZabbixApi'
|
|
14
14
|
spec.description = 'Ruby module for work with zabbix api. '
|
|
15
15
|
|
|
16
16
|
spec.has_rdoc = true
|
metadata
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zabbixapi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5a6
|
|
5
5
|
prerelease: 5
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
|
-
-
|
|
8
|
+
- Eduard Snesarev
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-10-04 00:00:00.
|
|
12
|
+
date: 2012-10-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: ! 'Ruby module for work with zabbix api. '
|
|
15
|
-
email:
|
|
15
|
+
email: verm666@gmail.com
|
|
16
16
|
executables: []
|
|
17
17
|
extensions: []
|
|
18
18
|
extra_rdoc_files:
|
|
@@ -39,7 +39,7 @@ files:
|
|
|
39
39
|
- examples/zabbix_la
|
|
40
40
|
- examples/zabbix_memory
|
|
41
41
|
- examples/zabbix_net
|
|
42
|
-
homepage:
|
|
42
|
+
homepage: http://github.com/verm666/RubyZabbixApi
|
|
43
43
|
licenses: []
|
|
44
44
|
post_install_message:
|
|
45
45
|
rdoc_options: []
|
|
@@ -59,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
59
59
|
version: 1.3.1
|
|
60
60
|
requirements: []
|
|
61
61
|
rubyforge_project:
|
|
62
|
-
rubygems_version: 1.8.
|
|
62
|
+
rubygems_version: 1.8.24
|
|
63
63
|
signing_key:
|
|
64
64
|
specification_version: 3
|
|
65
65
|
summary: Ruby module for work with zabbix api.
|