knife-azure 1.2.0 → 1.2.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.
- checksums.yaml +8 -8
- data/lib/azure/ag.rb +2 -0
- data/lib/knife-azure/version.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZDQzMDFlNGVlNjhlMDYwOTgwZmEyMDM4NmU4MmZlNTQzMWJiN2QyMQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OGJiOGY0Y2U5YTBlODhmMzg0NTlhNjVlMDMxNDgzZGVmZDZlNWJlZQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ODA2ZDZjYTE0YTMwMGEzNmQyZTRiMWE0MDA3ZjdkNDAyNTA1ZDNjOTI3Mzlj
|
|
10
|
+
MzBjMmE0NzBmNDczNTQ5M2Q1YTFlYmZkYjkwODc5Y2JhOTc4N2VmMjNjMjM2
|
|
11
|
+
ZTc4NDJiYTg2NjIxODU5NWY0OGZjYTBlYjYxZjMyOTJlNTdjMTI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NjU3OTY3YzQ4NTRhY2JiYjFmYjlhYTk5OWMyYTE2MDFkMWVlOTUxYWU0MDcz
|
|
14
|
+
ZDRhOGUzOGNmYjlkM2FmNGY4OWJlMDE4OTQ1M2M3YjU2MWQwYTY2MzBiMzhh
|
|
15
|
+
ZjlkYTViZGQ5MDZmZDI1Y2E2OWViNGE0MDE2ODMwMDRjNDc2Yjk=
|
data/lib/azure/ag.rb
CHANGED
data/lib/knife-azure/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: knife-azure
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Barry Davis
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-02-
|
|
12
|
+
date: 2014-02-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rdoc
|
|
@@ -123,9 +123,9 @@ dependencies:
|
|
|
123
123
|
- - ~>
|
|
124
124
|
- !ruby/object:Gem::Version
|
|
125
125
|
version: '2.0'
|
|
126
|
-
description: A plugin to
|
|
127
|
-
platform
|
|
128
|
-
email: oss@
|
|
126
|
+
description: A plugin to the Chef knife tool for creating instances on the Microsoft
|
|
127
|
+
Azure platform
|
|
128
|
+
email: oss@getchef.com
|
|
129
129
|
executables: []
|
|
130
130
|
extensions: []
|
|
131
131
|
extra_rdoc_files:
|
|
@@ -179,5 +179,6 @@ rubyforge_project:
|
|
|
179
179
|
rubygems_version: 2.1.11
|
|
180
180
|
signing_key:
|
|
181
181
|
specification_version: 4
|
|
182
|
-
summary: A plugin to
|
|
182
|
+
summary: A plugin to the Chef knife tool for creating instances on the Microsoft Azure
|
|
183
|
+
platform
|
|
183
184
|
test_files: []
|