nonverbose-doc-chef-formatter 0.1.0 → 0.1.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: 0dd02a410d8d366953fc1920b42519169f09337a
4
- data.tar.gz: 37048f2f13e4a7c5752acb1f054063a4948af364
3
+ metadata.gz: 0cc256ad91b45565ec78d2e12333fc6b0dcd471e
4
+ data.tar.gz: 1e69285e381cfcfcb3c4fe384533b9ab2f1933ae
5
5
  SHA512:
6
- metadata.gz: 106512d2dc0ad632499f156fac423fea7fc91a377bc4397fb0d113b95c95620136ae8c5ee280812378eee8ab8eb12a954fca8bda1c53ae62a2857b6b658a8895
7
- data.tar.gz: f368ad245cb4d4d840d3bfc9b6f0229bef3b3e77f5acf133b9dcf596caa55229554aa6f08590eccd4b80eae73365a0b06fbce0539b5208b0ce37c36d56337160
6
+ metadata.gz: 20caa97b4ac79b3307598b7e301379c6289d64f2a19bb441fd8df0afea738006bb5515984c2340398bbb8d4bced1dc7d9396bb19ba7d9c790db6faea97e5de28
7
+ data.tar.gz: da4ebe6982a6f29e64c98821f69112b25120bc0020df11581a89ba60f692a2ec4f05e7d5e245aa7a9fbb6053bdee25ab0faaa09d89a744e01164e76b7fb8a9d1
@@ -2,8 +2,8 @@ require "chef/formatters/base"
2
2
  require "chef/config"
3
3
 
4
4
  class Chef
5
- module Formatters
6
5
 
6
+ module Formatters
7
7
  # Formatter similar to RSpec's documentation formatter. Uses indentation to
8
8
  # show context but not verbose
9
9
  class NonVerboseDoc < Formatters::Base
@@ -2,12 +2,13 @@ $:.push File.expand_path("../lib", __FILE__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "nonverbose-doc-chef-formatter"
5
- s.version = "0.1.0"
5
+ s.version = "0.1.1"
6
+ s.license = "GPL-3.0"
6
7
  s.authors = ["cakuzo"]
7
8
  s.email = ["ocakan@gmail.com"]
8
9
  s.homepage = "https://github.com/cakuzo/nonverbose-doc-chef-formatter"
9
10
  s.summary = %q{Non verbose Chef doc formatter}
10
- s.description = %q{Non verbose Chef doc formatter}
11
+ s.description = %q{Chef formatter based on the default doc formatter without skipped and up-to-date resource output}
11
12
 
12
13
  s.rubyforge_project = "nonverbose-doc-chef-formatter"
13
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nonverbose-doc-chef-formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - cakuzo
@@ -10,7 +10,8 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2017-03-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Non verbose Chef doc formatter
13
+ description: Chef formatter based on the default doc formatter without skipped and
14
+ up-to-date resource output
14
15
  email:
15
16
  - ocakan@gmail.com
16
17
  executables: []
@@ -20,10 +21,11 @@ files:
20
21
  - ".gitignore"
21
22
  - LICENSE
22
23
  - README.md
23
- - lib/nonverbosedoc.rb
24
+ - lib/nonverbose-doc-chef-formatter.rb
24
25
  - nonverbose-doc-chef-formatter.gemspec
25
26
  homepage: https://github.com/cakuzo/nonverbose-doc-chef-formatter
26
- licenses: []
27
+ licenses:
28
+ - GPL-3.0
27
29
  metadata: {}
28
30
  post_install_message:
29
31
  rdoc_options: []