jekyll-pseudo 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@ module Jekyll
12
12
  [/(\".*?\")/, :string],
13
13
  [/(<-|->|\+\+|<=|>=|--)/, :op], # try these operations first
14
14
  [/([-()\[\]{}=<>+])/, :op], # and these second
15
- [/^(\s)+/, :indent]
15
+ [/^(\s+)/, :indent]
16
16
  ]
17
17
 
18
18
  txt.strip!
@@ -24,6 +24,7 @@ module Jekyll
24
24
  end
25
25
 
26
26
  def indent(txt)
27
+ txt.gsub! "\t", ' '
27
28
  "<span class='indent'>#{txt}</span>"
28
29
  end
29
30
 
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Pseudo
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Wiktor Macura
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2013-06-17 00:00:00 -04:00
17
+ date: 2013-06-18 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency