chef-vpc-toolkit 2.3.1 → 2.3.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ * Thu Mar 22 2011 Dan Prince <dan.prince@rackspace.com> - 2.3.2
2
+ - Display the correct owner name when listing remote groups.
3
+
1
4
  * Thu Feb 17 2011 Dan Prince <dan.prince@rackspace.com> - 2.3.1
2
5
  - Ignore kill errors when bootstrapping Chef on Ubuntu.
3
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.1
1
+ 2.3.2
@@ -154,6 +154,7 @@ class ServerGroup
154
154
  sg=ServerGroup.new(
155
155
  :name => XMLUtil.element_text(sg_xml, "name"),
156
156
  :id => XMLUtil.element_text(sg_xml, "id").to_i,
157
+ :owner_name => XMLUtil.element_text(sg_xml, "owner-name"),
157
158
  :domain_name => XMLUtil.element_text(sg_xml, "domain-name"),
158
159
  :description => XMLUtil.element_text(sg_xml, "description"),
159
160
  :vpn_device => XMLUtil.element_text(sg_xml, "vpn-device"),
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-vpc-toolkit
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 7
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 3
9
- - 1
10
- version: 2.3.1
9
+ - 2
10
+ version: 2.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dan Prince
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-18 00:00:00 -05:00
18
+ date: 2011-03-22 00:00:00 -04:00
19
19
  default_executable: chef-vpc-toolkit
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency