haml2slim 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,7 +38,7 @@ module Haml2Slim
38
38
  tag_line.sub!(/^%/, "")
39
39
 
40
40
  if attrs = tag_line.match(/\{(.+)\}/)
41
- tag = tag_line.match(/(\w+)\{/)[1]
41
+ tag = tag_line.match(/(.+)\{/)[1]
42
42
  attrs = tag_line.match(/\{(.+)\}/)[1]
43
43
  .gsub(/:?"?([A-Za-z0-9\-_]+)"? ?=>/, '\1 =>')
44
44
  .gsub(/ ?=> ?/, "=")
@@ -1,3 +1,3 @@
1
1
  module Haml2Slim
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  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
  - Fred Wu