paperwork 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +27 -27
- data/README.md +3 -1
- data/lib/paperwork/tasks/middleman_template/lib/doc_renderer.rb +1 -1
- data/lib/paperwork/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f8c3450109475a508ced5b1797489164894944e7e86794b6961edf23ce44e6a
|
4
|
+
data.tar.gz: f090d5a1eb0f3aa63aee49c784968e0e365f340f060b48bf01d1eb9240096d6a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a62ec73b5be3e1fbf41af291436b9c99ddd28559ebc3e5fb444beff51836e6b0138e2a89915b2d5301b2d1e551450fe2c4d0f06b83cebe7990b95e251eddd7cd
|
7
|
+
data.tar.gz: b9f1b73b11969e1016239e4e8e2e687a4c42cb4f86214123bbdcd9f02080da4542271bbf7904a4fbf7305f9b679e889d746071c579e9e681c74c972ae772fe3d
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
paperwork (0.4.
|
4
|
+
paperwork (0.4.1)
|
5
5
|
listen (~> 3.4.1)
|
6
6
|
rake (~> 12.3)
|
7
7
|
redcarpet (~> 3.5.0)
|
@@ -10,38 +10,38 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
ast (2.4.
|
13
|
+
ast (2.4.2)
|
14
14
|
byebug (11.1.3)
|
15
|
-
diff-lcs (1.
|
16
|
-
docile (1.
|
17
|
-
ffi (1.
|
15
|
+
diff-lcs (1.5.0)
|
16
|
+
docile (1.4.0)
|
17
|
+
ffi (1.15.5)
|
18
18
|
listen (3.4.1)
|
19
19
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
20
20
|
rb-inotify (~> 0.9, >= 0.9.10)
|
21
|
-
parallel (1.
|
22
|
-
parser (
|
21
|
+
parallel (1.22.1)
|
22
|
+
parser (3.1.2.0)
|
23
23
|
ast (~> 2.4.1)
|
24
|
-
rainbow (3.
|
24
|
+
rainbow (3.1.1)
|
25
25
|
rake (12.3.3)
|
26
|
-
rb-fsevent (0.
|
26
|
+
rb-fsevent (0.11.1)
|
27
27
|
rb-inotify (0.10.1)
|
28
28
|
ffi (~> 1.0)
|
29
29
|
redcarpet (3.5.1)
|
30
|
-
regexp_parser (
|
31
|
-
rexml (3.2.
|
32
|
-
rspec (3.
|
33
|
-
rspec-core (~> 3.
|
34
|
-
rspec-expectations (~> 3.
|
35
|
-
rspec-mocks (~> 3.
|
36
|
-
rspec-core (3.
|
37
|
-
rspec-support (~> 3.
|
38
|
-
rspec-expectations (3.
|
30
|
+
regexp_parser (2.5.0)
|
31
|
+
rexml (3.2.5)
|
32
|
+
rspec (3.11.0)
|
33
|
+
rspec-core (~> 3.11.0)
|
34
|
+
rspec-expectations (~> 3.11.0)
|
35
|
+
rspec-mocks (~> 3.11.0)
|
36
|
+
rspec-core (3.11.0)
|
37
|
+
rspec-support (~> 3.11.0)
|
38
|
+
rspec-expectations (3.11.0)
|
39
39
|
diff-lcs (>= 1.2.0, < 2.0)
|
40
|
-
rspec-support (~> 3.
|
41
|
-
rspec-mocks (3.
|
40
|
+
rspec-support (~> 3.11.0)
|
41
|
+
rspec-mocks (3.11.1)
|
42
42
|
diff-lcs (>= 1.2.0, < 2.0)
|
43
|
-
rspec-support (~> 3.
|
44
|
-
rspec-support (3.
|
43
|
+
rspec-support (~> 3.11.0)
|
44
|
+
rspec-support (3.11.0)
|
45
45
|
rspec_junit_formatter (0.4.1)
|
46
46
|
rspec-core (>= 2, < 4, != 2.12.0)
|
47
47
|
rubocop (0.87.1)
|
@@ -53,15 +53,15 @@ GEM
|
|
53
53
|
rubocop-ast (>= 0.1.0, < 1.0)
|
54
54
|
ruby-progressbar (~> 1.7)
|
55
55
|
unicode-display_width (>= 1.4.0, < 2.0)
|
56
|
-
rubocop-ast (0.
|
57
|
-
parser (>= 2.7.
|
58
|
-
ruby-progressbar (1.
|
56
|
+
rubocop-ast (0.8.0)
|
57
|
+
parser (>= 2.7.1.5)
|
58
|
+
ruby-progressbar (1.11.0)
|
59
59
|
simplecov (0.18.5)
|
60
60
|
docile (~> 1.1)
|
61
61
|
simplecov-html (~> 0.11)
|
62
|
-
simplecov-html (0.12.
|
62
|
+
simplecov-html (0.12.3)
|
63
63
|
thor (1.1.0)
|
64
|
-
unicode-display_width (1.
|
64
|
+
unicode-display_width (1.8.0)
|
65
65
|
|
66
66
|
PLATFORMS
|
67
67
|
ruby
|
data/README.md
CHANGED
@@ -2,7 +2,9 @@
|
|
2
2
|
title: paperwork
|
3
3
|
---
|
4
4
|
|
5
|
-
# paperwork
|
5
|
+
# paperwork
|
6
|
+
|
7
|
+
[![w-10](https://gitlab.com/couchbelag/paperwork/badges/master/pipeline.svg)](https://gitlab.com/couchbelag/paperwork/-/commits/master)[![w-10](https://gitlab.com/couchbelag/paperwork/badges/master/coverage.svg)](https://couchbelag.gitlab.io/paperwork/coverage)
|
6
8
|
|
7
9
|
|
8
10
|
### The *paperwork gem* is an aproach to create appealing documentation from markdown documents.
|
data/lib/paperwork/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: paperwork
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tobias Schmid
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-07-
|
11
|
+
date: 2022-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: byebug
|