netscaler-cli 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
data/etc/Version CHANGED
@@ -1 +1 @@
1
- 0.4.1
1
+ 0.4.2
@@ -101,11 +101,11 @@ module Netscaler::VServer
101
101
  @type = raw_response[:svctype][:item]
102
102
 
103
103
  if !index.nil?
104
- @name = @name[i]
105
- @ip_address = @ip_address[i]
106
- @state = @state[i]
107
- @port = @port[i]
108
- @type = @type[i]
104
+ @name = @name[index]
105
+ @ip_address = @ip_address[index]
106
+ @state = @state[index]
107
+ @port = @port[index]
108
+ @type = @type[index]
109
109
  end
110
110
  end
111
111
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 1
9
- version: 0.4.1
8
+ - 2
9
+ version: 0.4.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Gabe McArthur