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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0cc256ad91b45565ec78d2e12333fc6b0dcd471e
|
|
4
|
+
data.tar.gz: 1e69285e381cfcfcb3c4fe384533b9ab2f1933ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20caa97b4ac79b3307598b7e301379c6289d64f2a19bb441fd8df0afea738006bb5515984c2340398bbb8d4bced1dc7d9396bb19ba7d9c790db6faea97e5de28
|
|
7
|
+
data.tar.gz: da4ebe6982a6f29e64c98821f69112b25120bc0020df11581a89ba60f692a2ec4f05e7d5e245aa7a9fbb6053bdee25ab0faaa09d89a744e01164e76b7fb8a9d1
|
|
@@ -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.
|
|
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{
|
|
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.
|
|
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:
|
|
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/
|
|
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: []
|