haml2slim 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,7 @@ module Haml2Slim
27
27
  when ?! then line.sub(/^!!!/, '! doctype')
28
28
  when ?-, ?= then line
29
29
  when ?~ then line.sub(/^~/, '=')
30
- when ?/ then line
30
+ when ?/ then line.sub(/^\//, '/!')
31
31
  when ?\ then line.sub(/^\\/, '|')
32
32
  when nil then ""
33
33
  else "| #{line}"
@@ -1,3 +1,3 @@
1
1
  module Haml2Slim
2
- VERSION = '0.4.2'
2
+ VERSION = '0.4.3'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 2
9
- version: 0.4.2
8
+ - 3
9
+ version: 0.4.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Fred Wu
@@ -69,8 +69,8 @@ dependencies:
69
69
  segments:
70
70
  - 0
71
71
  - 8
72
- - 1
73
- version: 0.8.1
72
+ - 3
73
+ version: 0.8.3
74
74
  type: :development
75
75
  version_requirements: *id004
76
76
  description: Convert Haml templates to Slim templates.