haml-edge 2.3.210 → 2.3.211

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.
Files changed (3) hide show
  1. data/EDGE_GEM_VERSION +1 -1
  2. data/VERSION +1 -1
  3. metadata +11 -11
data/EDGE_GEM_VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.210
1
+ 2.3.211
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.210
1
+ 2.3.211
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.210
4
+ version: 2.3.211
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum
@@ -120,15 +120,15 @@ files:
120
120
  - lib/sass/tree/rule_node.rb
121
121
  - lib/sass/tree/variable_node.rb
122
122
  - lib/sass/tree/while_node.rb
123
+ - lib/sass/tree/extend_node.rb
123
124
  - lib/sass/tree/root_node.rb
124
125
  - lib/sass/tree/warn_node.rb
125
- - lib/sass/tree/extend_node.rb
126
126
  - lib/sass/scss/css_parser.rb
127
127
  - lib/sass/scss/parser.rb
128
128
  - lib/sass/scss/rx.rb
129
+ - lib/sass/scss/sass_parser.rb
129
130
  - lib/sass/scss/script_lexer.rb
130
131
  - lib/sass/scss/script_parser.rb
131
- - lib/sass/scss/sass_parser.rb
132
132
  - lib/sass/scss/static_parser.rb
133
133
  - lib/sass/selector.rb
134
134
  - lib/sass/selector/abstract_sequence.rb
@@ -252,10 +252,7 @@ files:
252
252
  - test/sass/more_templates/_more_partial.sass
253
253
  - test/sass/more_templates/more1.sass
254
254
  - test/sass/more_templates/more_import.sass
255
- - test/sass/scss/css_test.rb
256
- - test/sass/scss/rx_test.rb
257
- - test/sass/scss/scss_test.rb
258
- - test/sass/scss/test_helper.rb
255
+ - test/sass/extend_test.rb
259
256
  - test/sass/results/alt.css
260
257
  - test/sass/results/basic.css
261
258
  - test/sass/results/compact.css
@@ -279,6 +276,10 @@ files:
279
276
  - test/sass/results/warn_imported.css
280
277
  - test/sass/callbacks_test.rb
281
278
  - test/sass/conversion_test.rb
279
+ - test/sass/scss/css_test.rb
280
+ - test/sass/scss/rx_test.rb
281
+ - test/sass/scss/scss_test.rb
282
+ - test/sass/scss/test_helper.rb
282
283
  - test/sass/templates/_partial.sass
283
284
  - test/sass/templates/alt.sass
284
285
  - test/sass/templates/basic.sass
@@ -314,7 +315,6 @@ files:
314
315
  - test/sass/templates/warn.sass
315
316
  - test/sass/templates/warn_imported.sass
316
317
  - test/sass/script_conversion_test.rb
317
- - test/sass/extend_test.rb
318
318
  - test/test_helper.rb
319
319
  - extra/haml-mode.el
320
320
  - extra/sass-mode.el
@@ -378,10 +378,10 @@ test_files:
378
378
  - test/sass/functions_test.rb
379
379
  - test/sass/plugin_test.rb
380
380
  - test/sass/script_test.rb
381
+ - test/sass/extend_test.rb
382
+ - test/sass/callbacks_test.rb
383
+ - test/sass/conversion_test.rb
381
384
  - test/sass/scss/css_test.rb
382
385
  - test/sass/scss/rx_test.rb
383
386
  - test/sass/scss/scss_test.rb
384
- - test/sass/callbacks_test.rb
385
- - test/sass/conversion_test.rb
386
387
  - test/sass/script_conversion_test.rb
387
- - test/sass/extend_test.rb