knife-director 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -3
- data/lib/chef/knife/director_bootstrap_windows.rb +1 -0
- data/lib/knife/director/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: 8aeca8780525a0f0fb55638a3b72cf82f066c120
|
4
|
+
data.tar.gz: 95dea14ba13c1c5a02e9bf056ab17ded89c4c3f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41d226e629655b951cad770586fcf7fe1fbf0f1366f5ac63d0f433f0d00e337597516f2a691b2613cf7e0ce4520e3505d5aae3c68479391e254e8a5fe530d7a0
|
7
|
+
data.tar.gz: 105efbcb0b185b48c2dab3f6aeefba9709d2cb4a73e3ee62af94175c5d15ab264dea54d0b19e761cd96e5526096561f39adf8c37f56a3ea763a62a0dc1201aef
|
data/README.md
CHANGED
@@ -1,10 +1,11 @@
|
|
1
|
-
|
1
|
+
# Knife::Director
|
2
|
+
|
2
3
|
[![CircleCI](https://circleci.com/gh/elastic-infra/knife-director.svg?style=svg)](https://circleci.com/gh/elastic-infra/knife-director)
|
4
|
+
[![Gem Version](https://badge.fury.io/rb/knife-director.svg)](https://badge.fury.io/rb/knife-director)
|
3
5
|
[![Code Climate](https://codeclimate.com/github/elastic-infra/knife-director/badges/gpa.svg)](https://codeclimate.com/github/elastic-infra/knife-director)
|
4
6
|
[![Test Coverage](https://codeclimate.com/github/elastic-infra/knife-director/badges/coverage.svg)](https://codeclimate.com/github/elastic-infra/knife-director/coverage)
|
5
7
|
[![Issue Count](https://codeclimate.com/github/elastic-infra/knife-director/badges/issue_count.svg)](https://codeclimate.com/github/elastic-infra/knife-director)
|
6
|
-
|
7
|
-
# Knife::Director
|
8
|
+
![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)
|
8
9
|
|
9
10
|
This gem provides wrappers for `knife bootstrap` or `knife zero` and so on.
|
10
11
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: knife-director
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- limitusus
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-09-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|