zabbixapi 0.5.2b5 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
data/lib/zabbixapi/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zabbixapi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
5
|
-
prerelease:
|
4
|
+
version: 0.5.2
|
5
|
+
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Vasiliev D.V.
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-01-
|
12
|
+
date: 2013-01-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: json
|
@@ -57,6 +57,7 @@ files:
|
|
57
57
|
- lib/zabbixapi/classes/server.rb
|
58
58
|
- lib/zabbixapi/classes/templates.rb
|
59
59
|
- lib/zabbixapi/classes/triggers.rb
|
60
|
+
- lib/zabbixapi/classes/unusable.rb
|
60
61
|
- lib/zabbixapi/classes/usergroups.rb
|
61
62
|
- lib/zabbixapi/classes/users.rb
|
62
63
|
- lib/zabbixapi/client.rb
|
@@ -79,13 +80,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
79
80
|
version: '0'
|
80
81
|
segments:
|
81
82
|
- 0
|
82
|
-
hash:
|
83
|
+
hash: 1798577269349894886
|
83
84
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
84
85
|
none: false
|
85
86
|
requirements:
|
86
|
-
- - ! '
|
87
|
+
- - ! '>='
|
87
88
|
- !ruby/object:Gem::Version
|
88
|
-
version:
|
89
|
+
version: '0'
|
89
90
|
requirements: []
|
90
91
|
rubyforge_project: zabbixapi
|
91
92
|
rubygems_version: 1.8.24
|