compass 0.12.2.rc.0 → 0.12.2.rc.1

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 (155) hide show
  1. data/README.markdown +2 -0
  2. data/VERSION.yml +1 -1
  3. data/bin/compass +2 -1
  4. data/frameworks/compass/stylesheets/compass/_css3.scss +2 -1
  5. data/frameworks/compass/stylesheets/compass/_support.scss +4 -0
  6. data/frameworks/compass/stylesheets/compass/css3/_columns.scss +77 -0
  7. data/frameworks/compass/stylesheets/compass/css3/_hyphenation.scss +77 -0
  8. data/frameworks/compass/stylesheets/compass/css3/_images.scss +2 -0
  9. data/frameworks/compass/stylesheets/compass/css3/_inline-block.scss +13 -7
  10. data/frameworks/compass/stylesheets/compass/css3/_text-shadow.scss +52 -13
  11. data/frameworks/compass/stylesheets/compass/css3/_transform.scss +14 -14
  12. data/frameworks/compass/stylesheets/compass/css3/_transition.scss +129 -58
  13. data/frameworks/compass/stylesheets/compass/typography/text/_replacement.scss +10 -4
  14. data/lib/compass/commands/update_project.rb +1 -1
  15. data/lib/compass/exec/project_options_parser.rb +4 -0
  16. data/lib/compass/sass_extensions/functions/constants.rb +9 -0
  17. data/lib/compass/sass_extensions/functions/gradient_support.rb +10 -0
  18. data/lib/compass/sprite_importer.rb +1 -1
  19. data/test/fixtures/stylesheets/blueprint/css/single-imports/buttons.css +6 -8
  20. data/test/fixtures/stylesheets/compass/css/columns.css +92 -0
  21. data/test/fixtures/stylesheets/compass/css/gradients.css +0 -6
  22. data/test/fixtures/stylesheets/compass/css/hyphenation.css +16 -0
  23. data/test/fixtures/stylesheets/compass/css/lists.css +6 -8
  24. data/test/fixtures/stylesheets/compass/css/replacement.css +59 -0
  25. data/test/fixtures/stylesheets/compass/css/text_shadow.css +22 -4
  26. data/test/fixtures/stylesheets/compass/css/transition.css +78 -0
  27. data/test/fixtures/stylesheets/compass/sass/columns.scss +17 -0
  28. data/test/fixtures/stylesheets/compass/sass/hyphenation.scss +11 -0
  29. data/test/fixtures/stylesheets/compass/sass/replacement.scss +22 -0
  30. data/test/fixtures/stylesheets/compass/sass/text_shadow.scss +6 -1
  31. data/test/fixtures/stylesheets/compass/sass/transition.scss +12 -0
  32. data/test/helpers/test_case.rb +8 -1
  33. data/test/units/compass_module_test.rb +1 -1
  34. data/test/units/regressions_test.rb +35 -0
  35. metadata +87 -185
  36. data/bin/compass.compiled.rbc +0 -707
  37. data/lib/compass.rbc +0 -796
  38. data/lib/compass/actions.rbc +0 -2736
  39. data/lib/compass/app_integration.rbc +0 -836
  40. data/lib/compass/app_integration/merb.rbc +0 -106
  41. data/lib/compass/app_integration/rails.rbc +0 -2096
  42. data/lib/compass/app_integration/rails/configuration_defaults.rbc +0 -2430
  43. data/lib/compass/app_integration/rails/installer.rbc +0 -3677
  44. data/lib/compass/app_integration/stand_alone.rbc +0 -589
  45. data/lib/compass/app_integration/stand_alone/configuration_defaults.rbc +0 -721
  46. data/lib/compass/app_integration/stand_alone/installer.rbc +0 -1487
  47. data/lib/compass/browser_support.rbc +0 -1144
  48. data/lib/compass/commands.rbc +0 -307
  49. data/lib/compass/commands/base.rbc +0 -1044
  50. data/lib/compass/commands/clean_project.rbc +0 -1856
  51. data/lib/compass/commands/create_project.rbc +0 -2691
  52. data/lib/compass/commands/default.rbc +0 -1677
  53. data/lib/compass/commands/generate_grid_background.rbc +0 -1939
  54. data/lib/compass/commands/help.rbc +0 -1921
  55. data/lib/compass/commands/imports.rbc +0 -969
  56. data/lib/compass/commands/installer_command.rbc +0 -807
  57. data/lib/compass/commands/interactive.rbc +0 -1341
  58. data/lib/compass/commands/list_frameworks.rbc +0 -1111
  59. data/lib/compass/commands/print_version.rbc +0 -2478
  60. data/lib/compass/commands/project_base.rbc +0 -2085
  61. data/lib/compass/commands/project_stats.rbc +0 -4202
  62. data/lib/compass/commands/registry.rbc +0 -1350
  63. data/lib/compass/commands/sprite.rbc +0 -2212
  64. data/lib/compass/commands/stamp_pattern.rbc +0 -2011
  65. data/lib/compass/commands/unpack_extension.rbc +0 -2348
  66. data/lib/compass/commands/update_project.rbc +0 -3002
  67. data/lib/compass/commands/validate_project.rbc +0 -1686
  68. data/lib/compass/commands/watch_project.rbc +0 -4155
  69. data/lib/compass/commands/write_configuration.rbc +0 -2896
  70. data/lib/compass/compiler.rbc +0 -4913
  71. data/lib/compass/configuration.rbc +0 -1398
  72. data/lib/compass/configuration/adapters.rbc +0 -2088
  73. data/lib/compass/configuration/comments.rbc +0 -843
  74. data/lib/compass/configuration/data.rbc +0 -2633
  75. data/lib/compass/configuration/defaults.rbc +0 -3617
  76. data/lib/compass/configuration/file_data.rbc +0 -643
  77. data/lib/compass/configuration/helpers.rbc +0 -3500
  78. data/lib/compass/configuration/inheritance.rbc +0 -3592
  79. data/lib/compass/configuration/paths.rbc +0 -412
  80. data/lib/compass/configuration/serialization.rbc +0 -1996
  81. data/lib/compass/dependencies.rbc +0 -232
  82. data/lib/compass/errors.rbc +0 -176
  83. data/lib/compass/exec.rbc +0 -500
  84. data/lib/compass/exec/command_option_parser.rbc +0 -676
  85. data/lib/compass/exec/global_options_parser.rbc +0 -1306
  86. data/lib/compass/exec/helpers.rbc +0 -758
  87. data/lib/compass/exec/project_options_parser.rbc +0 -1515
  88. data/lib/compass/exec/sub_command_ui.rbc +0 -1191
  89. data/lib/compass/frameworks.rbc +0 -3640
  90. data/lib/compass/grid_builder.rbc +0 -0
  91. data/lib/compass/installers.rbc +0 -152
  92. data/lib/compass/installers/bare_installer.rbc +0 -939
  93. data/lib/compass/installers/base.rbc +0 -4427
  94. data/lib/compass/installers/manifest.rbc +0 -3335
  95. data/lib/compass/installers/manifest_installer.rbc +0 -1591
  96. data/lib/compass/installers/template_context.rbc +0 -1030
  97. data/lib/compass/logger.rbc +0 -2317
  98. data/lib/compass/quick_cache.rbc +0 -324
  99. data/lib/compass/sass_extensions.rbc +0 -213
  100. data/lib/compass/sass_extensions/functions.rbc +0 -808
  101. data/lib/compass/sass_extensions/functions/colors.rbc +0 -1279
  102. data/lib/compass/sass_extensions/functions/constants.rbc +0 -1921
  103. data/lib/compass/sass_extensions/functions/cross_browser_support.rbc +0 -1966
  104. data/lib/compass/sass_extensions/functions/display.rbc +0 -1227
  105. data/lib/compass/sass_extensions/functions/enumerate.rbc +0 -446
  106. data/lib/compass/sass_extensions/functions/env.rbc +0 -299
  107. data/lib/compass/sass_extensions/functions/font_files.rbc +0 -821
  108. data/lib/compass/sass_extensions/functions/gradient_support.rbc +0 -14147
  109. data/lib/compass/sass_extensions/functions/image_size.rbc +0 -3152
  110. data/lib/compass/sass_extensions/functions/inline_image.rbc +0 -1678
  111. data/lib/compass/sass_extensions/functions/lists.rbc +0 -2601
  112. data/lib/compass/sass_extensions/functions/selectors.rbc +0 -1592
  113. data/lib/compass/sass_extensions/functions/sprites.rbc +0 -3792
  114. data/lib/compass/sass_extensions/functions/trig.rbc +0 -811
  115. data/lib/compass/sass_extensions/functions/urls.rbc +0 -5248
  116. data/lib/compass/sass_extensions/monkey_patches.rbc +0 -134
  117. data/lib/compass/sass_extensions/monkey_patches/browser_support.rbc +0 -2169
  118. data/lib/compass/sass_extensions/monkey_patches/traversal.rbc +0 -660
  119. data/lib/compass/sass_extensions/sprites.rbc +0 -363
  120. data/lib/compass/sass_extensions/sprites/base.rbc +0 -4529
  121. data/lib/compass/sass_extensions/sprites/engines.rbc +0 -662
  122. data/lib/compass/sass_extensions/sprites/engines/chunky_png_engine.rbc +0 -1074
  123. data/lib/compass/sass_extensions/sprites/image.rbc +0 -2961
  124. data/lib/compass/sass_extensions/sprites/image_methods.rbc +0 -900
  125. data/lib/compass/sass_extensions/sprites/image_row.rbc +0 -1168
  126. data/lib/compass/sass_extensions/sprites/layout_methods.rbc +0 -3236
  127. data/lib/compass/sass_extensions/sprites/row_fitter.rbc +0 -2067
  128. data/lib/compass/sass_extensions/sprites/sprite_map.rbc +0 -1991
  129. data/lib/compass/sass_extensions/sprites/sprite_methods.rbc +0 -3190
  130. data/lib/compass/sass_extensions/sprites/sprites.rbc +0 -1573
  131. data/lib/compass/sprite_importer.rbc +0 -3573
  132. data/lib/compass/util.rbc +0 -552
  133. data/lib/compass/version.rbc +0 -1245
  134. data/test/helpers/command_line.rbc +0 -2820
  135. data/test/helpers/diff.rbc +0 -1104
  136. data/test/helpers/io.rbc +0 -962
  137. data/test/helpers/rails.rbc +0 -1116
  138. data/test/helpers/test_case.rbc +0 -1255
  139. data/test/integrations/compass_test.rbc +0 -6589
  140. data/test/integrations/rails_integration_test.rbc +0 -1342
  141. data/test/integrations/sprites_test.rbc +0 -6192
  142. data/test/test_helper.rbc +0 -1694
  143. data/test/units/actions_test.rbc +0 -644
  144. data/test/units/command_line_test.rbc +0 -1532
  145. data/test/units/compass_png_test.rbc +0 -0
  146. data/test/units/configuration_test.rbc +0 -3833
  147. data/test/units/rails_configuration_test.rbc +0 -1032
  148. data/test/units/sass_extensions_test.rbc +0 -3586
  149. data/test/units/sprites/engine_test.rbc +0 -962
  150. data/test/units/sprites/image_row_test.rbc +0 -1578
  151. data/test/units/sprites/image_test.rbc +0 -2836
  152. data/test/units/sprites/importer_test.rbc +0 -2620
  153. data/test/units/sprites/row_fitter_test.rbc +0 -1479
  154. data/test/units/sprites/sprite_command_test.rbc +0 -1147
  155. data/test/units/sprites/sprite_map_test.rbc +0 -6515
