zabbixapi 0.1.5a6 → 0.1.5b
Sign up to get free protection for your applications and to get access to all the features.
- data/zabbixapi.gemspec +4 -4
- metadata +4 -4
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.5b'
|
8
8
|
spec.name = 'zabbixapi'
|
9
9
|
spec.summary = 'Ruby module for work with zabbix api.'
|
10
10
|
|
11
|
-
spec.email = '
|
12
|
-
spec.author = 'Eduard Snesarev'
|
13
|
-
spec.homepage = '
|
11
|
+
spec.email = 'vadv.mkn@gmail.com'
|
12
|
+
spec.author = 'Eduard Snesarev and Dmitry Vasiliev'
|
13
|
+
spec.homepage = 'https://github.com/vadv/zabbixapi/wiki'
|
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.5b
|
5
5
|
prerelease: 5
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
|
-
- Eduard Snesarev
|
8
|
+
- Eduard Snesarev and Dmitry Vasiliev
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
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: vadv.mkn@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: https://github.com/vadv/zabbixapi/wiki
|
43
43
|
licenses: []
|
44
44
|
post_install_message:
|
45
45
|
rdoc_options: []
|