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.
@@ -2,7 +2,7 @@ module RedCloth
2
2
  module VERSION
3
3
  MAJOR = 4
4
4
  MINOR = 2
5
- TINY = 16
5
+ TINY = 17
6
6
  RELEASE_CANDIDATE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, RELEASE_CANDIDATE].compact.join('.')
@@ -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.16
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-03-20 00:00:00 Z
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.16
183
+ summary: RedCloth-4.2.17
184
184
  test_files:
185
185
  - spec/benchmark_spec.rb
186
186
  - spec/custom_tags_spec.rb