haml-edge 2.3.25 → 2.3.26
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.
- data/EDGE_GEM_VERSION +1 -1
- data/VERSION +1 -1
- data/extra/haml-mode.el +2 -1
- metadata +6 -6
data/EDGE_GEM_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.26
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.26
|
data/extra/haml-mode.el
CHANGED
|
@@ -253,7 +253,8 @@ whichever comes first."
|
|
|
253
253
|
;; Move through multiline attrs
|
|
254
254
|
(when (eq (char-before) ?,)
|
|
255
255
|
(save-excursion
|
|
256
|
-
(while (progn (end-of-line)
|
|
256
|
+
(while (progn (end-of-line)
|
|
257
|
+
(and (eq (char-before) ?,) (not (eobp))))
|
|
257
258
|
(forward-line))
|
|
258
259
|
|
|
259
260
|
(forward-line -1)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: haml-edge
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.26
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Weizenbaum
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2009-08-
|
|
13
|
+
date: 2009-08-28 00:00:00 -04:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -44,9 +44,9 @@ extensions: []
|
|
|
44
44
|
|
|
45
45
|
extra_rdoc_files:
|
|
46
46
|
- README.md
|
|
47
|
-
- REVISION
|
|
48
|
-
- MIT-LICENSE
|
|
49
47
|
- VERSION
|
|
48
|
+
- MIT-LICENSE
|
|
49
|
+
- REVISION
|
|
50
50
|
- VERSION_NAME
|
|
51
51
|
- EDGE_GEM_VERSION
|
|
52
52
|
files:
|
|
@@ -249,9 +249,9 @@ files:
|
|
|
249
249
|
- init.rb
|
|
250
250
|
- .yardopts
|
|
251
251
|
- README.md
|
|
252
|
-
- REVISION
|
|
253
|
-
- MIT-LICENSE
|
|
254
252
|
- VERSION
|
|
253
|
+
- MIT-LICENSE
|
|
254
|
+
- REVISION
|
|
255
255
|
- VERSION_NAME
|
|
256
256
|
- EDGE_GEM_VERSION
|
|
257
257
|
has_rdoc: true
|