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 CHANGED
@@ -1,6 +1,12 @@
1
+ ### Install
1
2
  ```
2
3
  gem install knife-check
3
4
  ```
5
+ ### See help
4
6
  ```
5
7
  $ knife check --help
6
8
  ```
9
+ ### Check all
10
+ ```
11
+ $ knife check
12
+ ```
@@ -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{Setup chef on machine.}
12
- s.description = %q{Allows you to bootsrap machine and set role and env.}
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')
@@ -1,5 +1,5 @@
1
1
  module Knife
2
2
  module Check
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
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.1
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 bootsrap machine and set role and env.
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: Setup chef on machine.
67
+ summary: Check role, envs, cookbooks.
67
68
  test_files: []