knife-check 0.0.1 → 0.0.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 +6 -0
- data/knife-check.gemspec +2 -2
- data/lib/knife-check/version.rb +1 -1
- data/pkg/knife-check-0.0.1.gem +0 -0
- metadata +4 -3
data/README.md
CHANGED
data/knife-check.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.authors = ["Vasiliev D.V."]
|
|
9
9
|
s.email = %w(vadv.mkn@gmail.com)
|
|
10
10
|
s.homepage = "https://github.com/vadv/knife-check"
|
|
11
|
-
s.summary = %q{
|
|
12
|
-
s.description = %q{Allows you to
|
|
11
|
+
s.summary = %q{Check role, envs, cookbooks.}
|
|
12
|
+
s.description = %q{Allows you to syntax check roles, env, cookbooks - all in one.}
|
|
13
13
|
s.licenses = %w(MIT)
|
|
14
14
|
|
|
15
15
|
s.add_dependency('chef')
|
data/lib/knife-check/version.rb
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: knife-check
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -27,7 +27,7 @@ dependencies:
|
|
|
27
27
|
- - ! '>='
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: '0'
|
|
30
|
-
description: Allows you to
|
|
30
|
+
description: Allows you to syntax check roles, env, cookbooks - all in one.
|
|
31
31
|
email:
|
|
32
32
|
- vadv.mkn@gmail.com
|
|
33
33
|
executables: []
|
|
@@ -39,6 +39,7 @@ files:
|
|
|
39
39
|
- knife-check.gemspec
|
|
40
40
|
- lib/chef/knife/knife-check.rb
|
|
41
41
|
- lib/knife-check/version.rb
|
|
42
|
+
- pkg/knife-check-0.0.1.gem
|
|
42
43
|
homepage: https://github.com/vadv/knife-check
|
|
43
44
|
licenses:
|
|
44
45
|
- MIT
|
|
@@ -63,5 +64,5 @@ rubyforge_project: knife-check
|
|
|
63
64
|
rubygems_version: 1.8.25
|
|
64
65
|
signing_key:
|
|
65
66
|
specification_version: 3
|
|
66
|
-
summary:
|
|
67
|
+
summary: Check role, envs, cookbooks.
|
|
67
68
|
test_files: []
|