YSRedCloth 4.2.16 → 4.2.17
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 +5 -5
- data/ext/redcloth_scan/redcloth_inline.c +19597 -19452
- data/ext/redcloth_scan/redcloth_scan.c +11018 -10839
- data/lib/redcloth/version.rb +1 -1
- data/spec/fixtures/code.yml +9 -0
- metadata +3 -3
data/lib/redcloth/version.rb
CHANGED
data/spec/fixtures/code.yml
CHANGED
@@ -103,6 +103,15 @@ html: |-
|
|
103
103
|
# *test*
|
104
104
|
valid_html: false
|
105
105
|
---
|
106
|
+
name: notextile with attributes
|
107
|
+
in: |-
|
108
|
+
<notextile foo="bar">
|
109
|
+
*ignore me*
|
110
|
+
</notextile>
|
111
|
+
html: |-
|
112
|
+
*ignore me*
|
113
|
+
valid_html: false
|
114
|
+
---
|
106
115
|
name: unfinished notextile tag
|
107
116
|
in: |-
|
108
117
|
<notextile>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: YSRedCloth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.2.
|
4
|
+
version: 4.2.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Garber
|
@@ -11,7 +11,7 @@ autorequire:
|
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
13
|
|
14
|
-
date: 2013-
|
14
|
+
date: 2013-04-10 00:00:00 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: bundler
|
@@ -180,7 +180,7 @@ rubyforge_project: redcloth
|
|
180
180
|
rubygems_version: 2.0.3
|
181
181
|
signing_key:
|
182
182
|
specification_version: 4
|
183
|
-
summary: RedCloth-4.2.
|
183
|
+
summary: RedCloth-4.2.17
|
184
184
|
test_files:
|
185
185
|
- spec/benchmark_spec.rb
|
186
186
|
- spec/custom_tags_spec.rb
|