chef-vpc-toolkit 2.3.1 → 2.3.2
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.
- data/CHANGELOG +3 -0
- data/VERSION +1 -1
- data/lib/chef-vpc-toolkit/cloud-servers-vpc/server_group.rb +1 -0
- metadata +4 -4
data/CHANGELOG
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
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:
|
|
4
|
+
hash: 7
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 2.3.
|
|
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-
|
|
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
|