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.
@@ -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 + i;
455
+ size_t j = i;
456
456
 
457
457
  while (j < text->size && is_uri_char(text->data[j]))
458
458
  j++;
@@ -26,7 +26,7 @@
26
26
  # end
27
27
  #
28
28
  class Redcarpet
29
- VERSION = '1.3.1'
29
+ VERSION = '1.3.2'
30
30
 
31
31
  # Original Markdown formatted text.
32
32
  attr_reader :text
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'redcarpet'
3
- s.version = '1.3.1'
3
+ s.version = '1.3.2'
4
4
  s.summary = "Ruby bindings for libupskirt"
5
- s.date = '2011-04-05'
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: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 1
10
- version: 1.3.1
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-05 00:00:00 +03:00
19
+ date: 2011-04-06 00:00:00 +03:00
20
20
  default_executable:
21
21
  dependencies: []
22
22