RedCloth 4.2.1 → 4.2.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of RedCloth might be problematic. Click here for more details.

@@ -2,7 +2,7 @@ module RedCloth
2
2
  module VERSION
3
3
  MAJOR = 4
4
4
  MINOR = 2
5
- TINY = 1
5
+ TINY = 2
6
6
  RELEASE_CANDIDATE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
@@ -375,8 +375,8 @@ html: <p class="example1" id="big-red2">Red here</p>
375
375
  ---
376
376
  name: css style
377
377
  desc: Style settings can be provided directly by surrounding them in curly braces.
378
- in: p{color:blue;margin:30px}. Spacey blue
379
- html: <p style="color:blue;margin:30px;">Spacey blue</p>
378
+ in: p{color:blue;margin:30px;font-size:120%;}. Spacey blue
379
+ html: <p style="color:blue;margin:30px;font-size:120%;">Spacey blue</p>
380
380
  ---
381
381
  name: language designations
382
382
  desc: Language designations can be given between angel brackets.
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.1
4
+ version: 4.2.2
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-16 00:00:00 -04:00
12
+ date: 2009-06-30 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
16
- description: RedCloth-4.2.1 - Textile parser for Ruby. http://redcloth.org/
16
+ description: RedCloth-4.2.2 - 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.1 - Textile parser for Ruby. http://redcloth.org/
122
+ summary: RedCloth-4.2.2 - Textile parser for Ruby. http://redcloth.org/
123
123
  test_files: []
124
124