haml-edge 2.1.43 → 2.1.44
Sign up to get free protection for your applications and to get access to all the features.
- data/EDGE_GEM_VERSION +1 -1
- data/VERSION +1 -1
- data/lib/sass/tree/node.rb +1 -1
- metadata +3 -3
data/EDGE_GEM_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.1.
|
1
|
+
2.1.44
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.1.
|
1
|
+
2.1.44
|
data/lib/sass/tree/node.rb
CHANGED
@@ -137,7 +137,7 @@ module Sass
|
|
137
137
|
end
|
138
138
|
|
139
139
|
# Runs the dynamic Sass code:
|
140
|
-
# mixins, variables, control
|
140
|
+
# mixins, variables, control directives, and so forth.
|
141
141
|
# This doesn't modify this node or any of its children.
|
142
142
|
#
|
143
143
|
# \{#perform} shouldn't be overridden directly;
|
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.1.
|
4
|
+
version: 2.1.44
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nathan Weizenbaum
|
@@ -25,10 +25,10 @@ extensions: []
|
|
25
25
|
|
26
26
|
extra_rdoc_files:
|
27
27
|
- README.md
|
28
|
+
- REVISION
|
28
29
|
- MIT-LICENSE
|
29
30
|
- VERSION
|
30
31
|
- VERSION_NAME
|
31
|
-
- REVISION
|
32
32
|
- EDGE_GEM_VERSION
|
33
33
|
files:
|
34
34
|
- rails/init.rb
|
@@ -229,10 +229,10 @@ files:
|
|
229
229
|
- Rakefile
|
230
230
|
- init.rb
|
231
231
|
- README.md
|
232
|
+
- REVISION
|
232
233
|
- MIT-LICENSE
|
233
234
|
- VERSION
|
234
235
|
- VERSION_NAME
|
235
|
-
- REVISION
|
236
236
|
- EDGE_GEM_VERSION
|
237
237
|
has_rdoc: true
|
238
238
|
homepage: http://haml.hamptoncatlin.com/
|