netscaler-cli 0.5.7 → 0.5.8

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.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  date: 10/06/2011
3
3
  version:
4
- tiny: 7
4
+ tiny: 8
5
5
  major: 0
6
6
  minor: 5
@@ -24,7 +24,6 @@ module Netscaler
24
24
  config.logger = @@log
25
25
  config.raise_errors = false
26
26
  end
27
-
28
27
  end
29
28
  end
30
29
 
@@ -100,8 +100,8 @@ module Netscaler::Server
100
100
  @state = raw_response[:boundservicegroupsvrstate][:item]
101
101
 
102
102
  if !index.nil?
103
- @servicegroup = @servicegroup[index]
104
- @servicegroup_state = @servicegroup_state[index]
103
+ @name = @name[index]
104
+ @state = @state[index]
105
105
  end
106
106
  end
107
107
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netscaler-cli
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 7
10
- version: 0.5.7
9
+ - 8
10
+ version: 0.5.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Gabe McArthur