kitchen-binding 0.2.1 → 0.2.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.
- data/README.md +4 -1
- data/kitchen-binding.gemspec +2 -2
- metadata +4 -4
data/README.md
CHANGED
|
@@ -32,7 +32,10 @@ driver:
|
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
### Ruby Version Dependencies
|
|
35
|
-
The version of uby you use on your host system must match the version of ruby
|
|
35
|
+
The version of uby you use on your host system must match the version of ruby
|
|
36
|
+
being used by Chef in the instance. This is ruby 1.9.3-p547 for Chef 11 and
|
|
37
|
+
ruby 2.1 for Chef 12. This is a requirement because DRB libraries used by
|
|
38
|
+
'pry-remote' do not seem compatible across ruby versions.
|
|
36
39
|
|
|
37
40
|
This can be easily controlled by using a ruby version/environment manager.
|
|
38
41
|
|
data/kitchen-binding.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |gem|
|
|
6
6
|
gem.name = 'kitchen-binding'
|
|
7
|
-
gem.version = '0.2.
|
|
7
|
+
gem.version = '0.2.2'
|
|
8
8
|
gem.license = 'Apache 2.0'
|
|
9
9
|
gem.authors = ['Jacob McCann']
|
|
10
10
|
gem.email = ['jmcann.git@gmail.com']
|
|
@@ -16,6 +16,6 @@ Gem::Specification.new do |gem|
|
|
|
16
16
|
gem.executables = []
|
|
17
17
|
gem.require_paths = ['lib']
|
|
18
18
|
|
|
19
|
-
gem.add_dependency 'test-kitchen', '~> 1.
|
|
19
|
+
gem.add_dependency 'test-kitchen', '~> 1.3.1'
|
|
20
20
|
gem.add_dependency 'pry-remote', '~> 0.1.8'
|
|
21
21
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kitchen-binding
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2015-02-08 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: test-kitchen
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 1.
|
|
21
|
+
version: 1.3.1
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ~>
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 1.
|
|
29
|
+
version: 1.3.1
|
|
30
30
|
- !ruby/object:Gem::Dependency
|
|
31
31
|
name: pry-remote
|
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|