forked from rekado/parkdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
parkdown.gemspec
124 lines (124 loc) · 5.6 KB
/
parkdown.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# encoding: utf-8
Gem::Specification.new do |s|
s.name = 'parkdown'
s.version = '1.4.26'
s.summary = "Fast Markdown implementation"
s.description = ''
s.date = '2016-09-27'
s.email = '[email protected]'
s.homepage = 'http://github.com/Libertree/parkdown'
s.authors = ["Ryan Tomayko", "Rekado", "Pistos"]
s.has_rdoc = true
# = MANIFEST =
s.files = %w[
README.markdown
LICENSE
Rakefile
lib/markdown.rb
lib/peg_markdown.rb
ext/extconf.rb
test/benchmark.rb
test/markdown_test.rb
ext/markdown.c
ext/markdown_lib.c
ext/markdown_output.c
ext/markdown_parser.c
ext/parsing_functions.c
ext/utility_functions.c
ext/extconf.h
ext/markdown_lib.h
ext/markdown_peg.h
test/MarkdownTest_1.0/MarkdownTest.pl
test/MarkdownTest_1.0/Tests/Amps\ and\ angle\ encoding.html
test/MarkdownTest_1.0/Tests/Amps\ and\ angle\ encoding.text
test/MarkdownTest_1.0/Tests/Auto\ links.html
test/MarkdownTest_1.0/Tests/Auto\ links.text
test/MarkdownTest_1.0/Tests/Backslash\ escapes.html
test/MarkdownTest_1.0/Tests/Backslash\ escapes.text
test/MarkdownTest_1.0/Tests/Blockquotes\ with\ code\ blocks.html
test/MarkdownTest_1.0/Tests/Blockquotes\ with\ code\ blocks.text
test/MarkdownTest_1.0/Tests/Hard-wrapped\ paragraphs\ with\ list-like\ lines.html
test/MarkdownTest_1.0/Tests/Hard-wrapped\ paragraphs\ with\ list-like\ lines.text
test/MarkdownTest_1.0/Tests/Horizontal\ rules.html
test/MarkdownTest_1.0/Tests/Horizontal\ rules.text
test/MarkdownTest_1.0/Tests/Inline\ HTML\ (Advanced).html
test/MarkdownTest_1.0/Tests/Inline\ HTML\ (Advanced).text
test/MarkdownTest_1.0/Tests/Inline\ HTML\ (Simple).html
test/MarkdownTest_1.0/Tests/Inline\ HTML\ (Simple).text
test/MarkdownTest_1.0/Tests/Inline\ HTML\ comments.html
test/MarkdownTest_1.0/Tests/Inline\ HTML\ comments.text
test/MarkdownTest_1.0/Tests/Links,\ inline\ style.html
test/MarkdownTest_1.0/Tests/Links,\ inline\ style.text
test/MarkdownTest_1.0/Tests/Links,\ reference\ style.html
test/MarkdownTest_1.0/Tests/Links,\ reference\ style.text
test/MarkdownTest_1.0/Tests/Literal\ quotes\ in\ titles.html
test/MarkdownTest_1.0/Tests/Literal\ quotes\ in\ titles.text
test/MarkdownTest_1.0/Tests/Markdown\ Documentation\ -\ Basics.html
test/MarkdownTest_1.0/Tests/Markdown\ Documentation\ -\ Basics.text
test/MarkdownTest_1.0/Tests/Markdown\ Documentation\ -\ Syntax.html
test/MarkdownTest_1.0/Tests/Markdown\ Documentation\ -\ Syntax.text
test/MarkdownTest_1.0/Tests/Nested\ blockquotes.html
test/MarkdownTest_1.0/Tests/Nested\ blockquotes.text
test/MarkdownTest_1.0/Tests/Ordered\ and\ unordered\ lists.html
test/MarkdownTest_1.0/Tests/Ordered\ and\ unordered\ lists.text
test/MarkdownTest_1.0/Tests/Strong\ and\ em\ together.html
test/MarkdownTest_1.0/Tests/Strong\ and\ em\ together.text
test/MarkdownTest_1.0/Tests/Tabs.html
test/MarkdownTest_1.0/Tests/Tabs.text
test/MarkdownTest_1.0/Tests/Tidyness.html
test/MarkdownTest_1.0/Tests/Tidyness.text
test/MarkdownTest_1.0.3/MarkdownTest.pl
test/MarkdownTest_1.0.3/Tests/Amps\ and\ angle\ encoding.html
test/MarkdownTest_1.0.3/Tests/Amps\ and\ angle\ encoding.text
test/MarkdownTest_1.0.3/Tests/Auto\ links.html
test/MarkdownTest_1.0.3/Tests/Auto\ links.text
test/MarkdownTest_1.0.3/Tests/Backslash\ escapes.html
test/MarkdownTest_1.0.3/Tests/Backslash\ escapes.text
test/MarkdownTest_1.0.3/Tests/Blockquotes\ with\ code\ blocks.html
test/MarkdownTest_1.0.3/Tests/Blockquotes\ with\ code\ blocks.text
test/MarkdownTest_1.0.3/Tests/Code\ Blocks.html
test/MarkdownTest_1.0.3/Tests/Code\ Blocks.text
test/MarkdownTest_1.0.3/Tests/Code\ Spans.html
test/MarkdownTest_1.0.3/Tests/Code\ Spans.text
test/MarkdownTest_1.0.3/Tests/Hard-wrapped\ paragraphs\ with\ list-like\ lines.html
test/MarkdownTest_1.0.3/Tests/Hard-wrapped\ paragraphs\ with\ list-like\ lines.text
test/MarkdownTest_1.0.3/Tests/Horizontal\ rules.html
test/MarkdownTest_1.0.3/Tests/Horizontal\ rules.text
test/MarkdownTest_1.0.3/Tests/Inline\ HTML\ (Advanced).html
test/MarkdownTest_1.0.3/Tests/Inline\ HTML\ (Advanced).text
test/MarkdownTest_1.0.3/Tests/Inline\ HTML\ (Simple).html
test/MarkdownTest_1.0.3/Tests/Inline\ HTML\ (Simple).text
test/MarkdownTest_1.0.3/Tests/Inline\ HTML\ comments.html
test/MarkdownTest_1.0.3/Tests/Inline\ HTML\ comments.text
test/MarkdownTest_1.0.3/Tests/Links,\ inline\ style.html
test/MarkdownTest_1.0.3/Tests/Links,\ inline\ style.text
test/MarkdownTest_1.0.3/Tests/Links,\ reference\ style.html
test/MarkdownTest_1.0.3/Tests/Links,\ reference\ style.text
test/MarkdownTest_1.0.3/Tests/Links,\ shortcut\ references.html
test/MarkdownTest_1.0.3/Tests/Links,\ shortcut\ references.text
test/MarkdownTest_1.0.3/Tests/Literal\ quotes\ in\ titles.html
test/MarkdownTest_1.0.3/Tests/Literal\ quotes\ in\ titles.text
test/MarkdownTest_1.0.3/Tests/Markdown\ Documentation\ -\ Basics.html
test/MarkdownTest_1.0.3/Tests/Markdown\ Documentation\ -\ Basics.text
test/MarkdownTest_1.0.3/Tests/Markdown\ Documentation\ -\ Syntax.html
test/MarkdownTest_1.0.3/Tests/Markdown\ Documentation\ -\ Syntax.text
test/MarkdownTest_1.0.3/Tests/Nested\ blockquotes.html
test/MarkdownTest_1.0.3/Tests/Nested\ blockquotes.text
test/MarkdownTest_1.0.3/Tests/Ordered\ and\ unordered\ lists.html
test/MarkdownTest_1.0.3/Tests/Ordered\ and\ unordered\ lists.text
test/MarkdownTest_1.0.3/Tests/Strong\ and\ em\ together.html
test/MarkdownTest_1.0.3/Tests/Strong\ and\ em\ together.text
test/MarkdownTest_1.0.3/Tests/Tabs.html
test/MarkdownTest_1.0.3/Tests/Tabs.text
test/MarkdownTest_1.0.3/Tests/Tidyness.html
test/MarkdownTest_1.0.3/Tests/Tidyness.text
bin/parkdown
]
# = MANIFEST =
s.test_files = ["test/markdown_test.rb"]
s.extra_rdoc_files = ["LICENSE"]
s.extensions = ["ext/extconf.rb"]
s.executables = ["parkdown"]
s.require_paths = ["lib"]
s.bindir = 'bin'
end