haml-coderay 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/haml-coderay.rb +1 -2
- metadata +3 -3
data/lib/haml-coderay.rb
CHANGED
@@ -19,7 +19,7 @@ module Haml::Filters::CodeRay
|
|
19
19
|
lazy_require "coderay"
|
20
20
|
|
21
21
|
defined?(self::VERSION) ||
|
22
|
-
VERSION = "0.1.
|
22
|
+
VERSION = "0.1.1".freeze
|
23
23
|
|
24
24
|
# Encoder (_default_: `:div`).
|
25
25
|
#
|
@@ -57,7 +57,6 @@ module Haml::Filters::CodeRay_raw
|
|
57
57
|
lazy_require "coderay"
|
58
58
|
|
59
59
|
def compile(precompiler, text)
|
60
|
-
precompiler.options[:suppress_eval] = true
|
61
60
|
text = Haml::Helpers::find_and_preserve(
|
62
61
|
Haml::Filters::CodeRay.render(text).rstrip,
|
63
62
|
precompiler.options[:preserve])
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: haml-coderay
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 1
|
10
|
+
version: 0.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- "\xC3\x98rjan Blom"
|