chef-provisioning 0.15 → 0.15.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 611cb52d02b2fcedc3d919e3c43ffec244d24508
4
- data.tar.gz: 1a5effed9787a551bfb2fb1eb9bd48e7d305de37
3
+ metadata.gz: 52773ee7d1545b36547f9008be859d5f05404671
4
+ data.tar.gz: b40a4c4ae8bed459857357a49fd52b880afd12dc
5
5
  SHA512:
6
- metadata.gz: 24df478126fe1673f447c71a3c2f17f20389faed39d0799e1d2770faa413b0a1510308d566c2c1c97216bb9d219a92abba6435f913e1d3732b79ea97108ab5d6
7
- data.tar.gz: 2a90b86f5c2d502e3c557476ad62fd3b5a9d3833c86771d48bce4fb2abb71ceb447154dd2fff26683b05182f767405fdfa842e4aa0c744bfba673456ba96a996
6
+ metadata.gz: 30562e3b3645ac5affe0a7fbf67cf712a893973c510b8bee099113085272e83b2b5d7ec5fe780dbde15aeebbf23d2fa02225040b7915fffae98ad63886cc68fb
7
+ data.tar.gz: bd6b8ffe204ab84fbcfe22f36a920105f690ec7ca06369e236b6d4b4286b7e1b24e04f4b6decd6cff98a61f6a2a9f1e6462236b4b2eeb6c46cfb63c1e2141117
data/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
1
  # Chef Metal Changelog
2
+ ## 0.15.1 (10/30/2014)
3
+
4
+ - Make syntax error go away, grr.
5
+
2
6
  ## 0.15 (10/29/2014)
3
7
 
4
8
  - Rename from chef-metal to chef-provisioning
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  [![Stories in Ready](https://badge.waffle.io/opscode/chef-provisioning.png?label=ready&title=Ready)](https://waffle.io/opscode/chef-provisioning)
2
2
  Chef Provisioning
3
3
  ==========
4
- [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/opscode/chef-metal?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
+ [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/opscode/chef-provisioning?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5
5
 
6
6
  This library solves the problem of repeatably creating machines and infrastructures in Chef. It has a plugin model that lets you write bootstrappers for your favorite infrastructures, including VirtualBox, EC2, LXC, bare metal, and many more!
7
7
 
@@ -84,3 +84,4 @@ module Provisioning
84
84
  end
85
85
  end
86
86
  end
87
+ end
@@ -1,5 +1,5 @@
1
1
  class Chef
2
2
  module Provisioning
3
- VERSION = '0.15'
3
+ VERSION = '0.15.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-provisioning
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.15'
4
+ version: 0.15.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Keiser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-29 00:00:00.000000000 Z
11
+ date: 2014-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chef