test-kitchen 1.10.1 → 1.10.2.dev
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 +7 -0
- data/bin/kitchen +0 -0
- data/lib/kitchen/version.rb +1 -1
- data/support/chef-client-zero.rb +0 -0
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b8e8f3f2565b44824e52bbf8530f2703e58de53
|
|
4
|
+
data.tar.gz: 852a1099e5be81cad3ef02908cf8504b3326d5f3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2d41456bf74fa9508c26a43a696bd28f44ae229a0056a2e61340b6791367a3028f3a2d526d83ffe3f7ab0abcf2ffecab08515ba9aa91c7585537588dfa791a33
|
|
7
|
+
data.tar.gz: 561cd881abeabf98048628daa469bfbe6cf9d3f45a6fbe19dfccc5492f9665fcef02bfaa274f7465d3677d1a1348d6b9bf6f311e0d342cee96d26646d0e22493
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [v1.10.2](https://github.com/test-kitchen/test-kitchen/tree/v1.10.2) (2016-06-23)
|
|
4
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.10.1...v1.10.2)
|
|
5
|
+
|
|
6
|
+
**Fixed bugs:**
|
|
7
|
+
|
|
8
|
+
- Mainly just a gem repackage against a clean repo on a linux machine
|
|
9
|
+
|
|
3
10
|
## [v1.10.1](https://github.com/test-kitchen/test-kitchen/tree/v1.10.1) (2016-06-23)
|
|
4
11
|
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.10.0...v1.10.1)
|
|
5
12
|
|
data/bin/kitchen
CHANGED
|
File without changes
|
data/lib/kitchen/version.rb
CHANGED
data/support/chef-client-zero.rb
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: test-kitchen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.10.
|
|
4
|
+
version: 1.10.2.dev
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fletcher Nichol
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-06-
|
|
11
|
+
date: 2016-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mixlib-shellout
|
|
@@ -626,12 +626,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
626
626
|
version: 1.9.1
|
|
627
627
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
628
628
|
requirements:
|
|
629
|
-
- - "
|
|
629
|
+
- - ">"
|
|
630
630
|
- !ruby/object:Gem::Version
|
|
631
|
-
version:
|
|
631
|
+
version: 1.3.1
|
|
632
632
|
requirements: []
|
|
633
633
|
rubyforge_project:
|
|
634
|
-
rubygems_version: 2.
|
|
634
|
+
rubygems_version: 2.5.1
|
|
635
635
|
signing_key:
|
|
636
636
|
specification_version: 4
|
|
637
637
|
summary: Test Kitchen is an integration tool for developing and testing infrastructure
|