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

Sign up to get free protection for your applications and to get access to all the features.
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,676 +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
- 30
13
- 99
14
- 7
15
- 0
16
- 45
17
- 1
18
- 2
19
- 49
20
- 3
21
- 2
22
- 13
23
- 99
24
- 12
25
- 7
26
- 4
27
- 12
28
- 7
29
- 5
30
- 12
31
- 65
32
- 12
33
- 49
34
- 6
35
- 4
36
- 15
37
- 49
38
- 4
39
- 0
40
- 15
41
- 2
42
- 11
43
- I
44
- 6
45
- I
46
- 0
47
- I
48
- 0
49
- I
50
- 0
51
- n
52
- p
53
- 7
54
- x
55
- 4
56
- Exec
57
- x
58
- 7
59
- Compass
60
- n
61
- x
62
- 17
63
- open_module_under
64
- x
65
- 15
66
- __module_init__
67
- M
68
- 1
69
- n
70
- n
71
- x
72
- 4
73
- Exec
74
- i
75
- 29
76
- 5
77
- 66
78
- 99
79
- 7
80
- 0
81
- 1
82
- 65
83
- 49
84
- 1
85
- 3
86
- 13
87
- 99
88
- 12
89
- 7
90
- 2
91
- 12
92
- 7
93
- 3
94
- 12
95
- 65
96
- 12
97
- 49
98
- 4
99
- 4
100
- 15
101
- 49
102
- 2
103
- 0
104
- 11
105
- I
106
- 6
107
- I
108
- 0
109
- I
110
- 0
111
- I
112
- 0
113
- n
114
- p
115
- 5
116
- x
117
- 19
118
- CommandOptionParser
119
- x
120
- 10
121
- open_class
122
- x
123
- 14
124
- __class_init__
125
- M
126
- 1
127
- n
128
- n
129
- x
130
- 19
131
- CommandOptionParser
132
- i
133
- 84
134
- 5
135
- 66
136
- 5
137
- 7
138
- 0
139
- 7
140
- 1
141
- 7
142
- 2
143
- 47
144
- 49
145
- 3
146
- 3
147
- 15
148
- 99
149
- 7
150
- 4
151
- 7
152
- 5
153
- 65
154
- 67
155
- 49
156
- 6
157
- 0
158
- 49
159
- 7
160
- 4
161
- 15
162
- 99
163
- 7
164
- 8
165
- 7
166
- 9
167
- 65
168
- 67
169
- 49
170
- 6
171
- 0
172
- 49
173
- 7
174
- 4
175
- 15
176
- 99
177
- 7
178
- 2
179
- 7
180
- 10
181
- 65
182
- 67
183
- 49
184
- 6
185
- 0
186
- 49
187
- 7
188
- 4
189
- 15
190
- 99
191
- 7
192
- 11
193
- 7
194
- 12
195
- 65
196
- 67
197
- 49
198
- 6
199
- 0
200
- 49
201
- 7
202
- 4
203
- 15
204
- 99
205
- 7
206
- 13
207
- 7
208
- 14
209
- 65
210
- 67
211
- 49
212
- 6
213
- 0
214
- 49
215
- 7
216
- 4
217
- 11
218
- I
219
- 5
220
- I
221
- 0
222
- I
223
- 0
224
- I
225
- 0
226
- n
227
- p
228
- 15
229
- x
230
- 7
231
- options
232
- x
233
- 9
234
- arguments
235
- x
236
- 4
237
- opts
238
- x
239
- 13
240
- attr_accessor
241
- x
242
- 10
243
- initialize
244
- M
245
- 1
246
- n
247
- n
248
- x
249
- 10
250
- initialize
251
- i
252
- 29
253
- 5
254
- 20
255
- 0
256
- 13
257
- 18
258
- 2
259
- 47
260
- 49
261
- 0
262
- 1
263
- 15
264
- 15
265
- 5
266
- 44
267
- 43
268
- 1
269
- 78
270
- 49
271
- 2
272
- 1
273
- 13
274
- 18
275
- 2
276
- 47
277
- 49
278
- 3
279
- 1
280
- 15
281
- 11
282
- I
283
- 4
284
- I
285
- 1
286
- I
287
- 1
288
- I
289
- 1
290
- n
291
- p
292
- 4
293
- x
294
- 10
295
- arguments=
296
- x
297
- 4
298
- Hash
299
- x
300
- 16
301
- new_from_literal
302
- x
303
- 8
304
- options=
305
- p
306
- 11
307
- I
308
- -1
309
- I
310
- 4
311
- I
312
- 0
313
- I
314
- 17
315
- I
316
- 1
317
- I
318
- 5
319
- I
320
- c
321
- I
322
- 17
323
- I
324
- d
325
- I
326
- 6
327
- I
328
- 1d
329
- x
330
- 73
331
- /Users/crispee/Projects/compass/lib/compass/exec/command_option_parser.rb
332
- p
333
- 1
334
- x
335
- 9
336
- arguments
337
- x
338
- 17
339
- method_visibility
340
- x
341
- 15
342
- add_defn_method
343
- x
344
- 6
345
- parse!
346
- M
347
- 1
348
- n
349
- n
350
- x
351
- 6
352
- parse!
353
- i
354
- 10
355
- 5
356
- 48
357
- 0
358
- 5
359
- 48
360
- 1
361
- 49
362
- 2
363
- 1
364
- 11
365
- I
366
- 2
367
- I
368
- 0
369
- I
370
- 0
371
- I
372
- 0
373
- n
374
- p
375
- 3
376
- x
377
- 4
378
- opts
379
- x
380
- 9
381
- arguments
382
- x
383
- 6
384
- parse!
385
- p
386
- 5
387
- I
388
- -1
389
- I
390
- 8
391
- I
392
- 0
393
- I
394
- 9
395
- I
396
- a
397
- x
398
- 73
399
- /Users/crispee/Projects/compass/lib/compass/exec/command_option_parser.rb
400
- p
401
- 0
402
- M
403
- 1
404
- n
405
- n
406
- x
407
- 4
408
- opts
409
- i
410
- 9
411
- 45
412
- 0
413
- 1
414
- 56
415
- 2
416
- 50
417
- 3
418
- 0
419
- 11
420
- I
421
- 2
422
- I
423
- 0
424
- I
425
- 0
426
- I
427
- 0
428
- n
429
- p
430
- 4
431
- x
432
- 12
433
- OptionParser
434
- n
435
- M
436
- 1
437
- p
438
- 2
439
- x
440
- 9
441
- for_block
442
- t
443
- n
444
- x
445
- 4
446
- opts
447
- i
448
- 11
449
- 57
450
- 19
451
- 0
452
- 15
453
- 5
454
- 20
455
- 0
456
- 49
457
- 0
458
- 1
459
- 11
460
- I
461
- 4
462
- I
463
- 1
464
- I
465
- 1
466
- I
467
- 1
468
- n
469
- p
470
- 1
471
- x
472
- 11
473
- set_options
474
- p
475
- 5
476
- I
477
- 0
478
- I
479
- c
480
- I
481
- 4
482
- I
483
- d
484
- I
485
- b
486
- x
487
- 73
488
- /Users/crispee/Projects/compass/lib/compass/exec/command_option_parser.rb
489
- p
490
- 1
491
- x
492
- 4
493
- opts
494
- x
495
- 3
496
- new
497
- p
498
- 5
499
- I
500
- -1
501
- I
502
- b
503
- I
504
- 0
505
- I
506
- c
507
- I
508
- 9
509
- x
510
- 73
511
- /Users/crispee/Projects/compass/lib/compass/exec/command_option_parser.rb
512
- p
513
- 0
514
- x
515
- 11
516
- set_options
517
- M
518
- 1
519
- n
520
- n
521
- x
522
- 11
523
- set_options
524
- i
525
- 2
526
- 1
527
- 11
528
- I
529
- 2
530
- I
531
- 1
532
- I
533
- 1
534
- I
535
- 1
536
- n
537
- p
538
- 0
539
- p
540
- 5
541
- I
542
- -1
543
- I
544
- 10
545
- I
546
- 0
547
- I
548
- 12
549
- I
550
- 2
551
- x
552
- 73
553
- /Users/crispee/Projects/compass/lib/compass/exec/command_option_parser.rb
554
- p
555
- 1
556
- x
557
- 4
558
- opts
559
- x
560
- 4
561
- to_s
562
- M
563
- 1
564
- n
565
- n
566
- x
567
- 4
568
- to_s
569
- i
570
- 7
571
- 5
572
- 48
573
- 0
574
- 49
575
- 1
576
- 0
577
- 11
578
- I
579
- 1
580
- I
581
- 0
582
- I
583
- 0
584
- I
585
- 0
586
- n
587
- p
588
- 2
589
- x
590
- 4
591
- opts
592
- x
593
- 4
594
- to_s
595
- p
596
- 5
597
- I
598
- -1
599
- I
600
- 13
601
- I
602
- 0
603
- I
604
- 14
605
- I
606
- 7
607
- x
608
- 73
609
- /Users/crispee/Projects/compass/lib/compass/exec/command_option_parser.rb
610
- p
611
- 0
612
- p
613
- 13
614
- I
615
- 2
616
- I
617
- 3
618
- I
619
- e
620
- I
621
- 4
622
- I
623
- 1c
624
- I
625
- 8
626
- I
627
- 2a
628
- I
629
- b
630
- I
631
- 38
632
- I
633
- 10
634
- I
635
- 46
636
- I
637
- 13
638
- I
639
- 54
640
- x
641
- 73
642
- /Users/crispee/Projects/compass/lib/compass/exec/command_option_parser.rb
643
- p
644
- 0
645
- x
646
- 13
647
- attach_method
648
- p
649
- 3
650
- I
651
- 2
652
- I
653
- 2
654
- I
655
- 1d
656
- x
657
- 73
658
- /Users/crispee/Projects/compass/lib/compass/exec/command_option_parser.rb
659
- p
660
- 0
661
- x
662
- 13
663
- attach_method
664
- p
665
- 3
666
- I
667
- 0
668
- I
669
- 1
670
- I
671
- 1e
672
- x
673
- 73
674
- /Users/crispee/Projects/compass/lib/compass/exec/command_option_parser.rb
675
- p
676
- 0