chef-provisioning-azure 0.1 → 0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5dfbd9bf13dae981521da7d5457b5dada54c1699
4
- data.tar.gz: 2ea395bf16f0f32a109683476a9dc758ef0ff7cb
3
+ metadata.gz: 66c8e132474e2a8b048de47d9bd622dffc4b5d6d
4
+ data.tar.gz: 546d07efc616e3a0940d92858a4dc5070c56ee06
5
5
  SHA512:
6
- metadata.gz: 3280d914c822f0841cd0e7003a007fdecfbbf5956269a669a2f85ccb7db6db15dbe942073362c31dc989e8113ef6bf67545fcbdc5fa3d8c1419bc23a6a322a15
7
- data.tar.gz: e6e4a3b21a1c194573f486ffc4c4a804c66e537b4bd395ac77fc126cf4884aa518c39ac520e4f970ca30a81252f582e99ca939a5b9270d75c3bee6b995df7387
6
+ metadata.gz: ffccd9082ab50fca64d404bf2b9c46c8488831b6ce759b5beabb79c851c863403adc38d03c42aa2f55416ef504f1fe467273e947ec2017b3e8fa54fd35462882
7
+ data.tar.gz: 1ed382128951f4a2100d0d1ddfe1e9c5b8addca62db91d42c8ee0f3644fda73220af3bef9f68b436d79372bf64b39d41884eee16635845b054f70a026c4ef388
data/README.md CHANGED
@@ -4,14 +4,6 @@
4
4
 
5
5
  Implementation of an Azure driver that relies on the Azure SDK.
6
6
 
7
- This is not quite ready for public consumption and is under active
8
- development.
9
-
10
-
11
- ## DO NOT USE THIS FOR ANYTHING IMPORTANT
12
-
13
- At least not yet, you have been warned :grin:
14
-
15
7
 
16
8
  ## What does it do?
17
9
 
@@ -2,7 +2,7 @@
2
2
  class Chef
3
3
  module Provisioning
4
4
  module AzureDriver
5
- VERSION = '0.1'
5
+ VERSION = '0.2'
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-provisioning-azure
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: '0.2'
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Ewart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-05 00:00:00.000000000 Z
11
+ date: 2015-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chef
@@ -106,14 +106,14 @@ files:
106
106
  - README.md
107
107
  - Rakefile
108
108
  - lib/chef/provisioning/azure_driver.rb
109
- - lib/chef/provisioning/azure_driver/azure_driver.rb
110
109
  - lib/chef/provisioning/azure_driver/bootstrap_options.rb
111
110
  - lib/chef/provisioning/azure_driver/constants.rb
112
111
  - lib/chef/provisioning/azure_driver/credentials.rb
112
+ - lib/chef/provisioning/azure_driver/driver.rb
113
113
  - lib/chef/provisioning/azure_driver/machine_options.rb
114
114
  - lib/chef/provisioning/azure_driver/resources.rb
115
115
  - lib/chef/provisioning/azure_driver/version.rb
116
- - lib/chef/provisioning/driver_init/driver_init/azure.rb
116
+ - lib/chef/provisioning/driver_init/azure.rb
117
117
  homepage: https://github.com/opscode/chef-provisioning-azure
118
118
  licenses: []
119
119
  metadata: {}