zabbixapi 0.1.5b → 0.1.6
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 +2 -2
- metadata +5 -5
data/zabbixapi.gemspec
CHANGED
|
@@ -4,14 +4,14 @@ require 'rake'
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
|
|
7
|
-
spec.version = '0.1.
|
|
7
|
+
spec.version = '0.1.6'
|
|
8
8
|
spec.name = 'zabbixapi'
|
|
9
9
|
spec.summary = 'Ruby module for work with zabbix api.'
|
|
10
10
|
|
|
11
11
|
spec.email = 'vadv.mkn@gmail.com'
|
|
12
12
|
spec.author = 'Eduard Snesarev and Dmitry Vasiliev'
|
|
13
13
|
spec.homepage = 'https://github.com/vadv/zabbixapi/wiki'
|
|
14
|
-
spec.description = 'Ruby module for work with zabbix api.
|
|
14
|
+
spec.description = 'Ruby module for work with zabbix api v1.8.'
|
|
15
15
|
|
|
16
16
|
spec.has_rdoc = true
|
|
17
17
|
spec.extra_rdoc_files = 'README.rdoc'
|
metadata
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zabbixapi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.1.6
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Eduard Snesarev and Dmitry Vasiliev
|
|
@@ -11,7 +11,7 @@ bindir: bin
|
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2012-10-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description:
|
|
14
|
+
description: Ruby module for work with zabbix api v1.8.
|
|
15
15
|
email: vadv.mkn@gmail.com
|
|
16
16
|
executables: []
|
|
17
17
|
extensions: []
|
|
@@ -54,9 +54,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
54
54
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
55
55
|
none: false
|
|
56
56
|
requirements:
|
|
57
|
-
- - ! '
|
|
57
|
+
- - ! '>='
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version:
|
|
59
|
+
version: '0'
|
|
60
60
|
requirements: []
|
|
61
61
|
rubyforge_project:
|
|
62
62
|
rubygems_version: 1.8.24
|