@@ -1,843 +0,0 @@
1
- !RBIX
2
- 9595534255132031488
3
- x
4
- M
5
- 1
6
- n
7
- n
8
- x
9
- 10
10
- __script__
11
- i
12
- 28
13
- 99
14
- 7
15
- 0
16
- 65
17
- 49
18
- 1
19
- 2
20
- 13
21
- 99
22
- 12
23
- 7
24
- 2
25
- 12
26
- 7
27
- 3
28
- 12
29
- 65
30
- 12
31
- 49
32
- 4
33
- 4
34
- 15
35
- 49
36
- 2
37
- 0
38
- 15
39
- 2
40
- 11
41
- I
42
- 6
43
- I
44
- 0
45
- I
46
- 0
47
- I
48
- 0
49
- n
50
- p
51
- 5
52
- x
53
- 7
54
- Compass
55
- x
56
- 11
57
- open_module
58
- x
59
- 15
60
- __module_init__
61
- M
62
- 1
63
- n
64
- n
65
- x
66
- 7
67
- Compass
68
- i
69
- 28
70
- 5
71
- 66
72
- 99
73
- 7
74
- 0
75
- 65
76
- 49
77
- 1
78
- 2
79
- 13
80
- 99
81
- 12
82
- 7
83
- 2
84
- 12
85
- 7
86
- 3
87
- 12
88
- 65
89
- 12
90
- 49
91
- 4
92
- 4
93
- 15
94
- 49
95
- 2
96
- 0
97
- 11
98
- I
99
- 6
100
- I
101
- 0
102
- I
103
- 0
104
- I
105
- 0
106
- n
107
- p
108
- 5
109
- x
110
- 13
111
- Configuration
112
- x
113
- 11
114
- open_module
115
- x
116
- 15
117
- __module_init__
118
- M
119
- 1
120
- n
121
- n
122
- x
123
- 13
124
- Configuration
125
- i
126
- 28
127
- 5
128
- 66
129
- 99
130
- 7
131
- 0
132
- 65
133
- 49
134
- 1
135
- 2
136
- 13
137
- 99
138
- 12
139
- 7
140
- 2
141
- 12
142
- 7
143
- 3
144
- 12
145
- 65
146
- 12
147
- 49
148
- 4
149
- 4
150
- 15
151
- 49
152
- 2
153
- 0
154
- 11
155
- I
156
- 6
157
- I
158
- 0
159
- I
160
- 0
161
- I
162
- 0
163
- n
164
- p
165
- 5
166
- x
167
- 8
168
- Comments
169
- x
170
- 11
171
- open_module
172
- x
173
- 15
174
- __module_init__
175
- M
176
- 1
177
- n
178
- n
179
- x
180
- 8
181
- Comments
182
- i
183
- 72
184
- 5
185
- 66
186
- 99
187
- 7
188
- 0
189
- 7
190
- 1
191
- 65
192
- 67
193
- 49
194
- 2
195
- 0
196
- 49
197
- 3
198
- 4
199
- 15
200
- 99
201
- 7
202
- 4
203
- 7
204
- 5
205
- 65
206
- 67
207
- 49
208
- 2
209
- 0
210
- 49
211
- 3
212
- 4
213
- 15
214
- 99
215
- 7
216
- 6
217
- 7
218
- 7
219
- 65
220
- 67
221
- 49
222
- 2
223
- 0
224
- 49
225
- 3
226
- 4
227
- 15
228
- 99
229
- 7
230
- 8
231
- 7
232
- 9
233
- 65
234
- 67
235
- 49
236
- 2
237
- 0
238
- 49
239
- 3
240
- 4
241
- 15
242
- 99
243
- 7
244
- 10
245
- 7
246
- 11
247
- 65
248
- 67
249
- 49
250
- 2
251
- 0
252
- 49
253
- 3
254
- 4
255
- 11
256
- I
257
- 5
258
- I
259
- 0
260
- I
261
- 0
262
- I
263
- 0
264
- n
265
- p
266
- 12
267
- x
268
- 21
269
- comment_for_http_path
270
- M
271
- 1
272
- n
273
- n
274
- x
275
- 21
276
- comment_for_http_path
277
- i
278
- 35
279
- 5
280
- 48
281
- 0
282
- 49
283
- 1
284
- 0
285
- 9
286
- 13
287
- 7
288
- 2
289
- 64
290
- 8
291
- 34
292
- 7
293
- 3
294
- 5
295
- 48
296
- 0
297
- 49
298
- 4
299
- 0
300
- 49
301
- 5
302
- 0
303
- 49
304
- 6
305
- 0
306
- 47
307
- 101
308
- 5
309
- 7
310
- 7
311
- 63
312
- 3
313
- 11
314
- I
315
- 3
316
- I
317
- 0
318
- I
319
- 0
320
- I
321
- 0
322
- n
323
- p
324
- 8
325
- x
326
- 9
327
- top_level
328
- x
329
- 25
330
- http_path_without_default
331
- s
332
- 0
333
-
334
- s
335
- 66
336
- # Set this to the root of your project when deployed:
337
- http_path =
338
- x
339
- 9
340
- http_path
341
- x
342
- 4
343
- to_s
344
- x
345
- 7
346
- inspect
347
- s
348
- 1
349
-
350
-
351
- p
352
- 11
353
- I
354
- -1
355
- I
356
- 6
357
- I
358
- 0
359
- I
360
- 7
361
- I
362
- 8
363
- I
364
- a
365
- I
366
- d
367
- I
368
- 8
369
- I
370
- 22
371
- I
372
- 0
373
- I
374
- 23
375
- x
376
- 69
377
- /Users/crispee/Projects/compass/lib/compass/configuration/comments.rb
378
- p
379
- 0
380
- x
381
- 17
382
- method_visibility
383
- x
384
- 15
385
- add_defn_method
386
- x
387
- 27
388
- comment_for_relative_assets
389
- M
390
- 1
391
- n
392
- n
393
- x
394
- 27
395
- comment_for_relative_assets
396
- i
397
- 17
398
- 5
399
- 48
400
- 0
401
- 49
402
- 1
403
- 0
404
- 9
405
- 13
406
- 7
407
- 2
408
- 64
409
- 8
410
- 16
411
- 7
412
- 3
413
- 64
414
- 11
415
- I
416
- 1
417
- I
418
- 0
419
- I
420
- 0
421
- I
422
- 0
423
- n
424
- p
425
- 4
426
- x
427
- 9
428
- top_level
429
- x
430
- 15
431
- relative_assets
432
- s
433
- 0
434
-
435
- s
436
- 103
437
- # To enable relative paths to assets via compass helper functions. Uncomment:
438
- # relative_assets = true
439
-
440
- p
441
- 11
442
- I
443
- -1
444
- I
445
- e
446
- I
447
- 0
448
- I
449
- f
450
- I
451
- 8
452
- I
453
- 14
454
- I
455
- d
456
- I
457
- 10
458
- I
459
- 10
460
- I
461
- 0
462
- I
463
- 11
464
- x
465
- 69
466
- /Users/crispee/Projects/compass/lib/compass/configuration/comments.rb
467
- p
468
- 0
469
- x
470
- 25
471
- comment_for_line_comments
472
- M
473
- 1
474
- n
475
- n
476
- x
477
- 25
478
- comment_for_line_comments
479
- i
480
- 17
481
- 5
482
- 48
483
- 0
484
- 49
485
- 1
486
- 0
487
- 9
488
- 13
489
- 7
490
- 2
491
- 64
492
- 8
493
- 16
494
- 7
495
- 3
496
- 64
497
- 11
498
- I
499
- 1
500
- I
501
- 0
502
- I
503
- 0
504
- I
505
- 0
506
- n
507
- p
508
- 4
509
- x
510
- 9
511
- top_level
512
- x
513
- 13
514
- line_comments
515
- s
516
- 121
517
- # To disable debugging comments that display the original location of your selectors. Uncomment:
518
- # line_comments = false
519
-
520
- s
521
- 0
522
-
523
- p
524
- 11
525
- I
526
- -1
527
- I
528
- 18
529
- I
530
- 0
531
- I
532
- 19
533
- I
534
- 8
535
- I
536
- 1a
537
- I
538
- d
539
- I
540
- 1e
541
- I
542
- 10
543
- I
544
- 0
545
- I
546
- 11
547
- x
548
- 69
549
- /Users/crispee/Projects/compass/lib/compass/configuration/comments.rb
550
- p
551
- 0
552
- x
553
- 24
554
- comment_for_output_style
555
- M
556
- 1
557
- n
558
- n
559
- x
560
- 24
561
- comment_for_output_style
562
- i
563
- 17
564
- 5
565
- 48
566
- 0
567
- 49
568
- 1
569
- 0
570
- 9
571
- 13
572
- 7
573
- 2
574
- 64
575
- 8
576
- 16
577
- 7
578
- 3
579
- 64
580
- 11
581
- I
582
- 1
583
- I
584
- 0
585
- I
586
- 0
587
- I
588
- 0
589
- n
590
- p
591
- 4
592
- x
593
- 9
594
- top_level
595
- x
596
- 28
597
- output_style_without_default
598
- s
599
- 0
600
-
601
- s
602
- 157
603
- # You can select your preferred output style here (can be overridden via the command line):
604
- # output_style = :expanded or :nested or :compact or :compressed
605
-
606
- p
607
- 11
608
- I
609
- -1
610
- I
611
- 22
612
- I
613
- 0
614
- I
615
- 23
616
- I
617
- 8
618
- I
619
- 28
620
- I
621
- d
622
- I
623
- 24
624
- I
625
- 10
626
- I
627
- 0
628
- I
629
- 11
630
- x
631
- 69
632
- /Users/crispee/Projects/compass/lib/compass/configuration/comments.rb
633
- p
634
- 0
635
- x
636
- 28
637
- comment_for_preferred_syntax
638
- M
639
- 1
640
- n
641
- n
642
- x
643
- 28
644
- comment_for_preferred_syntax
645
- i
646
- 43
647
- 5
648
- 48
649
- 0
650
- 49
651
- 1
652
- 0
653
- 7
654
- 2
655
- 83
656
- 3
657
- 13
658
- 9
659
- 20
660
- 15
661
- 5
662
- 48
663
- 0
664
- 49
665
- 4
666
- 0
667
- 9
668
- 39
669
- 7
670
- 5
671
- 5
672
- 48
673
- 0
674
- 49
675
- 4
676
- 0
677
- 47
678
- 101
679
- 6
680
- 7
681
- 7
682
- 63
683
- 3
684
- 8
685
- 42
686
- 7
687
- 8
688
- 64
689
- 11
690
- I
691
- 3
692
- I
693
- 0
694
- I
695
- 0
696
- I
697
- 0
698
- n
699
- p
700
- 9
701
- x
702
- 9
703
- top_level
704
- x
705
- 16
706
- preferred_syntax
707
- x
708
- 4
709
- scss
710
- x
711
- 2
712
- ==
713
- x
714
- 8
715
- sass_dir
716
- s
717
- 221
718
-
719
- # If you prefer the indented syntax, you might want to regenerate this
720
- # project again passing --syntax sass, or you can uncomment this:
721
- # preferred_syntax = :sass
722
- # and then run:
723
- # sass-convert -R --from scss --to sass
724
- x
725
- 4
726
- to_s
727
- s
728
- 37
729
- scss && rm -rf sass && mv scss sass
730
-
731
- s
732
- 0
733
-
734
- p
735
- 13
736
- I
737
- -1
738
- I
739
- 2c
740
- I
741
- 0
742
- I
743
- 2d
744
- I
745
- 16
746
- I
747
- 2e
748
- I
749
- 18
750
- I
751
- 33
752
- I
753
- 27
754
- I
755
- 36
756
- I
757
- 2a
758
- I
759
- 0
760
- I
761
- 2b
762
- x
763
- 69
764
- /Users/crispee/Projects/compass/lib/compass/configuration/comments.rb
765
- p
766
- 0
767
- p
768
- 11
769
- I
770
- 2
771
- I
772
- 6
773
- I
774
- 10
775
- I
776
- e
777
- I
778
- 1e
779
- I
780
- 18
781
- I
782
- 2c
783
- I
784
- 22
785
- I
786
- 3a
787
- I
788
- 2c
789
- I
790
- 48
791
- x
792
- 69
793
- /Users/crispee/Projects/compass/lib/compass/configuration/comments.rb
794
- p
795
- 0
796
- x
797
- 13
798
- attach_method
799
- p
800
- 3
801
- I
802
- 2
803
- I
804
- 4
805
- I
806
- 1c
807
- x
808
- 69
809
- /Users/crispee/Projects/compass/lib/compass/configuration/comments.rb
810
- p
811
- 0
812
- x
813
- 13
814
- attach_method
815
- p
816
- 3
817
- I
818
- 2
819
- I
820
- 2
821
- I
822
- 1c
823
- x
824
- 69
825
- /Users/crispee/Projects/compass/lib/compass/configuration/comments.rb
826
- p
827
- 0
828
- x
829
- 13
830
- attach_method
831
- p
832
- 3
833
- I
834
- 0
835
- I
836
- 1
837
- I
838
- 1c
839
- x
840
- 69
841
- /Users/crispee/Projects/compass/lib/compass/configuration/comments.rb
842
- p
843
- 0