sass 3.1.0.alpha.263 → 3.1.0

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 (4) hide show
  1. data/REVISION +1 -1
  2. data/VERSION +1 -1
  3. data/VERSION_NAME +1 -1
  4. metadata +221 -197
data/REVISION CHANGED
@@ -1 +1 @@
1
- 1f56925df17ec8196fd6687b9f16f2da2b6b2a2d
1
+ (release)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.0.alpha.263
1
+ 3.1.0
@@ -1 +1 @@
1
- Bleeding Edge
1
+ Brainy Betty
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0.alpha.263
4
+ hash: 3
5
+ prerelease: false
6
+ segments:
7
+ - 3
8
+ - 1
9
+ - 0
10
+ version: 3.1.0
5
11
  platform: ruby
6
12
  authors:
7
13
  - Nathan Weizenbaum
@@ -11,29 +17,41 @@ autorequire:
11
17
  bindir: bin
12
18
  cert_chain: []
13
19
 
14
- date: 2011-04-24 00:00:00 -04:00
20
+ date: 2011-04-24 00:00:00 -07:00
15
21
  default_executable:
16
22
  dependencies:
17
23
  - !ruby/object:Gem::Dependency
18
24
  name: yard
19
- type: :development
20
- version_requirement:
21
- version_requirements: !ruby/object:Gem::Requirement
25
+ prerelease: false
26
+ requirement: &id001 !ruby/object:Gem::Requirement
27
+ none: false
22
28
  requirements:
23
29
  - - ">="
24
30
  - !ruby/object:Gem::Version
31
+ hash: 13
32
+ segments:
33
+ - 0
34
+ - 5
35
+ - 3
25
36
  version: 0.5.3
26
- version:
37
+ type: :development
38
+ version_requirements: *id001
27
39
  - !ruby/object:Gem::Dependency
28
40
  name: maruku
29
- type: :development
30
- version_requirement:
31
- version_requirements: !ruby/object:Gem::Requirement
41
+ prerelease: false
42
+ requirement: &id002 !ruby/object:Gem::Requirement
43
+ none: false
32
44
  requirements:
33
45
  - - ">="
34
46
  - !ruby/object:Gem::Version
47
+ hash: 25
48
+ segments:
49
+ - 0
50
+ - 5
51
+ - 9
35
52
  version: 0.5.9
36
- version:
53
+ type: :development
54
+ version_requirements: *id002
37
55
  description: " Sass makes CSS fun again. Sass is an extension of CSS3, adding\n nested rules, variables, mixins, selector inheritance, and more.\n It's translated to well-formatted, standard CSS using the\n command line tool or a web-framework plugin.\n"
38
56
  email: sass-lang@googlegroups.com
39
57
  executables:
@@ -45,237 +63,237 @@ extra_rdoc_files: []
45
63
 
46
64
  files:
47
65
  - rails/init.rb
48
- - lib/sass.rb
49
- - lib/sass/callbacks.rb
50
- - lib/sass/css.rb
51
- - lib/sass/engine.rb
52
- - lib/sass/environment.rb
66
+ - lib/sass/util/subset_map.rb
67
+ - lib/sass/shared.rb
53
68
  - lib/sass/error.rb
54
- - lib/sass/exec.rb
55
- - lib/sass/less.rb
56
- - lib/sass/plugin.rb
57
- - lib/sass/script.rb
58
- - lib/sass/selector.rb
59
- - lib/sass/cache_stores.rb
60
- - lib/sass/cache_stores/base.rb
61
- - lib/sass/cache_stores/chain.rb
69
+ - lib/sass/importers.rb
62
70
  - lib/sass/cache_stores/filesystem.rb
71
+ - lib/sass/cache_stores/chain.rb
63
72
  - lib/sass/cache_stores/memory.rb
64
73
  - lib/sass/cache_stores/null.rb
65
- - lib/sass/plugin/configuration.rb
66
- - lib/sass/plugin/merb.rb
67
- - lib/sass/plugin/generic.rb
74
+ - lib/sass/cache_stores/base.rb
75
+ - lib/sass/environment.rb
68
76
  - lib/sass/plugin/rack.rb
69
- - lib/sass/plugin/rails.rb
70
77
  - lib/sass/plugin/staleness_checker.rb
71
78
  - lib/sass/plugin/compiler.rb
72
- - lib/sass/importers.rb
73
- - lib/sass/repl.rb
74
- - lib/sass/importers/base.rb
75
- - lib/sass/importers/filesystem.rb
76
- - lib/sass/root.rb
77
- - lib/sass/script/bool.rb
78
- - lib/sass/script/color.rb
79
- - lib/sass/script/css_lexer.rb
80
- - lib/sass/script/css_parser.rb
81
- - lib/sass/script/funcall.rb
82
- - lib/sass/script/functions.rb
83
- - lib/sass/script/interpolation.rb
79
+ - lib/sass/plugin/configuration.rb
80
+ - lib/sass/plugin/merb.rb
81
+ - lib/sass/plugin/rails.rb
82
+ - lib/sass/plugin/generic.rb
83
+ - lib/sass/railtie.rb
84
+ - lib/sass/callbacks.rb
85
+ - lib/sass/script/string.rb
86
+ - lib/sass/script/node.rb
84
87
  - lib/sass/script/lexer.rb
88
+ - lib/sass/script/string_interpolation.rb
89
+ - lib/sass/script/css_parser.rb
90
+ - lib/sass/script/variable.rb
85
91
  - lib/sass/script/literal.rb
86
- - lib/sass/script/node.rb
92
+ - lib/sass/script/bool.rb
87
93
  - lib/sass/script/number.rb
94
+ - lib/sass/script/unary_operation.rb
95
+ - lib/sass/script/css_lexer.rb
88
96
  - lib/sass/script/operation.rb
89
97
  - lib/sass/script/parser.rb
90
- - lib/sass/script/string.rb
91
- - lib/sass/script/string_interpolation.rb
98
+ - lib/sass/script/funcall.rb
99
+ - lib/sass/script/color.rb
100
+ - lib/sass/script/interpolation.rb
92
101
  - lib/sass/script/list.rb
93
- - lib/sass/script/unary_operation.rb
94
- - lib/sass/script/variable.rb
95
- - lib/sass/scss.rb
96
- - lib/sass/scss/css_parser.rb
97
- - lib/sass/scss/parser.rb
98
- - lib/sass/scss/rx.rb
99
- - lib/sass/scss/sass_parser.rb
100
- - lib/sass/scss/script_lexer.rb
101
- - lib/sass/scss/script_parser.rb
102
- - lib/sass/scss/static_parser.rb
103
- - lib/sass/railtie.rb
104
- - lib/sass/selector/abstract_sequence.rb
105
- - lib/sass/selector/comma_sequence.rb
106
- - lib/sass/selector/sequence.rb
107
- - lib/sass/selector/simple.rb
108
- - lib/sass/selector/simple_sequence.rb
109
- - lib/sass/shared.rb
102
+ - lib/sass/script/functions.rb
103
+ - lib/sass/version.rb
104
+ - lib/sass/tree/visitors/cssize.rb
105
+ - lib/sass/tree/visitors/to_css.rb
106
+ - lib/sass/tree/visitors/perform.rb
107
+ - lib/sass/tree/visitors/base.rb
108
+ - lib/sass/tree/visitors/check_nesting.rb
109
+ - lib/sass/tree/visitors/convert.rb
110
+ - lib/sass/tree/root_node.rb
111
+ - lib/sass/tree/node.rb
112
+ - lib/sass/tree/if_node.rb
110
113
  - lib/sass/tree/charset_node.rb
111
- - lib/sass/tree/comment_node.rb
112
- - lib/sass/tree/debug_node.rb
113
- - lib/sass/tree/directive_node.rb
114
114
  - lib/sass/tree/extend_node.rb
115
- - lib/sass/tree/for_node.rb
116
- - lib/sass/tree/if_node.rb
117
- - lib/sass/tree/import_node.rb
115
+ - lib/sass/tree/rule_node.rb
118
116
  - lib/sass/tree/mixin_def_node.rb
117
+ - lib/sass/tree/return_node.rb
119
118
  - lib/sass/tree/mixin_node.rb
120
- - lib/sass/tree/node.rb
121
119
  - lib/sass/tree/prop_node.rb
122
- - lib/sass/tree/root_node.rb
123
- - lib/sass/tree/rule_node.rb
124
- - lib/sass/tree/variable_node.rb
125
120
  - lib/sass/tree/warn_node.rb
126
- - lib/sass/tree/while_node.rb
121
+ - lib/sass/tree/directive_node.rb
127
122
  - lib/sass/tree/each_node.rb
128
- - lib/sass/tree/function_node.rb
123
+ - lib/sass/tree/comment_node.rb
129
124
  - lib/sass/tree/media_node.rb
130
- - lib/sass/tree/return_node.rb
131
- - lib/sass/tree/visitors/base.rb
132
- - lib/sass/tree/visitors/check_nesting.rb
133
- - lib/sass/tree/visitors/convert.rb
134
- - lib/sass/tree/visitors/cssize.rb
135
- - lib/sass/tree/visitors/perform.rb
136
- - lib/sass/tree/visitors/to_css.rb
125
+ - lib/sass/tree/variable_node.rb
126
+ - lib/sass/tree/function_node.rb
127
+ - lib/sass/tree/debug_node.rb
128
+ - lib/sass/tree/import_node.rb
129
+ - lib/sass/tree/while_node.rb
130
+ - lib/sass/tree/for_node.rb
131
+ - lib/sass/scss/sass_parser.rb
132
+ - lib/sass/scss/script_parser.rb
133
+ - lib/sass/scss/css_parser.rb
134
+ - lib/sass/scss/script_lexer.rb
135
+ - lib/sass/scss/rx.rb
136
+ - lib/sass/scss/parser.rb
137
+ - lib/sass/scss/static_parser.rb
138
+ - lib/sass/less.rb
139
+ - lib/sass/selector/simple_sequence.rb
140
+ - lib/sass/selector/simple.rb
141
+ - lib/sass/selector/sequence.rb
142
+ - lib/sass/selector/abstract_sequence.rb
143
+ - lib/sass/selector/comma_sequence.rb
144
+ - lib/sass/root.rb
145
+ - lib/sass/importers/filesystem.rb
146
+ - lib/sass/importers/base.rb
147
+ - lib/sass/css.rb
148
+ - lib/sass/selector.rb
149
+ - lib/sass/engine.rb
150
+ - lib/sass/plugin.rb
151
+ - lib/sass/repl.rb
152
+ - lib/sass/scss.rb
153
+ - lib/sass/exec.rb
137
154
  - lib/sass/util.rb
138
- - lib/sass/util/subset_map.rb
139
- - lib/sass/version.rb
140
- - vendor/fssm/LICENSE
141
- - vendor/fssm/README.markdown
142
- - vendor/fssm/Rakefile
143
- - vendor/fssm/VERSION.yml
144
- - vendor/fssm/example.rb
145
- - vendor/fssm/fssm.gemspec
155
+ - lib/sass/cache_stores.rb
156
+ - lib/sass/script.rb
157
+ - lib/sass.rb
146
158
  - vendor/fssm/lib/fssm.rb
147
- - vendor/fssm/lib/fssm/backends/fsevents.rb
148
- - vendor/fssm/lib/fssm/backends/inotify.rb
149
- - vendor/fssm/lib/fssm/backends/polling.rb
150
- - vendor/fssm/lib/fssm/backends/rubycocoa/fsevents.rb
151
- - vendor/fssm/lib/fssm/monitor.rb
152
159
  - vendor/fssm/lib/fssm/path.rb
160
+ - vendor/fssm/lib/fssm/tree.rb
161
+ - vendor/fssm/lib/fssm/monitor.rb
162
+ - vendor/fssm/lib/fssm/support.rb
153
163
  - vendor/fssm/lib/fssm/pathname.rb
154
- - vendor/fssm/lib/fssm/state/directory.rb
155
164
  - vendor/fssm/lib/fssm/state/file.rb
156
- - vendor/fssm/lib/fssm/support.rb
157
- - vendor/fssm/lib/fssm/tree.rb
158
- - vendor/fssm/profile/prof-cache.rb
165
+ - vendor/fssm/lib/fssm/state/directory.rb
166
+ - vendor/fssm/lib/fssm/backends/fsevents.rb
167
+ - vendor/fssm/lib/fssm/backends/polling.rb
168
+ - vendor/fssm/lib/fssm/backends/inotify.rb
169
+ - vendor/fssm/lib/fssm/backends/rubycocoa/fsevents.rb
170
+ - vendor/fssm/example.rb
171
+ - vendor/fssm/LICENSE
172
+ - vendor/fssm/README.markdown
173
+ - vendor/fssm/Rakefile
159
174
  - vendor/fssm/profile/prof-fssm-pathname.html
160
175
  - vendor/fssm/profile/prof-pathname.rb
161
176
  - vendor/fssm/profile/prof-plain-pathname.html
177
+ - vendor/fssm/profile/prof-cache.rb
162
178
  - vendor/fssm/profile/prof.html
179
+ - vendor/fssm/fssm.gemspec
180
+ - vendor/fssm/VERSION.yml
181
+ - vendor/fssm/spec/spec_helper.rb
163
182
  - vendor/fssm/spec/path_spec.rb
164
183
  - vendor/fssm/spec/root/duck/quack.txt
165
- - vendor/fssm/spec/root/file.css
184
+ - vendor/fssm/spec/root/moo/cow.txt
166
185
  - vendor/fssm/spec/root/file.rb
186
+ - vendor/fssm/spec/root/file.css
167
187
  - vendor/fssm/spec/root/file.yml
168
- - vendor/fssm/spec/root/moo/cow.txt
169
- - vendor/fssm/spec/spec_helper.rb
170
188
  - bin/sass
171
- - bin/sass-convert
172
189
  - bin/scss
173
- - test/sass/css2sass_test.rb
174
- - test/sass/callbacks_test.rb
175
- - test/sass/conversion_test.rb
176
- - test/sass/engine_test.rb
177
- - test/sass/data/hsl-rgb.txt
190
+ - bin/sass-convert
178
191
  - test/sass/plugin_test.rb
179
- - test/sass/extend_test.rb
192
+ - test/sass/util/subset_map_test.rb
193
+ - test/sass/templates/basic.sass
194
+ - test/sass/templates/line_numbers.sass
195
+ - test/sass/templates/nested_bork2.sass
196
+ - test/sass/templates/_imported_charset_utf8.sass
197
+ - test/sass/templates/mixin_bork.sass
198
+ - test/sass/templates/import_charset.sass
199
+ - test/sass/templates/importee.less
200
+ - test/sass/templates/warn.sass
201
+ - test/sass/templates/parent_ref.sass
202
+ - test/sass/templates/nested_bork3.sass
203
+ - test/sass/templates/script.sass
204
+ - test/sass/templates/import.sass
205
+ - test/sass/templates/scss_importee.scss
206
+ - test/sass/templates/bork1.sass
207
+ - test/sass/templates/compressed.sass
208
+ - test/sass/templates/importee.sass
209
+ - test/sass/templates/_partial.sass
210
+ - test/sass/templates/units.sass
211
+ - test/sass/templates/nested_bork1.sass
212
+ - test/sass/templates/bork3.sass
213
+ - test/sass/templates/nested_mixin_bork.sass
214
+ - test/sass/templates/complex.sass
215
+ - test/sass/templates/if.sass
216
+ - test/sass/templates/import_charset_ibm866.sass
217
+ - test/sass/templates/alt.sass
218
+ - test/sass/templates/scss_import.scss
219
+ - test/sass/templates/compact.sass
220
+ - test/sass/templates/_imported_charset_ibm866.sass
221
+ - test/sass/templates/nested.sass
222
+ - test/sass/templates/subdir/subdir.sass
223
+ - test/sass/templates/subdir/nested_subdir/_nested_partial.sass
224
+ - test/sass/templates/subdir/nested_subdir/nested_subdir.sass
225
+ - test/sass/templates/warn_imported.sass
226
+ - test/sass/templates/options.sass
227
+ - test/sass/templates/bork4.sass
228
+ - test/sass/templates/import_charset_1_8.sass
229
+ - test/sass/templates/nested_bork4.sass
230
+ - test/sass/templates/nested_import.sass
231
+ - test/sass/templates/multiline.sass
232
+ - test/sass/templates/expanded.sass
233
+ - test/sass/templates/mixins.sass
234
+ - test/sass/templates/bork2.sass
235
+ - test/sass/script_conversion_test.rb
236
+ - test/sass/mock_importer.rb
237
+ - test/sass/test_helper.rb
180
238
  - test/sass/functions_test.rb
181
- - test/sass/script_test.rb
239
+ - test/sass/util_test.rb
182
240
  - test/sass/less_conversion_test.rb
183
- - test/sass/cache_test.rb
184
241
  - test/sass/more_results/more1.css
185
242
  - test/sass/more_results/more1_with_line_comments.css
186
243
  - test/sass/more_results/more_import.css
187
- - test/sass/more_templates/_more_partial.sass
244
+ - test/sass/data/hsl-rgb.txt
245
+ - test/sass/scss/test_helper.rb
246
+ - test/sass/scss/css_test.rb
247
+ - test/sass/scss/rx_test.rb
248
+ - test/sass/scss/scss_test.rb
249
+ - test/sass/script_test.rb
250
+ - test/sass/importer_test.rb
251
+ - test/sass/cache_test.rb
252
+ - test/sass/conversion_test.rb
188
253
  - test/sass/more_templates/more1.sass
254
+ - test/sass/more_templates/_more_partial.sass
189
255
  - test/sass/more_templates/more_import.sass
190
- - test/sass/importer_test.rb
256
+ - test/sass/extend_test.rb
257
+ - test/sass/engine_test.rb
258
+ - test/sass/css2sass_test.rb
259
+ - test/sass/callbacks_test.rb
260
+ - test/sass/results/units.css
191
261
  - test/sass/results/alt.css
192
- - test/sass/results/basic.css
193
- - test/sass/results/compact.css
194
- - test/sass/results/complex.css
195
- - test/sass/results/compressed.css
262
+ - test/sass/results/scss_importee.css
263
+ - test/sass/results/line_numbers.css
264
+ - test/sass/results/import_charset.css
196
265
  - test/sass/results/expanded.css
266
+ - test/sass/results/warn.css
267
+ - test/sass/results/script.css
197
268
  - test/sass/results/if.css
198
- - test/sass/results/import.css
199
- - test/sass/results/import_charset.css
200
- - test/sass/results/import_charset_1_8.css
201
- - test/sass/results/import_charset_ibm866.css
202
- - test/sass/results/line_numbers.css
203
- - test/sass/results/mixins.css
204
- - test/sass/results/multiline.css
269
+ - test/sass/results/scss_import.css
205
270
  - test/sass/results/nested.css
206
271
  - test/sass/results/options.css
272
+ - test/sass/results/import_charset_1_8.css
207
273
  - test/sass/results/parent_ref.css
208
- - test/sass/results/script.css
209
- - test/sass/results/scss_import.css
210
- - test/sass/results/scss_importee.css
211
- - test/sass/results/subdir/nested_subdir/nested_subdir.css
274
+ - test/sass/results/multiline.css
275
+ - test/sass/results/import_charset_ibm866.css
212
276
  - test/sass/results/subdir/subdir.css
213
- - test/sass/results/units.css
214
- - test/sass/results/warn.css
277
+ - test/sass/results/subdir/nested_subdir/nested_subdir.css
215
278
  - test/sass/results/warn_imported.css
216
- - test/sass/script_conversion_test.rb
217
- - test/sass/mock_importer.rb
218
- - test/sass/scss/css_test.rb
219
- - test/sass/scss/rx_test.rb
220
- - test/sass/scss/scss_test.rb
221
- - test/sass/scss/test_helper.rb
222
- - test/sass/templates/_imported_charset_ibm866.sass
223
- - test/sass/templates/_imported_charset_utf8.sass
224
- - test/sass/templates/_partial.sass
225
- - test/sass/templates/alt.sass
226
- - test/sass/templates/basic.sass
227
- - test/sass/templates/bork1.sass
228
- - test/sass/templates/bork2.sass
229
- - test/sass/templates/bork3.sass
230
- - test/sass/templates/bork4.sass
231
- - test/sass/templates/compact.sass
232
- - test/sass/templates/complex.sass
233
- - test/sass/templates/compressed.sass
234
- - test/sass/templates/expanded.sass
235
- - test/sass/templates/if.sass
236
- - test/sass/templates/import.sass
237
- - test/sass/templates/import_charset.sass
238
- - test/sass/templates/import_charset_1_8.sass
239
- - test/sass/templates/import_charset_ibm866.sass
240
- - test/sass/templates/importee.less
241
- - test/sass/templates/importee.sass
242
- - test/sass/templates/line_numbers.sass
243
- - test/sass/templates/mixin_bork.sass
244
- - test/sass/templates/mixins.sass
245
- - test/sass/templates/multiline.sass
246
- - test/sass/templates/nested.sass
247
- - test/sass/templates/nested_bork1.sass
248
- - test/sass/templates/nested_bork2.sass
249
- - test/sass/templates/nested_bork3.sass
250
- - test/sass/templates/nested_bork4.sass
251
- - test/sass/templates/script.sass
252
- - test/sass/templates/nested_mixin_bork.sass
253
- - test/sass/templates/options.sass
254
- - test/sass/templates/parent_ref.sass
255
- - test/sass/templates/scss_import.scss
256
- - test/sass/templates/scss_importee.scss
257
- - test/sass/templates/units.sass
258
- - test/sass/templates/subdir/nested_subdir/_nested_partial.sass
259
- - test/sass/templates/subdir/nested_subdir/nested_subdir.sass
260
- - test/sass/templates/subdir/subdir.sass
261
- - test/sass/templates/warn.sass
262
- - test/sass/templates/warn_imported.sass
263
- - test/sass/templates/nested_import.sass
264
- - test/sass/test_helper.rb
265
- - test/sass/util/subset_map_test.rb
266
- - test/sass/util_test.rb
279
+ - test/sass/results/compact.css
280
+ - test/sass/results/mixins.css
281
+ - test/sass/results/complex.css
282
+ - test/sass/results/compressed.css
283
+ - test/sass/results/import.css
284
+ - test/sass/results/basic.css
267
285
  - test/test_helper.rb
268
286
  - extra/update_watch.rb
269
287
  - Rakefile
270
288
  - init.rb
271
289
  - .yardopts
272
- - README.md
273
- - CONTRIBUTING
274
290
  - MIT-LICENSE
291
+ - REVISION
275
292
  - VERSION
276
293
  - VERSION_NAME
277
- - REVISION
278
- has_rdoc: false
294
+ - README.md
295
+ - CONTRIBUTING
296
+ has_rdoc: true
279
297
  homepage: http://sass-lang.com/
280
298
  licenses: []
281
299
 
@@ -285,39 +303,45 @@ rdoc_options: []
285
303
  require_paths:
286
304
  - lib
287
305
  required_ruby_version: !ruby/object:Gem::Requirement
306
+ none: false
288
307
  requirements:
289
308
  - - ">="
290
309
  - !ruby/object:Gem::Version
310
+ hash: 3
311
+ segments:
312
+ - 0
291
313
  version: "0"
292
- version:
293
314
  required_rubygems_version: !ruby/object:Gem::Requirement
315
+ none: false
294
316
  requirements:
295
- - - ">"
317
+ - - ">="
296
318
  - !ruby/object:Gem::Version
297
- version: 1.3.1
298
- version:
319
+ hash: 3
320
+ segments:
321
+ - 0
322
+ version: "0"
299
323
  requirements: []
300
324
 
301
325
  rubyforge_project: sass
302
- rubygems_version: 1.3.5
326
+ rubygems_version: 1.3.7
303
327
  signing_key:
304
328
  specification_version: 3
305
329
  summary: A powerful but elegant CSS compiler that makes CSS fun again.
306
330
  test_files:
307
- - test/sass/css2sass_test.rb
308
- - test/sass/callbacks_test.rb
309
- - test/sass/conversion_test.rb
310
- - test/sass/engine_test.rb
311
331
  - test/sass/plugin_test.rb
312
- - test/sass/extend_test.rb
332
+ - test/sass/util/subset_map_test.rb
333
+ - test/sass/script_conversion_test.rb
313
334
  - test/sass/functions_test.rb
314
- - test/sass/script_test.rb
335
+ - test/sass/util_test.rb
315
336
  - test/sass/less_conversion_test.rb
316
- - test/sass/cache_test.rb
317
- - test/sass/importer_test.rb
318
- - test/sass/script_conversion_test.rb
319
337
  - test/sass/scss/css_test.rb
320
338
  - test/sass/scss/rx_test.rb
321
339
  - test/sass/scss/scss_test.rb
322
- - test/sass/util/subset_map_test.rb
323
- - test/sass/util_test.rb
340
+ - test/sass/script_test.rb
341
+ - test/sass/importer_test.rb
342
+ - test/sass/cache_test.rb
343
+ - test/sass/conversion_test.rb
344
+ - test/sass/extend_test.rb
345
+ - test/sass/engine_test.rb
346
+ - test/sass/css2sass_test.rb
347
+ - test/sass/callbacks_test.rb