haml-edge 2.3.56 → 2.3.57
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
- metadata +8 -9
data/EDGE_GEM_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.3.
|
1
|
+
2.3.57
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.3.
|
1
|
+
2.3.57
|
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.57
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nathan Weizenbaum
|
@@ -149,9 +149,12 @@ files:
|
|
149
149
|
- test/haml/results/tag_parsing.xhtml
|
150
150
|
- test/haml/results/very_basic.xhtml
|
151
151
|
- test/haml/results/whitespace_handling.xhtml
|
152
|
-
- test/haml/rhtml
|
153
152
|
- test/haml/spec
|
154
|
-
- test/haml/
|
153
|
+
- test/haml/erb
|
154
|
+
- test/haml/erb/_av_partial_1.erb
|
155
|
+
- test/haml/erb/_av_partial_2.erb
|
156
|
+
- test/haml/erb/action_view.erb
|
157
|
+
- test/haml/erb/standard.rhtml
|
155
158
|
- test/haml/template_test.rb
|
156
159
|
- test/haml/templates
|
157
160
|
- test/haml/templates/_av_partial_1.haml
|
@@ -186,11 +189,7 @@ files:
|
|
186
189
|
- test/haml/templates/very_basic.haml
|
187
190
|
- test/haml/templates/whitespace_handling.haml
|
188
191
|
- test/haml/util_test.rb
|
189
|
-
- test/haml/
|
190
|
-
- test/haml/erb/_av_partial_1.erb
|
191
|
-
- test/haml/erb/_av_partial_2.erb
|
192
|
-
- test/haml/erb/action_view.erb
|
193
|
-
- test/haml/erb/standard.rhtml
|
192
|
+
- test/haml/spec_test.rb
|
194
193
|
- test/linked_rails.rb
|
195
194
|
- test/sass
|
196
195
|
- test/sass/css2sass_test.rb
|
@@ -304,9 +303,9 @@ test_files:
|
|
304
303
|
- test/haml/engine_test.rb
|
305
304
|
- test/haml/helper_test.rb
|
306
305
|
- test/haml/html2haml_test.rb
|
307
|
-
- test/haml/spec_test.rb
|
308
306
|
- test/haml/template_test.rb
|
309
307
|
- test/haml/util_test.rb
|
308
|
+
- test/haml/spec_test.rb
|
310
309
|
- test/sass/css2sass_test.rb
|
311
310
|
- test/sass/engine_test.rb
|
312
311
|
- test/sass/functions_test.rb
|