knife-topo 0.1.1 → 1.0.0
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 +4 -4
- data/README.md +2 -2
- data/lib/chef/knife/topo/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa3fd456df4459ac519737a66f8cc533043a418d
|
4
|
+
data.tar.gz: 4521ce9facb91c5d200bf0958883fd670fa13dcd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76b6c37794c3c4df922c104ae2b549acc52a5052c0ed462e0ef3952001efa150a783b9ceea9516c7a301da3ecfa01b3a28c93a9a8a9484e6fd5200cede48c53d
|
7
|
+
data.tar.gz: 36d0cc93862e7d9d56ee46ff0220d26443736193c93593ea5854265d150ea08dfc508544b1b936ef56f0e19fbac121d5d3ba9c09a06adbf6aa1e694d800aa17b
|
data/README.md
CHANGED
@@ -22,8 +22,8 @@ topologies but differences in their configuration details.
|
|
22
22
|
[Download the latest knife-topo release](http://github.com/christinedraper/knife-topo/releases/latest),
|
23
23
|
unzip and copy `lib/chef/knife` into your plugin directory, e.g.:
|
24
24
|
|
25
|
-
$ unzip knife-topo-0.0.
|
26
|
-
$ cd ~/knife-topo-0.0
|
25
|
+
$ unzip knife-topo-1.0.0.zip -d ~
|
26
|
+
$ cd ~/knife-topo-1.0.0
|
27
27
|
$ mkdir -p ~/.chef/plugins/knife
|
28
28
|
$ cp lib/chef/knife/* ~/.chef/plugins/knife
|
29
29
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: knife-topo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christine Draper
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03-
|
11
|
+
date: 2015-03-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: chef
|