redcarpet 1.3.1 → 1.3.2
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.
- data/ext/xhtml.c +1 -1
- data/lib/redcarpet.rb +1 -1
- data/redcarpet.gemspec +2 -2
- metadata +4 -4
data/ext/xhtml.c
CHANGED
|
@@ -452,7 +452,7 @@ rndr_normal_text(struct buf *ob, struct buf *text, struct mkd_renderopt *options
|
|
|
452
452
|
* We only check for links immediately after a space */
|
|
453
453
|
if ((i == 0 || isspace(text->data[i - 1])) &&
|
|
454
454
|
is_safe_link(text->data + i, text->size - i)) {
|
|
455
|
-
size_t j = i
|
|
455
|
+
size_t j = i;
|
|
456
456
|
|
|
457
457
|
while (j < text->size && is_uri_char(text->data[j]))
|
|
458
458
|
j++;
|
data/lib/redcarpet.rb
CHANGED
data/redcarpet.gemspec
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'redcarpet'
|
|
3
|
-
s.version = '1.3.
|
|
3
|
+
s.version = '1.3.2'
|
|
4
4
|
s.summary = "Ruby bindings for libupskirt"
|
|
5
|
-
s.date = '2011-04-
|
|
5
|
+
s.date = '2011-04-06'
|
|
6
6
|
s.email = 'vicent@github.com'
|
|
7
7
|
s.homepage = 'http://github.com/tanoku/redcarpet'
|
|
8
8
|
s.has_rdoc = true
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: redcarpet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 1.3.
|
|
9
|
+
- 2
|
|
10
|
+
version: 1.3.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- "Natacha Port\xC3\xA9"
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2011-04-
|
|
19
|
+
date: 2011-04-06 00:00:00 +03:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies: []
|
|
22
22
|
|