RedCloth 4.2.1-x86-mswin32-60 → 4.2.2-x86-mswin32-60
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.
Potentially problematic release.
This version of RedCloth might be problematic. Click here for more details.
- data/CHANGELOG +4 -0
- data/RedCloth.gemspec +4 -4
- data/lib/redcloth/version.rb +1 -1
- data/lib/redcloth_scan.so +0 -0
- data/spec/fixtures/basic.yml +2 -2
- metadata +4 -4
data/CHANGELOG
CHANGED
data/RedCloth.gemspec
CHANGED
@@ -2,14 +2,14 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{RedCloth}
|
5
|
-
s.version = "4.2.
|
5
|
+
s.version = "4.2.2"
|
6
6
|
s.platform = %q{x86-mswin32-60}
|
7
7
|
|
8
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
9
9
|
s.authors = ["Jason Garber"]
|
10
|
-
s.date = %q{2009-06-
|
10
|
+
s.date = %q{2009-06-30}
|
11
11
|
s.default_executable = %q{redcloth}
|
12
|
-
s.description = %q{RedCloth-4.2.
|
12
|
+
s.description = %q{RedCloth-4.2.2 - Textile parser for Ruby. http://redcloth.org/}
|
13
13
|
s.email = %q{redcloth-upwards@rubyforge.org}
|
14
14
|
s.executables = ["redcloth"]
|
15
15
|
s.extra_rdoc_files = ["CHANGELOG", "lib/case_sensitive_require/RedCloth.rb", "lib/redcloth/erb_extension.rb", "lib/redcloth/formatters/base.rb", "lib/redcloth/formatters/html.rb", "lib/redcloth/formatters/latex.rb", "lib/redcloth/textile_doc.rb", "lib/redcloth/version.rb", "lib/redcloth.rb", "README"]
|
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
|
21
21
|
s.required_ruby_version = Gem::Requirement.new(">= 1.8.4")
|
22
22
|
s.rubyforge_project = %q{redcloth}
|
23
23
|
s.rubygems_version = %q{1.3.1}
|
24
|
-
s.summary = %q{RedCloth-4.2.
|
24
|
+
s.summary = %q{RedCloth-4.2.2 - Textile parser for Ruby. http://redcloth.org/}
|
25
25
|
|
26
26
|
if s.respond_to? :specification_version then
|
27
27
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
data/lib/redcloth/version.rb
CHANGED
data/lib/redcloth_scan.so
CHANGED
Binary file
|
data/spec/fixtures/basic.yml
CHANGED
@@ -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.
|
4
|
+
version: 4.2.2
|
5
5
|
platform: x86-mswin32-60
|
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-
|
12
|
+
date: 2009-06-30 00:00:00 -04:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
16
|
-
description: RedCloth-4.2.
|
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
|
@@ -117,6 +117,6 @@ rubyforge_project: redcloth
|
|
117
117
|
rubygems_version: 1.3.1
|
118
118
|
signing_key:
|
119
119
|
specification_version: 2
|
120
|
-
summary: RedCloth-4.2.
|
120
|
+
summary: RedCloth-4.2.2 - Textile parser for Ruby. http://redcloth.org/
|
121
121
|
test_files: []
|
122
122
|
|