haml-edge 2.3.21 → 2.3.22
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 +1 -1
- metadata +6 -6
data/EDGE_GEM_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.22
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.22
|
data/extra/haml-mode.el
CHANGED
|
@@ -486,7 +486,7 @@ beginning the hash."
|
|
|
486
486
|
(save-excursion
|
|
487
487
|
(while t
|
|
488
488
|
(beginning-of-line)
|
|
489
|
-
(if (looking-at (
|
|
489
|
+
(if (looking-at (concat haml-tag-beg-re "\\([{(]\\)"))
|
|
490
490
|
(progn
|
|
491
491
|
(goto-char (- (match-end 0) 1))
|
|
492
492
|
(haml-limited-forward-sexp (save-excursion (end-of-line) (point)))
|
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.22
|
|
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-07-
|
|
13
|
+
date: 2009-07-28 00:00:00 -04:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -44,10 +44,10 @@ extensions: []
|
|
|
44
44
|
|
|
45
45
|
extra_rdoc_files:
|
|
46
46
|
- README.md
|
|
47
|
-
- VERSION
|
|
48
47
|
- MIT-LICENSE
|
|
49
|
-
-
|
|
48
|
+
- VERSION
|
|
50
49
|
- VERSION_NAME
|
|
50
|
+
- REVISION
|
|
51
51
|
- EDGE_GEM_VERSION
|
|
52
52
|
files:
|
|
53
53
|
- rails/init.rb
|
|
@@ -249,10 +249,10 @@ files:
|
|
|
249
249
|
- init.rb
|
|
250
250
|
- .yardopts
|
|
251
251
|
- README.md
|
|
252
|
-
- VERSION
|
|
253
252
|
- MIT-LICENSE
|
|
254
|
-
-
|
|
253
|
+
- VERSION
|
|
255
254
|
- VERSION_NAME
|
|
255
|
+
- REVISION
|
|
256
256
|
- EDGE_GEM_VERSION
|
|
257
257
|
has_rdoc: true
|
|
258
258
|
homepage: http://haml.hamptoncatlin.com/
|