kitchen-policyfile-nodes 1.0.0 → 1.0.1
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e28bf1a710e744fe97eb2e57c6e50caf9d90587
|
|
4
|
+
data.tar.gz: 81b936c2f5db15b73e019badb70ca88e0481ce2f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 202bd5311d0216e6f1d1dbe0a5b6e8e0c82c70d8ba79b525b7e89817d0411090ce255de86888791e0e7d5aa6645e75770cf445ef00236e1abdbb594688340f84
|
|
7
|
+
data.tar.gz: 52ee9be31fc8957d503273a7c4fbd1cabed25f990c2c08f479bc0681a0dc5934516498d8dcdf2462acd74ddedfce401be9d12ea27bfe26dcd878a9e0a3a10b00
|
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Kitchen::Provisioner::POLICYFILE_NODES_VERSION
|
|
9
9
|
spec.authors = ['Andrei Skopenko']
|
|
10
10
|
spec.email = ['andrei@skopenko.net']
|
|
11
|
-
spec.description = '
|
|
11
|
+
spec.description = 'Test Kitchen provisioner based on policyfile_zero that generates searchable nodes'
|
|
12
12
|
spec.summary = spec.description
|
|
13
|
-
spec.homepage = ''
|
|
13
|
+
spec.homepage = 'https://github.com/Parallels/kitchen-policyfile-nodes'
|
|
14
14
|
spec.license = 'Apache 2.0'
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kitchen-policyfile-nodes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrei Skopenko
|
|
@@ -100,7 +100,8 @@ dependencies:
|
|
|
100
100
|
- - ">="
|
|
101
101
|
- !ruby/object:Gem::Version
|
|
102
102
|
version: 0.37.1
|
|
103
|
-
description:
|
|
103
|
+
description: Test Kitchen provisioner based on policyfile_zero that generates searchable
|
|
104
|
+
nodes
|
|
104
105
|
email:
|
|
105
106
|
- andrei@skopenko.net
|
|
106
107
|
executables: []
|
|
@@ -121,7 +122,7 @@ files:
|
|
|
121
122
|
- test/integration/cookbooks/test/recipes/default.rb
|
|
122
123
|
- test/integration/cookbooks/test/recipes/search.rb
|
|
123
124
|
- test/integration/ssh/serverspec/default_spec.rb
|
|
124
|
-
homepage:
|
|
125
|
+
homepage: https://github.com/Parallels/kitchen-policyfile-nodes
|
|
125
126
|
licenses:
|
|
126
127
|
- Apache 2.0
|
|
127
128
|
metadata: {}
|
|
@@ -144,7 +145,8 @@ rubyforge_project:
|
|
|
144
145
|
rubygems_version: 2.5.2
|
|
145
146
|
signing_key:
|
|
146
147
|
specification_version: 4
|
|
147
|
-
summary:
|
|
148
|
+
summary: Test Kitchen provisioner based on policyfile_zero that generates searchable
|
|
149
|
+
nodes
|
|
148
150
|
test_files:
|
|
149
151
|
- test/integration/cookbooks/test/Policyfile.rb
|
|
150
152
|
- test/integration/cookbooks/test/metadata.rb
|