sass 3.2.0.alpha.33 → 3.2.0.alpha.34

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/REVISION +1 -1
  2. data/VERSION +1 -1
  3. metadata +10 -10
data/REVISION CHANGED
@@ -1 +1 @@
1
- d56ebfe074b7f23e689330e32d9dd0dd4f7ec76d
1
+ f6addd2e834a5464f5ab01327c0d7a9900138ccb
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.2.0.alpha.33
1
+ 3.2.0.alpha.34
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0.alpha.33
4
+ version: 3.2.0.alpha.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum
@@ -113,6 +113,7 @@ files:
113
113
  - lib/sass/shared.rb
114
114
  - lib/sass/tree/charset_node.rb
115
115
  - lib/sass/tree/comment_node.rb
116
+ - lib/sass/tree/node.rb
116
117
  - lib/sass/tree/debug_node.rb
117
118
  - lib/sass/tree/directive_node.rb
118
119
  - lib/sass/tree/each_node.rb
@@ -124,11 +125,11 @@ files:
124
125
  - lib/sass/tree/media_node.rb
125
126
  - lib/sass/tree/mixin_def_node.rb
126
127
  - lib/sass/tree/mixin_node.rb
127
- - lib/sass/tree/node.rb
128
128
  - lib/sass/tree/prop_node.rb
129
129
  - lib/sass/tree/return_node.rb
130
130
  - lib/sass/tree/root_node.rb
131
131
  - lib/sass/tree/rule_node.rb
132
+ - lib/sass/tree/content_node.rb
132
133
  - lib/sass/tree/variable_node.rb
133
134
  - lib/sass/tree/visitors/base.rb
134
135
  - lib/sass/tree/visitors/check_nesting.rb
@@ -140,7 +141,6 @@ files:
140
141
  - lib/sass/tree/visitors/to_css.rb
141
142
  - lib/sass/tree/warn_node.rb
142
143
  - lib/sass/tree/while_node.rb
143
- - lib/sass/tree/content_node.rb
144
144
  - lib/sass/tree/trace_node.rb
145
145
  - lib/sass/util.rb
146
146
  - lib/sass/util/subset_map.rb
@@ -183,6 +183,8 @@ files:
183
183
  - bin/sass
184
184
  - bin/sass-convert
185
185
  - bin/scss
186
+ - test/Gemfile
187
+ - test/Gemfile.lock
186
188
  - test/sass/cache_test.rb
187
189
  - test/sass/callbacks_test.rb
188
190
  - test/sass/conversion_test.rb
@@ -215,6 +217,7 @@ files:
215
217
  - test/sass/results/import_charset.css
216
218
  - test/sass/results/import_charset_1_8.css
217
219
  - test/sass/results/import_charset_ibm866.css
220
+ - test/sass/results/import_content.css
218
221
  - test/sass/results/line_numbers.css
219
222
  - test/sass/results/mixins.css
220
223
  - test/sass/results/multiline.css
@@ -229,7 +232,6 @@ files:
229
232
  - test/sass/results/units.css
230
233
  - test/sass/results/warn.css
231
234
  - test/sass/results/warn_imported.css
232
- - test/sass/results/import_content.css
233
235
  - test/sass/script_conversion_test.rb
234
236
  - test/sass/script_test.rb
235
237
  - test/sass/scss/css_test.rb
@@ -238,6 +240,7 @@ files:
238
240
  - test/sass/scss/test_helper.rb
239
241
  - test/sass/templates/_imported_charset_ibm866.sass
240
242
  - test/sass/templates/_imported_charset_utf8.sass
243
+ - test/sass/templates/_imported_content.sass
241
244
  - test/sass/templates/_partial.sass
242
245
  - test/sass/templates/alt.sass
243
246
  - test/sass/templates/basic.sass
@@ -245,6 +248,7 @@ files:
245
248
  - test/sass/templates/bork2.sass
246
249
  - test/sass/templates/bork3.sass
247
250
  - test/sass/templates/bork4.sass
251
+ - test/sass/templates/bork5.sass
248
252
  - test/sass/templates/compact.sass
249
253
  - test/sass/templates/complex.sass
250
254
  - test/sass/templates/compressed.sass
@@ -254,6 +258,7 @@ files:
254
258
  - test/sass/templates/import_charset.sass
255
259
  - test/sass/templates/import_charset_1_8.sass
256
260
  - test/sass/templates/import_charset_ibm866.sass
261
+ - test/sass/templates/import_content.sass
257
262
  - test/sass/templates/importee.less
258
263
  - test/sass/templates/importee.sass
259
264
  - test/sass/templates/line_numbers.sass
@@ -265,6 +270,7 @@ files:
265
270
  - test/sass/templates/nested_bork2.sass
266
271
  - test/sass/templates/nested_bork3.sass
267
272
  - test/sass/templates/nested_bork4.sass
273
+ - test/sass/templates/nested_bork5.sass
268
274
  - test/sass/templates/nested_import.sass
269
275
  - test/sass/templates/nested_mixin_bork.sass
270
276
  - test/sass/templates/options.sass
@@ -278,16 +284,10 @@ files:
278
284
  - test/sass/templates/units.sass
279
285
  - test/sass/templates/warn.sass
280
286
  - test/sass/templates/warn_imported.sass
281
- - test/sass/templates/_imported_content.sass
282
- - test/sass/templates/bork5.sass
283
- - test/sass/templates/import_content.sass
284
- - test/sass/templates/nested_bork5.sass
285
287
  - test/sass/test_helper.rb
286
288
  - test/sass/util/subset_map_test.rb
287
289
  - test/sass/util_test.rb
288
290
  - test/test_helper.rb
289
- - test/Gemfile
290
- - test/Gemfile.lock
291
291
  - extra/update_watch.rb
292
292
  - Rakefile
293
293
  - init.rb