zabbixapi 0.5.3b6 → 0.5.3b7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/zabbixapi/1.8/classes/screens.rb +1 -1
- data/lib/zabbixapi/version.rb +1 -1
- data/spec/localhost.rb +1 -1
- data/spec/run.rb +1 -1
- metadata +2 -2
@@ -29,7 +29,7 @@ class ZabbixApi
|
|
29
29
|
end
|
30
30
|
|
31
31
|
def delete(data)
|
32
|
-
result = @client.api_request(:method => "screen.delete", :params => data )
|
32
|
+
result = @client.api_request(:method => "screen.delete", :params => [data] )
|
33
33
|
result.empty? ? nil : result['screenids'][0].to_i
|
34
34
|
end
|
35
35
|
|
data/lib/zabbixapi/version.rb
CHANGED
data/spec/localhost.rb
CHANGED
data/spec/run.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zabbixapi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.3b7
|
5
5
|
prerelease: 5
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -98,7 +98,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
98
98
|
version: '0'
|
99
99
|
segments:
|
100
100
|
- 0
|
101
|
-
hash: -
|
101
|
+
hash: -3473690676502910074
|
102
102
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
103
103
|
none: false
|
104
104
|
requirements:
|