BBRedCloth 0.8.6 → 0.8.7
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.
- data/BBRedCloth.gemspec +18 -17
- data/lib/redcloth/formatters/latex_entities.yml +8 -8
- data/lib/redcloth/version.rb +1 -1
- metadata +29 -25
data/BBRedCloth.gemspec
CHANGED
|
@@ -1,26 +1,27 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
|
-
s.name =
|
|
5
|
-
s.version = "0.8.
|
|
4
|
+
s.name = %q{BBRedCloth}
|
|
5
|
+
s.version = "0.8.7"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
|
-
s.authors = [
|
|
9
|
-
s.date =
|
|
10
|
-
s.description =
|
|
11
|
-
|
|
12
|
-
s.
|
|
13
|
-
s.
|
|
14
|
-
s.
|
|
15
|
-
s.
|
|
16
|
-
s.
|
|
17
|
-
s.
|
|
18
|
-
s.
|
|
8
|
+
s.authors = [%q{Ryan Alyea}]
|
|
9
|
+
s.date = %q{2012-01-02}
|
|
10
|
+
s.description = %q{BBRedCloth-0.8.7 - Textile parser for Ruby. Includes BBCode additions.
|
|
11
|
+
http://redcloth.org/}
|
|
12
|
+
s.email = %q{ryan@fangamer.com}
|
|
13
|
+
s.executables = [%q{redcloth}]
|
|
14
|
+
s.extensions = [%q{ext/redcloth_scan/extconf.rb}]
|
|
15
|
+
s.extra_rdoc_files = [%q{CHANGELOG}, %q{lib/case_sensitive_require/RedCloth.rb}, %q{lib/redcloth/erb_extension.rb}, %q{lib/redcloth/formatters/base.rb}, %q{lib/redcloth/formatters/html.rb}, %q{lib/redcloth/formatters/latex.rb}, %q{lib/redcloth/textile_doc.rb}, %q{lib/redcloth/version.rb}, %q{lib/redcloth.rb}, %q{README.textile}]
|
|
16
|
+
s.files = [%q{bin/redcloth}, %q{CHANGELOG}, %q{COPYING}, %q{ext/mingw-rbconfig.rb}, %q{ext/redcloth_scan/extconf.rb}, %q{ext/redcloth_scan/redcloth.h}, %q{ext/redcloth_scan/redcloth_attributes.c.rl}, %q{ext/redcloth_scan/redcloth_attributes.java.rl}, %q{ext/redcloth_scan/redcloth_attributes.rl}, %q{ext/redcloth_scan/redcloth_bbcode.c.rl}, %q{ext/redcloth_scan/redcloth_bbcode.rl}, %q{ext/redcloth_scan/redcloth_bbcode_inline.rl}, %q{ext/redcloth_scan/redcloth_bbcode_inline.c.rl}, %q{ext/redcloth_scan/redcloth_common.c.rl}, %q{ext/redcloth_scan/redcloth_common.java.rl}, %q{ext/redcloth_scan/redcloth_common.rl}, %q{ext/redcloth_scan/redcloth_inline.c.rl}, %q{ext/redcloth_scan/redcloth_inline.java.rl}, %q{ext/redcloth_scan/redcloth_inline.rl}, %q{ext/redcloth_scan/redcloth_scan.c.rl}, %q{ext/redcloth_scan/redcloth_scan.java.rl}, %q{ext/redcloth_scan/redcloth_scan.rl}, %q{extras/ragel_profiler.rb}, %q{lib/case_sensitive_require/RedCloth.rb}, %q{lib/redcloth/erb_extension.rb}, %q{lib/redcloth/formatters/base.rb}, %q{lib/redcloth/formatters/html.rb}, %q{lib/redcloth/formatters/latex.rb}, %q{lib/redcloth/formatters/latex_entities.yml}, %q{lib/redcloth/textile_doc.rb}, %q{lib/redcloth/version.rb}, %q{lib/redcloth.rb}, %q{Manifest}, %q{Rakefile}, %q{README.textile}, %q{setup.rb}, %q{test/basic.yml}, %q{test/code.yml}, %q{test/definitions.yml}, %q{test/extra_whitespace.yml}, %q{test/filter_html.yml}, %q{test/filter_pba.yml}, %q{test/helper.rb}, %q{test/html.yml}, %q{test/images.yml}, %q{test/instiki.yml}, %q{test/links.yml}, %q{test/lists.yml}, %q{test/poignant.yml}, %q{test/sanitize_html.yml}, %q{test/table.yml}, %q{test/test_custom_tags.rb}, %q{test/test_erb.rb}, %q{test/test_extensions.rb}, %q{test/test_formatters.rb}, %q{test/test_parser.rb}, %q{test/test_restrictions.rb}, %q{test/textism.yml}, %q{test/threshold.yml}, %q{test/validate_fixtures.rb}, %q{BBRedCloth.gemspec}, %q{ext/redcloth_scan/redcloth_attributes.c}, %q{ext/redcloth_scan/redcloth_inline.c}, %q{ext/redcloth_scan/redcloth_scan.c}, %q{ext/redcloth_scan/redcloth_bbcode.c}, %q{ext/redcloth_scan/redcloth_bbcode_inline.c}]
|
|
17
|
+
s.homepage = %q{http://redcloth.org}
|
|
18
|
+
s.rdoc_options = [%q{--line-numbers}, %q{--inline-source}, %q{--title}, %q{BBRedCloth}, %q{--main}, %q{README.textile}]
|
|
19
|
+
s.require_paths = [%q{lib}, %q{ext}, %q{lib/case_sensitive_require}]
|
|
19
20
|
s.required_ruby_version = Gem::Requirement.new(">= 1.8.4")
|
|
20
|
-
s.rubyforge_project =
|
|
21
|
-
s.rubygems_version =
|
|
22
|
-
s.summary =
|
|
23
|
-
s.test_files = [
|
|
21
|
+
s.rubyforge_project = %q{bbredcloth}
|
|
22
|
+
s.rubygems_version = %q{1.8.7}
|
|
23
|
+
s.summary = %q{BBRedCloth-0.8.7 - Textile parser for Ruby. Includes BBCode additions. http://redcloth.org/}
|
|
24
|
+
s.test_files = [%q{test/test_custom_tags.rb}, %q{test/test_erb.rb}, %q{test/test_extensions.rb}, %q{test/test_formatters.rb}, %q{test/test_parser.rb}, %q{test/test_restrictions.rb}]
|
|
24
25
|
|
|
25
26
|
if s.respond_to? :specification_version then
|
|
26
27
|
s.specification_version = 3
|
|
@@ -180,10 +180,10 @@ lsquor: ","
|
|
|
180
180
|
"8218": ","
|
|
181
181
|
#DOUBLE LOW-9 QUOTATION MARK
|
|
182
182
|
#requires fontenc:T1
|
|
183
|
-
ldquor: ,,
|
|
183
|
+
ldquor: ",,"
|
|
184
184
|
#DOUBLE LOW-9 QUOTATION MARK
|
|
185
185
|
#requires fontenc:T1
|
|
186
|
-
"8222": ,,
|
|
186
|
+
"8222": ",,"
|
|
187
187
|
#LATIN SMALL LIGATURE FF
|
|
188
188
|
"64256": ff
|
|
189
189
|
#LATIN SMALL LIGATURE FI
|
|
@@ -197,9 +197,9 @@ ldquor: ,,
|
|
|
197
197
|
#LATIN SMALL LIGATURE FL
|
|
198
198
|
"64258": fl
|
|
199
199
|
#DOUBLE HIGH-REVERSED-9 QUOTATION MARK
|
|
200
|
-
"8223": ``
|
|
200
|
+
"8223": "``"
|
|
201
201
|
#SINGLE HIGH-REVERSED-9 QUOTATION MARK
|
|
202
|
-
"8219": `
|
|
202
|
+
"8219": "`"
|
|
203
203
|
#VERTICAL ELLIPSIS
|
|
204
204
|
"8942": \vdots{}
|
|
205
205
|
#HYPHEN BULLET
|
|
@@ -502,17 +502,17 @@ raquo: \guillemotright{}
|
|
|
502
502
|
#requires fontenc:T1
|
|
503
503
|
"187": \guillemotright{}
|
|
504
504
|
#LEFT SINGLE QUOTATION MARK
|
|
505
|
-
lsquo: `
|
|
505
|
+
lsquo: "`"
|
|
506
506
|
#LEFT SINGLE QUOTATION MARK
|
|
507
|
-
"8216": `
|
|
507
|
+
"8216": "`"
|
|
508
508
|
#RIGHT SINGLE QUOTATION MARK
|
|
509
509
|
rsquo: "'"
|
|
510
510
|
#RIGHT SINGLE QUOTATION MARK
|
|
511
511
|
"8217": "'"
|
|
512
512
|
#LEFT DOUBLE QUOTATION MARK
|
|
513
|
-
ldquo: ``
|
|
513
|
+
ldquo: "``"
|
|
514
514
|
#LEFT DOUBLE QUOTATION MARK
|
|
515
|
-
"8220": ``
|
|
515
|
+
"8220": "``"
|
|
516
516
|
#RIGHT DOUBLE QUOTATION MARK
|
|
517
517
|
rdquo: "''"
|
|
518
518
|
#RIGHT DOUBLE QUOTATION MARK
|
data/lib/redcloth/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,25 +1,27 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: BBRedCloth
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.6
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
5
4
|
prerelease:
|
|
5
|
+
version: 0.8.7
|
|
6
6
|
platform: ruby
|
|
7
|
-
authors:
|
|
7
|
+
authors:
|
|
8
8
|
- Ryan Alyea
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
|
|
12
|
+
|
|
13
|
+
date: 2012-01-02 00:00:00 Z
|
|
13
14
|
dependencies: []
|
|
14
|
-
description: ! 'BBRedCloth-0.8.6 - Textile parser for Ruby. Includes BBCode additions.
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
description: |-
|
|
17
|
+
BBRedCloth-0.8.7 - Textile parser for Ruby. Includes BBCode additions.
|
|
18
|
+
http://redcloth.org/
|
|
17
19
|
email: ryan@fangamer.com
|
|
18
|
-
executables:
|
|
20
|
+
executables:
|
|
19
21
|
- redcloth
|
|
20
|
-
extensions:
|
|
22
|
+
extensions:
|
|
21
23
|
- ext/redcloth_scan/extconf.rb
|
|
22
|
-
extra_rdoc_files:
|
|
24
|
+
extra_rdoc_files:
|
|
23
25
|
- CHANGELOG
|
|
24
26
|
- lib/case_sensitive_require/RedCloth.rb
|
|
25
27
|
- lib/redcloth/erb_extension.rb
|
|
@@ -30,7 +32,7 @@ extra_rdoc_files:
|
|
|
30
32
|
- lib/redcloth/version.rb
|
|
31
33
|
- lib/redcloth.rb
|
|
32
34
|
- README.textile
|
|
33
|
-
files:
|
|
35
|
+
files:
|
|
34
36
|
- bin/redcloth
|
|
35
37
|
- CHANGELOG
|
|
36
38
|
- COPYING
|
|
@@ -99,37 +101,39 @@ files:
|
|
|
99
101
|
- ext/redcloth_scan/redcloth_bbcode_inline.c
|
|
100
102
|
homepage: http://redcloth.org
|
|
101
103
|
licenses: []
|
|
104
|
+
|
|
102
105
|
post_install_message:
|
|
103
|
-
rdoc_options:
|
|
106
|
+
rdoc_options:
|
|
104
107
|
- --line-numbers
|
|
105
108
|
- --inline-source
|
|
106
109
|
- --title
|
|
107
110
|
- BBRedCloth
|
|
108
111
|
- --main
|
|
109
112
|
- README.textile
|
|
110
|
-
require_paths:
|
|
113
|
+
require_paths:
|
|
111
114
|
- lib
|
|
112
115
|
- ext
|
|
113
116
|
- lib/case_sensitive_require
|
|
114
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
117
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
115
118
|
none: false
|
|
116
|
-
requirements:
|
|
117
|
-
- -
|
|
118
|
-
- !ruby/object:Gem::Version
|
|
119
|
+
requirements:
|
|
120
|
+
- - ">="
|
|
121
|
+
- !ruby/object:Gem::Version
|
|
119
122
|
version: 1.8.4
|
|
120
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
123
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
124
|
none: false
|
|
122
|
-
requirements:
|
|
123
|
-
- -
|
|
124
|
-
- !ruby/object:Gem::Version
|
|
125
|
-
version:
|
|
125
|
+
requirements:
|
|
126
|
+
- - ">="
|
|
127
|
+
- !ruby/object:Gem::Version
|
|
128
|
+
version: "1.2"
|
|
126
129
|
requirements: []
|
|
130
|
+
|
|
127
131
|
rubyforge_project: bbredcloth
|
|
128
|
-
rubygems_version: 1.8.
|
|
132
|
+
rubygems_version: 1.8.7
|
|
129
133
|
signing_key:
|
|
130
134
|
specification_version: 3
|
|
131
|
-
summary: BBRedCloth-0.8.
|
|
132
|
-
test_files:
|
|
135
|
+
summary: BBRedCloth-0.8.7 - Textile parser for Ruby. Includes BBCode additions. http://redcloth.org/
|
|
136
|
+
test_files:
|
|
133
137
|
- test/test_custom_tags.rb
|
|
134
138
|
- test/test_erb.rb
|
|
135
139
|
- test/test_extensions.rb
|