haml-edge 2.3.241 → 2.3.242
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
- metadata +20 -20
data/EDGE_GEM_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.242
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.242
|
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.242
|
|
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: 2010-05-
|
|
13
|
+
date: 2010-05-04 00:00:00 -04:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -89,7 +89,7 @@ files:
|
|
|
89
89
|
- lib/sass/plugin/rails.rb
|
|
90
90
|
- lib/sass/plugin/staleness_checker.rb
|
|
91
91
|
- lib/sass/script.rb
|
|
92
|
-
- lib/sass/
|
|
92
|
+
- lib/sass/less.rb
|
|
93
93
|
- lib/sass/script/bool.rb
|
|
94
94
|
- lib/sass/script/color.rb
|
|
95
95
|
- lib/sass/script/funcall.rb
|
|
@@ -108,6 +108,7 @@ files:
|
|
|
108
108
|
- lib/sass/script/interpolation.rb
|
|
109
109
|
- lib/sass/script/string_interpolation.rb
|
|
110
110
|
- lib/sass/callbacks.rb
|
|
111
|
+
- lib/sass/scss.rb
|
|
111
112
|
- lib/sass/scss/css_parser.rb
|
|
112
113
|
- lib/sass/scss/parser.rb
|
|
113
114
|
- lib/sass/scss/rx.rb
|
|
@@ -115,7 +116,11 @@ files:
|
|
|
115
116
|
- lib/sass/scss/script_lexer.rb
|
|
116
117
|
- lib/sass/scss/script_parser.rb
|
|
117
118
|
- lib/sass/scss/static_parser.rb
|
|
118
|
-
- lib/sass/selector.rb
|
|
119
|
+
- lib/sass/selector/abstract_sequence.rb
|
|
120
|
+
- lib/sass/selector/comma_sequence.rb
|
|
121
|
+
- lib/sass/selector/sequence.rb
|
|
122
|
+
- lib/sass/selector/simple.rb
|
|
123
|
+
- lib/sass/selector/simple_sequence.rb
|
|
119
124
|
- lib/sass/tree/comment_node.rb
|
|
120
125
|
- lib/sass/tree/debug_node.rb
|
|
121
126
|
- lib/sass/tree/directive_node.rb
|
|
@@ -132,12 +137,7 @@ files:
|
|
|
132
137
|
- lib/sass/tree/extend_node.rb
|
|
133
138
|
- lib/sass/tree/root_node.rb
|
|
134
139
|
- lib/sass/tree/warn_node.rb
|
|
135
|
-
- lib/sass/selector
|
|
136
|
-
- lib/sass/selector/comma_sequence.rb
|
|
137
|
-
- lib/sass/selector/sequence.rb
|
|
138
|
-
- lib/sass/selector/simple.rb
|
|
139
|
-
- lib/sass/selector/simple_sequence.rb
|
|
140
|
-
- lib/sass/less.rb
|
|
140
|
+
- lib/sass/selector.rb
|
|
141
141
|
- vendor/fssm/LICENSE
|
|
142
142
|
- vendor/fssm/README.markdown
|
|
143
143
|
- vendor/fssm/Rakefile
|
|
@@ -278,7 +278,11 @@ files:
|
|
|
278
278
|
- test/sass/results/warn.css
|
|
279
279
|
- test/sass/results/warn_imported.css
|
|
280
280
|
- test/sass/conversion_test.rb
|
|
281
|
-
- test/sass/
|
|
281
|
+
- test/sass/less_conversion_test.rb
|
|
282
|
+
- test/sass/scss/css_test.rb
|
|
283
|
+
- test/sass/scss/rx_test.rb
|
|
284
|
+
- test/sass/scss/scss_test.rb
|
|
285
|
+
- test/sass/scss/test_helper.rb
|
|
282
286
|
- test/sass/templates/_partial.sass
|
|
283
287
|
- test/sass/templates/alt.sass
|
|
284
288
|
- test/sass/templates/basic.sass
|
|
@@ -299,6 +303,7 @@ files:
|
|
|
299
303
|
- test/sass/templates/nested.sass
|
|
300
304
|
- test/sass/templates/bork3.sass
|
|
301
305
|
- test/sass/templates/bork4.sass
|
|
306
|
+
- test/sass/templates/importee.less
|
|
302
307
|
- test/sass/templates/mixin_bork.sass
|
|
303
308
|
- test/sass/templates/nested_bork1.sass
|
|
304
309
|
- test/sass/templates/nested_bork2.sass
|
|
@@ -306,19 +311,14 @@ files:
|
|
|
306
311
|
- test/sass/templates/nested_bork4.sass
|
|
307
312
|
- test/sass/templates/nested_mixin_bork.sass
|
|
308
313
|
- test/sass/templates/options.sass
|
|
309
|
-
- test/sass/templates/scss_import.scss
|
|
310
314
|
- test/sass/templates/subdir/nested_subdir/_nested_partial.sass
|
|
311
315
|
- test/sass/templates/subdir/nested_subdir/nested_subdir.sass
|
|
312
316
|
- test/sass/templates/subdir/subdir.sass
|
|
317
|
+
- test/sass/templates/scss_import.scss
|
|
313
318
|
- test/sass/templates/scss_importee.scss
|
|
314
319
|
- test/sass/templates/warn.sass
|
|
315
320
|
- test/sass/templates/warn_imported.sass
|
|
316
|
-
- test/sass/
|
|
317
|
-
- test/sass/scss/css_test.rb
|
|
318
|
-
- test/sass/scss/rx_test.rb
|
|
319
|
-
- test/sass/scss/scss_test.rb
|
|
320
|
-
- test/sass/scss/test_helper.rb
|
|
321
|
-
- test/sass/less_conversion_test.rb
|
|
321
|
+
- test/sass/script_conversion_test.rb
|
|
322
322
|
- test/test_helper.rb
|
|
323
323
|
- extra/haml-mode.el
|
|
324
324
|
- extra/sass-mode.el
|
|
@@ -385,8 +385,8 @@ test_files:
|
|
|
385
385
|
- test/sass/callbacks_test.rb
|
|
386
386
|
- test/sass/extend_test.rb
|
|
387
387
|
- test/sass/conversion_test.rb
|
|
388
|
-
- test/sass/
|
|
388
|
+
- test/sass/less_conversion_test.rb
|
|
389
389
|
- test/sass/scss/css_test.rb
|
|
390
390
|
- test/sass/scss/rx_test.rb
|
|
391
391
|
- test/sass/scss/scss_test.rb
|
|
392
|
-
- test/sass/
|
|
392
|
+
- test/sass/script_conversion_test.rb
|