knife-helper 0.1.1 → 0.1.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 +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/knife/helper/commands.rb +1 -1
- data/lib/knife/helper/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: c83c6b6b8c27cfb5b7d57f53ac714ccef709314b
|
|
4
|
+
data.tar.gz: 14274bf79dc88ded05a20a8880c1f8c68ae19414
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93096dff6ba6602ba0e49a8f73b1b2c0e8246951a5fbed05ee431d92a3562dd8075f2f0d63fc75094330029fd5a7f1163b64bbc22368b694e226263177fe237e
|
|
7
|
+
data.tar.gz: d6a9bdf0f7418f929d3ddb8376ada079b887ba826c4d3ee0e492d5365a561a6cc23fe41ce65ddd27d4cbdec2d09ab92467f52049b631f2f2b50c6172ca83d4f8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## 0.1.2
|
|
2
|
+
|
|
3
|
+
- Raise error when `exec` command exited with non-zero code [#7][] ([@sawanoboly])
|
|
4
|
+
|
|
1
5
|
## 0.1.1
|
|
2
6
|
|
|
3
7
|
* Allow string to option_sets of commands
|
|
@@ -32,4 +36,5 @@
|
|
|
32
36
|
[#1]: https://github.com/marcy-terui/knife-helper/issues/1
|
|
33
37
|
[#2]: https://github.com/marcy-terui/knife-helper/issues/2
|
|
34
38
|
[#4]: https://github.com/marcy-terui/knife-helper/issues/4
|
|
35
|
-
[
|
|
39
|
+
[#7]: https://github.com/marcy-terui/knife-helper/issues/7
|
|
40
|
+
[@sawanoboly]: https://github.com/sawanoboly
|
data/lib/knife/helper/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: knife-helper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Masashi Terui
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-02-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|