prawn-manual_builder 0.1.3 → 0.2.0
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 +7 -0
- data/README.md +3 -0
- data/lib/prawn/manual_builder/example_package.rb +2 -0
- metadata +18 -22
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: b92c79c06eb6b0de91b5b541d5f948d45594e142
|
|
4
|
+
data.tar.gz: 728bbb45d003b2c8c6a98a5e0ebb0c0dc83ba928
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 80bf1683a3c617881d099cccc8b7e551400a43c959b091171a18561815d6d766f15b70af7e73e7cbc12a07c129a8c154fb43b755b99346f58f662c6869773cfa
|
|
7
|
+
data.tar.gz: 521f4848da775d933160a2b1d8b460e7c17a598310c99a91469366147a42ae29288009bb259991130fb5cbd20c0c1611fc4d35e99b1bb2d36f475aaf13a93da8
|
data/README.md
CHANGED
|
@@ -7,3 +7,6 @@ for their functionality as well.
|
|
|
7
7
|
It is in a very early stage of maintenance, and is not yet officially
|
|
8
8
|
supported for use outside of Prawn. However, you're welcome to use
|
|
9
9
|
it at your own risk!
|
|
10
|
+
|
|
11
|
+
Prawn::ManualBuilder was initially developed as an internal tool for
|
|
12
|
+
Prawn by Felipe Doria, and is now maintained by Gregory Brown.
|
metadata
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prawn-manual_builder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.2.0
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Felipe Doria
|
|
@@ -10,22 +9,20 @@ authors:
|
|
|
10
9
|
autorequire:
|
|
11
10
|
bindir: bin
|
|
12
11
|
cert_chain: []
|
|
13
|
-
date: 2014-07-
|
|
12
|
+
date: 2014-07-23 00:00:00.000000000 Z
|
|
14
13
|
dependencies:
|
|
15
14
|
- !ruby/object:Gem::Dependency
|
|
16
15
|
name: coderay
|
|
17
16
|
requirement: !ruby/object:Gem::Requirement
|
|
18
|
-
none: false
|
|
19
17
|
requirements:
|
|
20
|
-
- - ~>
|
|
18
|
+
- - "~>"
|
|
21
19
|
- !ruby/object:Gem::Version
|
|
22
20
|
version: 1.0.7
|
|
23
21
|
type: :runtime
|
|
24
22
|
prerelease: false
|
|
25
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
|
-
none: false
|
|
27
24
|
requirements:
|
|
28
|
-
- - ~>
|
|
25
|
+
- - "~>"
|
|
29
26
|
- !ruby/object:Gem::Version
|
|
30
27
|
version: 1.0.7
|
|
31
28
|
description: A tool for writing manuals for Prawn and Prawn accessories
|
|
@@ -36,43 +33,42 @@ executables: []
|
|
|
36
33
|
extensions: []
|
|
37
34
|
extra_rdoc_files: []
|
|
38
35
|
files:
|
|
36
|
+
- COPYING
|
|
37
|
+
- GPLv2
|
|
38
|
+
- GPLv3
|
|
39
|
+
- LICENSE
|
|
40
|
+
- README.md
|
|
41
|
+
- data/fonts/DejaVuSans.ttf
|
|
42
|
+
- data/fonts/Dustismo_Roman.ttf
|
|
43
|
+
- data/fonts/gkai00mp.ttf
|
|
44
|
+
- lib/prawn/manual_builder.rb
|
|
39
45
|
- lib/prawn/manual_builder/example.rb
|
|
40
46
|
- lib/prawn/manual_builder/example_file.rb
|
|
41
47
|
- lib/prawn/manual_builder/example_package.rb
|
|
42
48
|
- lib/prawn/manual_builder/example_section.rb
|
|
43
49
|
- lib/prawn/manual_builder/syntax_highlight.rb
|
|
44
|
-
- lib/prawn/manual_builder.rb
|
|
45
|
-
- data/fonts/DejaVuSans.ttf
|
|
46
|
-
- data/fonts/Dustismo_Roman.ttf
|
|
47
|
-
- data/fonts/gkai00mp.ttf
|
|
48
|
-
- README.md
|
|
49
|
-
- LICENSE
|
|
50
|
-
- COPYING
|
|
51
|
-
- GPLv2
|
|
52
|
-
- GPLv3
|
|
53
50
|
homepage:
|
|
54
51
|
licenses: []
|
|
52
|
+
metadata: {}
|
|
55
53
|
post_install_message:
|
|
56
54
|
rdoc_options: []
|
|
57
55
|
require_paths:
|
|
58
56
|
- lib
|
|
59
57
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
60
|
-
none: false
|
|
61
58
|
requirements:
|
|
62
|
-
- -
|
|
59
|
+
- - ">="
|
|
63
60
|
- !ruby/object:Gem::Version
|
|
64
61
|
version: 1.9.3
|
|
65
62
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
66
|
-
none: false
|
|
67
63
|
requirements:
|
|
68
|
-
- -
|
|
64
|
+
- - ">="
|
|
69
65
|
- !ruby/object:Gem::Version
|
|
70
66
|
version: '0'
|
|
71
67
|
requirements: []
|
|
72
68
|
rubyforge_project:
|
|
73
|
-
rubygems_version:
|
|
69
|
+
rubygems_version: 2.2.2
|
|
74
70
|
signing_key:
|
|
75
|
-
specification_version:
|
|
71
|
+
specification_version: 4
|
|
76
72
|
summary: A tool for writing manuals for Prawn and Prawn accessories
|
|
77
73
|
test_files: []
|
|
78
74
|
has_rdoc:
|