zabbixapi 0.1.5a2 → 0.1.5a3

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.
@@ -65,7 +65,7 @@ module Zabbix
65
65
  unless response.empty? then
66
66
  result = {}
67
67
 
68
- if reponse.kind_of? Hash
68
+ if response.kind_of? Hash
69
69
  template_ids = response.keys()
70
70
  template_ids.each() do |template_id|
71
71
  template_name = response[template_id]['host']
data/zabbixapi.gemspec CHANGED
@@ -4,7 +4,7 @@ require 'rake'
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
 
7
- spec.version = '0.1.5a2'
7
+ spec.version = '0.1.5a3'
8
8
  spec.name = 'zabbixapi'
9
9
  spec.summary = 'Ruby module for work with zabbix api.'
10
10
 
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.1.5a2
4
+ version: 0.1.5a3
5
5
  prerelease: 5
6
6
  platform: ruby
7
7
  authors: