sass 3.3.0.alpha.392 → 3.3.0.rc.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/REVISION +1 -1
  2. data/VERSION +1 -1
  3. data/VERSION_DATE +1 -1
  4. data/VERSION_NAME +1 -1
  5. metadata +34 -34
data/REVISION CHANGED
@@ -1 +1 @@
1
- 7cd0572b56d7915a0b3af53d6776fa3f7fd10317
1
+ (release)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.3.0.alpha.392
1
+ 3.3.0.rc.1
@@ -1 +1 @@
1
- 12 October 2013 15:27:22 GMT
1
+ 12 October 2013 15:48:52 GMT
@@ -1 +1 @@
1
- Bleeding Edge
1
+ Maptastic Maple
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass
3
3
  version: !ruby/object:Gem::Version
4
- hash: 592302109
4
+ hash: 15424071
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 3
9
9
  - 0
10
- - alpha
11
- - 392
12
- version: 3.3.0.alpha.392
10
+ - rc
11
+ - 1
12
+ version: 3.3.0.rc.1
13
13
  platform: ruby
14
14
  authors:
15
15
  - Nathan Weizenbaum
@@ -96,15 +96,14 @@ files:
96
96
  - lib/sass/error.rb
97
97
  - lib/sass/exec.rb
98
98
  - lib/sass/importers.rb
99
- - lib/sass/media.rb
100
99
  - lib/sass/importers/base.rb
101
100
  - lib/sass/importers/filesystem.rb
102
101
  - lib/sass/importers/deprecated_path.rb
103
102
  - lib/sass/logger.rb
104
103
  - lib/sass/logger/base.rb
105
104
  - lib/sass/logger/log_level.rb
105
+ - lib/sass/media.rb
106
106
  - lib/sass/plugin.rb
107
- - lib/sass/repl.rb
108
107
  - lib/sass/plugin/compiler.rb
109
108
  - lib/sass/plugin/configuration.rb
110
109
  - lib/sass/plugin/generic.rb
@@ -113,7 +112,7 @@ files:
113
112
  - lib/sass/plugin/rails.rb
114
113
  - lib/sass/plugin/staleness_checker.rb
115
114
  - lib/sass/railtie.rb
116
- - lib/sass/util.rb
115
+ - lib/sass/repl.rb
117
116
  - lib/sass/root.rb
118
117
  - lib/sass/script.rb
119
118
  - lib/sass/script/css_lexer.rb
@@ -159,12 +158,11 @@ files:
159
158
  - lib/sass/selector/simple_sequence.rb
160
159
  - lib/sass/shared.rb
161
160
  - lib/sass/supports.rb
162
- - lib/sass/version.rb
163
- - lib/sass/tree/comment_node.rb
164
161
  - lib/sass/tree/charset_node.rb
165
- - lib/sass/tree/debug_node.rb
162
+ - lib/sass/tree/comment_node.rb
166
163
  - lib/sass/tree/content_node.rb
167
164
  - lib/sass/tree/css_import_node.rb
165
+ - lib/sass/tree/debug_node.rb
168
166
  - lib/sass/tree/directive_node.rb
169
167
  - lib/sass/tree/each_node.rb
170
168
  - lib/sass/tree/extend_node.rb
@@ -180,10 +178,9 @@ files:
180
178
  - lib/sass/tree/return_node.rb
181
179
  - lib/sass/tree/root_node.rb
182
180
  - lib/sass/tree/rule_node.rb
183
- - lib/sass/tree/trace_node.rb
184
181
  - lib/sass/tree/supports_node.rb
182
+ - lib/sass/tree/trace_node.rb
185
183
  - lib/sass/tree/variable_node.rb
186
- - lib/sass/tree/warn_node.rb
187
184
  - lib/sass/tree/visitors/base.rb
188
185
  - lib/sass/tree/visitors/check_nesting.rb
189
186
  - lib/sass/tree/visitors/convert.rb
@@ -193,36 +190,37 @@ files:
193
190
  - lib/sass/tree/visitors/perform.rb
194
191
  - lib/sass/tree/visitors/set_options.rb
195
192
  - lib/sass/tree/visitors/to_css.rb
193
+ - lib/sass/tree/warn_node.rb
196
194
  - lib/sass/tree/while_node.rb
197
195
  - lib/sass/tree/at_root_node.rb
198
- - lib/sass/source/map.rb
199
- - lib/sass/source/position.rb
200
- - lib/sass/source/range.rb
196
+ - lib/sass/util.rb
201
197
  - lib/sass/util/multibyte_string_scanner.rb
202
198
  - lib/sass/util/subset_map.rb
203
199
  - lib/sass/util/test.rb
204
200
  - lib/sass/util/normalized_map.rb
205
201
  - lib/sass/util/ordered_hash.rb
202
+ - lib/sass/version.rb
206
203
  - lib/sass/features.rb
204
+ - lib/sass/source/map.rb
205
+ - lib/sass/source/position.rb
206
+ - lib/sass/source/range.rb
207
207
  - lib/sass/stack.rb
208
208
  - bin/sass
209
209
  - bin/sass-convert
210
210
  - bin/scss
211
211
  - test/Gemfile.lock
212
- - test/test_helper.rb
213
212
  - test/sass/cache_test.rb
214
213
  - test/sass/callbacks_test.rb
215
214
  - test/sass/conversion_test.rb
216
- - test/sass/engine_test.rb
217
215
  - test/sass/css2sass_test.rb
218
216
  - test/sass/data/hsl-rgb.txt
219
- - test/sass/extend_test.rb
217
+ - test/sass/engine_test.rb
220
218
  - test/sass/exec_test.rb
221
- - test/sass/importer_test.rb
219
+ - test/sass/extend_test.rb
222
220
  - test/sass/fixtures/test_staleness_check_across_importers.css
223
221
  - test/sass/fixtures/test_staleness_check_across_importers.scss
224
222
  - test/sass/functions_test.rb
225
- - test/sass/plugin_test.rb
223
+ - test/sass/importer_test.rb
226
224
  - test/sass/logger_test.rb
227
225
  - test/sass/mock_importer.rb
228
226
  - test/sass/more_results/more1.css
@@ -231,7 +229,7 @@ files:
231
229
  - test/sass/more_templates/_more_partial.sass
232
230
  - test/sass/more_templates/more1.sass
233
231
  - test/sass/more_templates/more_import.sass
234
- - test/sass/script_test.rb
232
+ - test/sass/plugin_test.rb
235
233
  - test/sass/results/alt.css
236
234
  - test/sass/results/basic.css
237
235
  - test/sass/results/cached_import_option.css
@@ -261,12 +259,11 @@ files:
261
259
  - test/sass/results/warn.css
262
260
  - test/sass/results/warn_imported.css
263
261
  - test/sass/script_conversion_test.rb
264
- - test/sass/util_test.rb
262
+ - test/sass/script_test.rb
265
263
  - test/sass/scss/css_test.rb
266
264
  - test/sass/scss/rx_test.rb
267
265
  - test/sass/scss/scss_test.rb
268
266
  - test/sass/scss/test_helper.rb
269
- - test/sass/compiler_test.rb
270
267
  - test/sass/templates/_cached_import_option_partial.scss
271
268
  - test/sass/templates/_double_import_loop2.sass
272
269
  - test/sass/templates/_filename_fn_import.scss
@@ -325,18 +322,21 @@ files:
325
322
  - test/sass/templates/warn_imported.sass
326
323
  - test/sass/test_helper.rb
327
324
  - test/sass/util/multibyte_string_scanner_test.rb
328
- - test/sass/util/normalized_map_test.rb
329
325
  - test/sass/util/subset_map_test.rb
326
+ - test/sass/util/normalized_map_test.rb
327
+ - test/sass/util_test.rb
328
+ - test/sass/compiler_test.rb
330
329
  - test/sass/source_map_test.rb
331
330
  - test/sass/value_helpers_test.rb
331
+ - test/test_helper.rb
332
332
  - extra/update_watch.rb
333
333
  - Rakefile
334
334
  - init.rb
335
335
  - .yardopts
336
- - README.md
337
336
  - CONTRIBUTING
338
- - VERSION
339
337
  - MIT-LICENSE
338
+ - README.md
339
+ - VERSION
340
340
  - VERSION_NAME
341
341
  - REVISION
342
342
  - VERSION_DATE
@@ -382,23 +382,23 @@ test_files:
382
382
  - test/sass/cache_test.rb
383
383
  - test/sass/callbacks_test.rb
384
384
  - test/sass/conversion_test.rb
385
- - test/sass/engine_test.rb
386
385
  - test/sass/css2sass_test.rb
387
- - test/sass/extend_test.rb
386
+ - test/sass/engine_test.rb
388
387
  - test/sass/exec_test.rb
389
- - test/sass/importer_test.rb
388
+ - test/sass/extend_test.rb
390
389
  - test/sass/functions_test.rb
391
- - test/sass/plugin_test.rb
390
+ - test/sass/importer_test.rb
392
391
  - test/sass/logger_test.rb
393
- - test/sass/script_test.rb
392
+ - test/sass/plugin_test.rb
394
393
  - test/sass/script_conversion_test.rb
395
- - test/sass/util_test.rb
394
+ - test/sass/script_test.rb
396
395
  - test/sass/scss/css_test.rb
397
396
  - test/sass/scss/rx_test.rb
398
397
  - test/sass/scss/scss_test.rb
399
- - test/sass/compiler_test.rb
400
398
  - test/sass/util/multibyte_string_scanner_test.rb
401
- - test/sass/util/normalized_map_test.rb
402
399
  - test/sass/util/subset_map_test.rb
400
+ - test/sass/util/normalized_map_test.rb
401
+ - test/sass/util_test.rb
402
+ - test/sass/compiler_test.rb
403
403
  - test/sass/source_map_test.rb
404
404
  - test/sass/value_helpers_test.rb