haml-edge 2.3.34 → 2.3.35
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 +6 -6
data/EDGE_GEM_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.3.
|
1
|
+
2.3.35
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.3.
|
1
|
+
2.3.35
|
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.35
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nathan Weizenbaum
|
@@ -44,10 +44,10 @@ extensions: []
|
|
44
44
|
|
45
45
|
extra_rdoc_files:
|
46
46
|
- README.md
|
47
|
+
- REVISION
|
47
48
|
- VERSION
|
48
49
|
- CONTRIBUTING
|
49
50
|
- MIT-LICENSE
|
50
|
-
- REVISION
|
51
51
|
- VERSION_NAME
|
52
52
|
- EDGE_GEM_VERSION
|
53
53
|
files:
|
@@ -151,6 +151,8 @@ files:
|
|
151
151
|
- test/haml/rhtml/_av_partial_2.rhtml
|
152
152
|
- test/haml/rhtml/action_view.rhtml
|
153
153
|
- test/haml/rhtml/standard.rhtml
|
154
|
+
- test/haml/spec
|
155
|
+
- test/haml/spec_test.rb
|
154
156
|
- test/haml/template_test.rb
|
155
157
|
- test/haml/templates
|
156
158
|
- test/haml/templates/_av_partial_1.haml
|
@@ -185,8 +187,6 @@ files:
|
|
185
187
|
- test/haml/templates/very_basic.haml
|
186
188
|
- test/haml/templates/whitespace_handling.haml
|
187
189
|
- test/haml/util_test.rb
|
188
|
-
- test/haml/spec
|
189
|
-
- test/haml/spec_test.rb
|
190
190
|
- test/linked_rails.rb
|
191
191
|
- test/sass
|
192
192
|
- test/sass/css2sass_test.rb
|
@@ -257,10 +257,10 @@ files:
|
|
257
257
|
- init.rb
|
258
258
|
- .yardopts
|
259
259
|
- README.md
|
260
|
+
- REVISION
|
260
261
|
- VERSION
|
261
262
|
- CONTRIBUTING
|
262
263
|
- MIT-LICENSE
|
263
|
-
- REVISION
|
264
264
|
- VERSION_NAME
|
265
265
|
- EDGE_GEM_VERSION
|
266
266
|
has_rdoc: true
|
@@ -300,9 +300,9 @@ test_files:
|
|
300
300
|
- test/haml/engine_test.rb
|
301
301
|
- test/haml/helper_test.rb
|
302
302
|
- test/haml/html2haml_test.rb
|
303
|
+
- test/haml/spec_test.rb
|
303
304
|
- test/haml/template_test.rb
|
304
305
|
- test/haml/util_test.rb
|
305
|
-
- test/haml/spec_test.rb
|
306
306
|
- test/sass/css2sass_test.rb
|
307
307
|
- test/sass/engine_test.rb
|
308
308
|
- test/sass/functions_test.rb
|