RedCloth 4.2.0 → 4.2.1

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 = 0
5
+ TINY = 1
6
6
  RELEASE_CANDIDATE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
@@ -341,13 +341,13 @@ name: style span
341
341
  desc: This way, you can apply style settings, as described in the next section to arbitrary phrases.
342
342
  in: |-
343
343
  I'm %{color:red}unaware%
344
- of most soft drinks.
344
+ of most %{font-size:0.5em;}soft drinks%.
345
345
  html: |-
346
346
  <p>I&#8217;m <span style="color:red;">unaware</span><br />
347
- of most soft drinks.</p>
347
+ of most <span style="font-size:0.5em;">soft drinks</span>.</p>
348
348
  lite_mode_html: |-
349
349
  I&#8217;m <span style="color:red;">unaware</span><br />
350
- of most soft drinks.
350
+ of most <span style="font-size:0.5em;">soft drinks</span>.
351
351
  ---
352
352
  name: percent sign
353
353
  desc: though percent signs indicate a span, they shouldn't be overly greedy.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RedCloth
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Garber
@@ -9,11 +9,11 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-10 00:00:00 -04:00
12
+ date: 2009-06-16 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
16
- description: RedCloth-4.2.0 - Textile parser for Ruby. http://redcloth.org/
16
+ description: RedCloth-4.2.1 - Textile parser for Ruby. http://redcloth.org/
17
17
  email: redcloth-upwards@rubyforge.org
18
18
  executables:
19
19
  - redcloth
@@ -119,6 +119,6 @@ rubyforge_project: redcloth
119
119
  rubygems_version: 1.3.1
120
120
  signing_key:
121
121
  specification_version: 2
122
- summary: RedCloth-4.2.0 - Textile parser for Ruby. http://redcloth.org/
122
+ summary: RedCloth-4.2.1 - Textile parser for Ruby. http://redcloth.org/
123
123
  test_files: []
124
124