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
@@ -9,3 +9,20 @@
9
9
  .column-rule-color { @include column-rule-color(blue); }
10
10
  .column-rule { @include column-rule(1px, solid, blue); }
11
11
  .column-rule-spaced { @include column-rule(1px solid blue); }
12
+ .column-break-before{ @include column-break('before', always);}
13
+ .column-break-after { @include column-break('after', always); }
14
+ .column-break-inside{ @include column-break('inside'); }
15
+ .column-count { @include column-count(5); }
16
+ .column-gap { @include column-gap(10px); }
17
+ .column-width { @include column-width(90px); }
18
+ .column-rule-width { @include column-rule-width(1px); }
19
+ .column-rule-style { @include column-rule-style(dotted); }
20
+ .column-rule-color { @include column-rule-color(blue); }
21
+ .column-rule { @include column-rule(1px, solid, blue); }
22
+ .column-rule-spaced { @include column-rule(1px solid blue); }
23
+ .column-break-before { @include column-break-before(always); }
24
+ .column-break-after { @include column-break-after(always); }
25
+ .column-break-inside { @include column-break-inside(); }
26
+ .column-break-before-shortcut { @include column-break('before', always);}
27
+ .column-break-after-shortcut { @include column-break('after', always); }
28
+ .column-break-inside-shortcut { @include column-break('inside'); }
@@ -0,0 +1,11 @@
1
+ @import "compass/css3/hyphenation";
2
+
3
+ .word-break {
4
+ @include word-break(keep-all);
5
+ }
6
+ .hyphens {
7
+ @include hyphens(manual);
8
+ }
9
+ .hyphenate {
10
+ @include hyphenation;
11
+ }
@@ -0,0 +1,22 @@
1
+ @import "compass/typography/text/replacement";
2
+ .basic {
3
+ @include replace-text("4x6.png");
4
+ }
5
+ .with-dimensions {
6
+ @include replace-text-with-dimensions("4x6.png");
7
+ }
8
+ .with-dimensions-inline {
9
+ @include replace-text-with-dimensions("4x6.png", $inline: true);
10
+ }
11
+ .with-position {
12
+ @include replace-text("4x6.png", 10px, top);
13
+ }
14
+ .with-arbitrary-url {
15
+ @include replace-text(url(http://google.com/logo.gif), 10px, top);
16
+ }
17
+ .with-inline-url {
18
+ @include replace-text(inline-image("4x6.png"), 10px, top);
19
+ }
20
+ .with-image-url {
21
+ @include replace-text(image-url("4x6.png"), 10px, top);
22
+ }
@@ -1,6 +1,11 @@
1
1
  @import "compass/css3/text-shadow";
2
2
 
3
- .single-text-shadow { @include single-text-shadow;}
3
+ .default-single-text-shadow { @include single-text-shadow;}
4
+ .none { @include single-text-shadow(none);}
5
+ .color-only { @include single-text-shadow(#ccc);}
6
+ .color-first-with-params { @include single-text-shadow(#ccc, 2px, 2px, 5px, 2px);}
7
+ .color-last-with-params { @include single-text-shadow(2px, 2px, 5px, 2px, #ccc);}
4
8
  .default-text-shadow { @include text-shadow;}
5
9
  .multiple-text-shadows-with-default { @include text-shadow(default, 2px 2px 5px #222);}
6
10
  .multiple-text-shadows { @include text-shadow(4px 4px 10px #444, 2px 2px 5px #222);}
11
+ .multiple-text-shadows-with-spread { @include text-shadow(4px 4px 10px 1px #444, 2px 2px 5px 3px #222);}
@@ -4,9 +4,21 @@
4
4
  .single-transition-with-delay { @include single-transition(all, 0.6s, ease-out, 0.2s); }
5
5
  .transition-duration-string { @include transition-duration("0.2s, 0.5s, 0.2s"); }
6
6
  .transition-duration-list { @include transition-duration((0.2s, 0.5s, 0.2s)); }
7
+ .multiple-transition-durations { @include transition-duration(0.2s, 0.5s, 0.2s); }
7
8
  .single-transform-transition-without-delay { @include single-transition(transform, 0.6s, ease-out); }
8
9
  .single-transform-transition-with-delay { @include single-transition(transform, 0.6s, ease-out, 0.2s); }
9
10
  .transform-transition { @include transition(transform 0.6s ease-out) }
10
11
  .multiple-transitions { @include transition(transform 0.6s ease-out, opacity 0.2s ease-in) }
11
12
  .transition-property { @include transition-property(transform); }
13
+ .transition-properties { @include transition-property(transform, opacity, width, height, left, top); }
12
14
  .multiple-transition-properties { @include transition-property((opacity, transform, left)); }
15
+ .transition-timing { @include transition-timing-function(ease-in); }
16
+ .transition-timings { @include transition-timing-function(ease-in, cubic-bezier(1,0,1,0)); }
17
+ .transition-timings-list { @include transition-timing-function((ease-in, cubic-bezier(1,0,1,0))); }
18
+ .transition-timings-string { @include transition-timing-function("ease-in, cubic-bezier(1,0,1,0)"); }
19
+ .transition-delay { @include transition-delay(1s); }
20
+ .transition-delays { @include transition-delay(1s, 2s, 3s); }
21
+ .transition-delays-list { @include transition-delay((1s, 2s, 3s)); }
22
+ .transition-delays-string { @include transition-delay("1s, 2s, 3s"); }
23
+ .regression-912 { @include transition((background-color 0.5s ease-in 0s, width 0.5s ease-out 0s, height 0.5s ease-in 0s, top 0.5s ease-out 0s)); }
24
+
@@ -9,7 +9,14 @@ module Compass
9
9
  File.join(File.expand_path('../../', __FILE__), path)
10
10
  end
11
11
  end
12
-
12
+
13
+ # compile a Sass string in the context of a project in the current working directory.
14
+ def compile_for_project(contents, options = {})
15
+ Compass.add_project_configuration
16
+ options[:syntax] ||= :scss
17
+ Sass::Engine.new(contents, Compass.configuration.to_sass_engine_options.merge(options)).render
18
+ end
19
+
13
20
  def assert_correct(before, after)
14
21
  if before == after
15
22
  assert(true)
@@ -1,4 +1,4 @@
1
- require File.join(File.dirname(__FILE__), "..", "test_helper")
1
+ require "test_helper"
2
2
 
3
3
  class CompassModuleTest < Test::Unit::TestCase
4
4
 
@@ -0,0 +1,35 @@
1
+ require 'test_helper'
2
+ require 'compass'
3
+ require 'compass/exec'
4
+ require 'stringio'
5
+
6
+ class RegressionsTest < Test::Unit::TestCase
7
+ include Compass::CommandLineHelper
8
+ setup do
9
+ Compass.reset_configuration!
10
+ end
11
+
12
+ after do
13
+ Compass.reset_configuration!
14
+ end
15
+
16
+ def test_issue911_sprites_with_globbing_and_line_comments
17
+ within_tmp_directory do
18
+ compass "create --bare issue911"
19
+ FileUtils.mkdir_p "issue911/images/sprites/a"
20
+ FileUtils.mkdir_p "issue911/images/sprites/b"
21
+ open "issue911/images/sprites/a/foo.png", "wb" do |f|
22
+ f.write(Compass::PNG.new(5,10, [255,0,255]).to_blob)
23
+ end
24
+ open "issue911/images/sprites/b/bar.png", "wb" do |f|
25
+ f.write(Compass::PNG.new(5,10, [255,255,0]).to_blob)
26
+ end
27
+ Dir.chdir "issue911" do
28
+ result = compile_for_project(<<-SCSS)
29
+ @import "sprites/**/*.png";
30
+ SCSS
31
+ Sass::Engine.new(result, :syntax => :scss).render # raises an error if we generated invalid css
32
+ end
33
+ end
34
+ end
35
+ end
metadata CHANGED
@@ -1,10 +1,17 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: compass
3
- version: !ruby/object:Gem::Version
4
- version: 0.12.2.rc.0
3
+ version: !ruby/object:Gem::Version
4
+ hash: 3252270313
5
5
  prerelease: 7
6
+ segments:
7
+ - 0
8
+ - 12
9
+ - 2
10
+ - rc
11
+ - 1
12
+ version: 0.12.2.rc.1
6
13
  platform: ruby
7
- authors:
14
+ authors:
8
15
  - Chris Eppstein
9
16
  - Scott Davis
10
17
  - Eric A. Meyer
@@ -14,55 +21,69 @@ authors:
14
21
  autorequire:
15
22
  bindir: bin
16
23
  cert_chain: []
17
- date: 2012-05-10 00:00:00.000000000Z
18
- dependencies:
19
- - !ruby/object:Gem::Dependency
24
+
25
+ date: 2012-06-04 00:00:00 Z
26
+ dependencies:
27
+ - !ruby/object:Gem::Dependency
20
28
  name: sass
21
- requirement: &70125510087820 !ruby/object:Gem::Requirement
29
+ prerelease: false
30
+ requirement: &id001 !ruby/object:Gem::Requirement
22
31
  none: false
23
- requirements:
32
+ requirements:
24
33
  - - ~>
25
- - !ruby/object:Gem::Version
26
- version: '3.1'
34
+ - !ruby/object:Gem::Version
35
+ hash: 5
36
+ segments:
37
+ - 3
38
+ - 1
39
+ version: "3.1"
27
40
  type: :runtime
28
- prerelease: false
29
- version_requirements: *70125510087820
30
- - !ruby/object:Gem::Dependency
41
+ version_requirements: *id001
42
+ - !ruby/object:Gem::Dependency
31
43
  name: chunky_png
32
- requirement: &70125510087300 !ruby/object:Gem::Requirement
44
+ prerelease: false
45
+ requirement: &id002 !ruby/object:Gem::Requirement
33
46
  none: false
34
- requirements:
47
+ requirements:
35
48
  - - ~>
36
- - !ruby/object:Gem::Version
37
- version: '1.2'
49
+ - !ruby/object:Gem::Version
50
+ hash: 11
51
+ segments:
52
+ - 1
53
+ - 2
54
+ version: "1.2"
38
55
  type: :runtime
39
- prerelease: false
40
- version_requirements: *70125510087300
41
- - !ruby/object:Gem::Dependency
56
+ version_requirements: *id002
57
+ - !ruby/object:Gem::Dependency
42
58
  name: fssm
43
- requirement: &70125510086780 !ruby/object:Gem::Requirement
59
+ prerelease: false
60
+ requirement: &id003 !ruby/object:Gem::Requirement
44
61
  none: false
45
- requirements:
46
- - - ! '>='
47
- - !ruby/object:Gem::Version
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ hash: 25
66
+ segments:
67
+ - 0
68
+ - 2
69
+ - 7
48
70
  version: 0.2.7
49
71
  type: :runtime
50
- prerelease: false
51
- version_requirements: *70125510086780
52
- description: Compass is a Sass-based Stylesheet Framework that streamlines the creation
53
- and maintainance of CSS.
72
+ version_requirements: *id003
73
+ description: Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS.
54
74
  email: chris@eppsteins.net
55
- executables:
75
+ executables:
56
76
  - compass
57
77
  extensions: []
78
+
58
79
  extra_rdoc_files: []
59
- files:
80
+
81
+ files:
60
82
  - README.markdown
61
83
  - LICENSE.markdown
62
84
  - VERSION.yml
63
85
  - Rakefile
64
86
  - bin/compass
65
- - bin/compass.compiled.rbc
66
87
  - examples/blueprint_default/config.rb
67
88
  - examples/blueprint_default/images/grid.png
68
89
  - examples/blueprint_default/index.html.haml
@@ -517,6 +538,7 @@ files:
517
538
  - frameworks/compass/stylesheets/compass/css3/_box.scss
518
539
  - frameworks/compass/stylesheets/compass/css3/_columns.scss
519
540
  - frameworks/compass/stylesheets/compass/css3/_font-face.scss
541
+ - frameworks/compass/stylesheets/compass/css3/_hyphenation.scss
520
542
  - frameworks/compass/stylesheets/compass/css3/_images.scss
521
543
  - frameworks/compass/stylesheets/compass/css3/_inline-block.scss
522
544
  - frameworks/compass/stylesheets/compass/css3/_opacity.scss
@@ -598,203 +620,106 @@ files:
598
620
  - frameworks/compass/templates/project/screen.sass
599
621
  - frameworks/compass/templates/project/USAGE.markdown
600
622
  - lib/compass/actions.rb
601
- - lib/compass/actions.rbc
602
- - lib/compass/app_integration/merb.rbc
603
- - lib/compass/app_integration/rails/configuration_defaults.rbc
604
- - lib/compass/app_integration/rails/installer.rbc
605
623
  - lib/compass/app_integration/rails.rb
606
- - lib/compass/app_integration/rails.rbc
607
624
  - lib/compass/app_integration/stand_alone/configuration_defaults.rb
608
- - lib/compass/app_integration/stand_alone/configuration_defaults.rbc
609
625
  - lib/compass/app_integration/stand_alone/installer.rb
610
- - lib/compass/app_integration/stand_alone/installer.rbc
611
626
  - lib/compass/app_integration/stand_alone.rb
612
- - lib/compass/app_integration/stand_alone.rbc
613
627
  - lib/compass/app_integration.rb
614
- - lib/compass/app_integration.rbc
615
628
  - lib/compass/browser_support.rb
616
- - lib/compass/browser_support.rbc
617
629
  - lib/compass/commands/base.rb
618
- - lib/compass/commands/base.rbc
619
630
  - lib/compass/commands/clean_project.rb
620
- - lib/compass/commands/clean_project.rbc
621
631
  - lib/compass/commands/create_project.rb
622
- - lib/compass/commands/create_project.rbc
623
632
  - lib/compass/commands/default.rb
624
- - lib/compass/commands/default.rbc
625
633
  - lib/compass/commands/extension_command.rb
626
634
  - lib/compass/commands/generate_grid_background.rb
627
- - lib/compass/commands/generate_grid_background.rbc
628
635
  - lib/compass/commands/help.rb
629
- - lib/compass/commands/help.rbc
630
636
  - lib/compass/commands/imports.rb
631
- - lib/compass/commands/imports.rbc
632
637
  - lib/compass/commands/installer_command.rb
633
- - lib/compass/commands/installer_command.rbc
634
638
  - lib/compass/commands/interactive.rb
635
- - lib/compass/commands/interactive.rbc
636
639
  - lib/compass/commands/list_frameworks.rb
637
- - lib/compass/commands/list_frameworks.rbc
638
640
  - lib/compass/commands/print_version.rb
639
- - lib/compass/commands/print_version.rbc
640
641
  - lib/compass/commands/project_base.rb
641
- - lib/compass/commands/project_base.rbc
642
642
  - lib/compass/commands/project_stats.rb
643
- - lib/compass/commands/project_stats.rbc
644
643
  - lib/compass/commands/project_structure.rb
645
644
  - lib/compass/commands/registry.rb
646
- - lib/compass/commands/registry.rbc
647
645
  - lib/compass/commands/sprite.rb
648
- - lib/compass/commands/sprite.rbc
649
646
  - lib/compass/commands/stamp_pattern.rb
650
- - lib/compass/commands/stamp_pattern.rbc
651
647
  - lib/compass/commands/unpack_extension.rb
652
- - lib/compass/commands/unpack_extension.rbc
653
648
  - lib/compass/commands/update_project.rb
654
- - lib/compass/commands/update_project.rbc
655
649
  - lib/compass/commands/validate_project.rb
656
- - lib/compass/commands/validate_project.rbc
657
650
  - lib/compass/commands/watch_project.rb
658
- - lib/compass/commands/watch_project.rbc
659
651
  - lib/compass/commands/write_configuration.rb
660
- - lib/compass/commands/write_configuration.rbc
661
652
  - lib/compass/commands.rb
662
- - lib/compass/commands.rbc
663
653
  - lib/compass/compiler.rb
664
- - lib/compass/compiler.rbc
665
654
  - lib/compass/configuration/adapters.rb
666
- - lib/compass/configuration/adapters.rbc
667
655
  - lib/compass/configuration/comments.rb
668
- - lib/compass/configuration/comments.rbc
669
656
  - lib/compass/configuration/data.rb
670
- - lib/compass/configuration/data.rbc
671
657
  - lib/compass/configuration/defaults.rb
672
- - lib/compass/configuration/defaults.rbc
673
658
  - lib/compass/configuration/file_data.rb
674
- - lib/compass/configuration/file_data.rbc
675
659
  - lib/compass/configuration/helpers.rb
676
- - lib/compass/configuration/helpers.rbc
677
660
  - lib/compass/configuration/inheritance.rb
678
- - lib/compass/configuration/inheritance.rbc
679
661
  - lib/compass/configuration/paths.rb
680
- - lib/compass/configuration/paths.rbc
681
662
  - lib/compass/configuration/serialization.rb
682
- - lib/compass/configuration/serialization.rbc
683
663
  - lib/compass/configuration.rb
684
- - lib/compass/configuration.rbc
685
664
  - lib/compass/dependencies.rb
686
- - lib/compass/dependencies.rbc
687
665
  - lib/compass/errors.rb
688
- - lib/compass/errors.rbc
689
666
  - lib/compass/exec/command_option_parser.rb
690
- - lib/compass/exec/command_option_parser.rbc
691
667
  - lib/compass/exec/global_options_parser.rb
692
- - lib/compass/exec/global_options_parser.rbc
693
668
  - lib/compass/exec/helpers.rb
694
- - lib/compass/exec/helpers.rbc
695
669
  - lib/compass/exec/project_options_parser.rb
696
- - lib/compass/exec/project_options_parser.rbc
697
670
  - lib/compass/exec/sub_command_ui.rb
698
- - lib/compass/exec/sub_command_ui.rbc
699
671
  - lib/compass/exec/switch_ui.rb
700
672
  - lib/compass/exec.rb
701
- - lib/compass/exec.rbc
702
673
  - lib/compass/frameworks.rb
703
- - lib/compass/frameworks.rbc
704
674
  - lib/compass/grid_builder.rb
705
- - lib/compass/grid_builder.rbc
706
675
  - lib/compass/installers/bare_installer.rb
707
- - lib/compass/installers/bare_installer.rbc
708
676
  - lib/compass/installers/base.rb
709
- - lib/compass/installers/base.rbc
710
677
  - lib/compass/installers/manifest.rb
711
- - lib/compass/installers/manifest.rbc
712
678
  - lib/compass/installers/manifest_installer.rb
713
- - lib/compass/installers/manifest_installer.rbc
714
679
  - lib/compass/installers/template_context.rb
715
- - lib/compass/installers/template_context.rbc
716
680
  - lib/compass/installers.rb
717
- - lib/compass/installers.rbc
718
681
  - lib/compass/logger.rb
719
- - lib/compass/logger.rbc
720
682
  - lib/compass/quick_cache.rb
721
- - lib/compass/quick_cache.rbc
722
683
  - lib/compass/rails.rb
723
684
  - lib/compass/sass_extensions/functions/colors.rb
724
- - lib/compass/sass_extensions/functions/colors.rbc
725
685
  - lib/compass/sass_extensions/functions/constants.rb
726
- - lib/compass/sass_extensions/functions/constants.rbc
727
686
  - lib/compass/sass_extensions/functions/cross_browser_support.rb
728
- - lib/compass/sass_extensions/functions/cross_browser_support.rbc
729
687
  - lib/compass/sass_extensions/functions/display.rb
730
- - lib/compass/sass_extensions/functions/display.rbc
731
688
  - lib/compass/sass_extensions/functions/enumerate.rb
732
- - lib/compass/sass_extensions/functions/enumerate.rbc
733
689
  - lib/compass/sass_extensions/functions/env.rb
734
- - lib/compass/sass_extensions/functions/env.rbc
735
690
  - lib/compass/sass_extensions/functions/font_files.rb
736
- - lib/compass/sass_extensions/functions/font_files.rbc
737
691
  - lib/compass/sass_extensions/functions/gradient_support.rb
738
- - lib/compass/sass_extensions/functions/gradient_support.rbc
739
692
  - lib/compass/sass_extensions/functions/image_size.rb
740
- - lib/compass/sass_extensions/functions/image_size.rbc
741
693
  - lib/compass/sass_extensions/functions/inline_image.rb
742
- - lib/compass/sass_extensions/functions/inline_image.rbc
743
694
  - lib/compass/sass_extensions/functions/lists.rb
744
- - lib/compass/sass_extensions/functions/lists.rbc
745
695
  - lib/compass/sass_extensions/functions/math.rb
746
696
  - lib/compass/sass_extensions/functions/selectors.rb
747
- - lib/compass/sass_extensions/functions/selectors.rbc
748
697
  - lib/compass/sass_extensions/functions/sprites.rb
749
- - lib/compass/sass_extensions/functions/sprites.rbc
750
- - lib/compass/sass_extensions/functions/trig.rbc
751
698
  - lib/compass/sass_extensions/functions/urls.rb
752
- - lib/compass/sass_extensions/functions/urls.rbc
753
699
  - lib/compass/sass_extensions/functions.rb
754
- - lib/compass/sass_extensions/functions.rbc
755
700
  - lib/compass/sass_extensions/monkey_patches/browser_support.rb
756
- - lib/compass/sass_extensions/monkey_patches/browser_support.rbc
757
701
  - lib/compass/sass_extensions/monkey_patches/traversal.rb
758
- - lib/compass/sass_extensions/monkey_patches/traversal.rbc
759
702
  - lib/compass/sass_extensions/monkey_patches.rb
760
- - lib/compass/sass_extensions/monkey_patches.rbc
761
- - lib/compass/sass_extensions/sprites/base.rbc
762
703
  - lib/compass/sass_extensions/sprites/engines/chunky_png_engine.rb
763
- - lib/compass/sass_extensions/sprites/engines/chunky_png_engine.rbc
764
704
  - lib/compass/sass_extensions/sprites/engines.rb
765
- - lib/compass/sass_extensions/sprites/engines.rbc
766
705
  - lib/compass/sass_extensions/sprites/image.rb
767
- - lib/compass/sass_extensions/sprites/image.rbc
768
706
  - lib/compass/sass_extensions/sprites/image_methods.rb
769
- - lib/compass/sass_extensions/sprites/image_methods.rbc
770
707
  - lib/compass/sass_extensions/sprites/image_row.rb
771
- - lib/compass/sass_extensions/sprites/image_row.rbc
772
708
  - lib/compass/sass_extensions/sprites/layout_methods.rb
773
- - lib/compass/sass_extensions/sprites/layout_methods.rbc
774
709
  - lib/compass/sass_extensions/sprites/row_fitter.rb
775
- - lib/compass/sass_extensions/sprites/row_fitter.rbc
776
710
  - lib/compass/sass_extensions/sprites/sprite_map.rb
777
- - lib/compass/sass_extensions/sprites/sprite_map.rbc
778
711
  - lib/compass/sass_extensions/sprites/sprite_methods.rb
779
- - lib/compass/sass_extensions/sprites/sprite_methods.rbc
780
- - lib/compass/sass_extensions/sprites/sprites.rbc
781
712
  - lib/compass/sass_extensions/sprites.rb
782
- - lib/compass/sass_extensions/sprites.rbc
783
713
  - lib/compass/sass_extensions.rb
784
- - lib/compass/sass_extensions.rbc
785
714
  - lib/compass/sprite_importer/binding.rb
786
715
  - lib/compass/sprite_importer/content.erb
787
716
  - lib/compass/sprite_importer.rb
788
- - lib/compass/sprite_importer.rbc
789
717
  - lib/compass/stats.rb
790
718
  - lib/compass/test_case.rb
791
719
  - lib/compass/util.rb
792
- - lib/compass/util.rbc
793
720
  - lib/compass/validator.rb
794
721
  - lib/compass/version.rb
795
- - lib/compass/version.rbc
796
722
  - lib/compass.rb
797
- - lib/compass.rbc
798
723
  - test/fixtures/extensions/only_stylesheets/compass_init.rb
799
724
  - test/fixtures/extensions/only_stylesheets/scss/only_stylesheets/foo.scss
800
725
  - test/fixtures/fonts/bgrove.base64.txt
@@ -895,6 +820,7 @@ files:
895
820
  - test/fixtures/stylesheets/compass/css/force-wrap.css
896
821
  - test/fixtures/stylesheets/compass/css/gradients.css
897
822
  - test/fixtures/stylesheets/compass/css/grid_background.css
823
+ - test/fixtures/stylesheets/compass/css/hyphenation.css
898
824
  - test/fixtures/stylesheets/compass/css/image_size.css
899
825
  - test/fixtures/stylesheets/compass/css/images.css
900
826
  - test/fixtures/stylesheets/compass/css/layout.css
@@ -904,6 +830,7 @@ files:
904
830
  - test/fixtures/stylesheets/compass/css/pie.css
905
831
  - test/fixtures/stylesheets/compass/css/print.css
906
832
  - test/fixtures/stylesheets/compass/css/regions.css
833
+ - test/fixtures/stylesheets/compass/css/replacement.css
907
834
  - test/fixtures/stylesheets/compass/css/reset.css
908
835
  - test/fixtures/stylesheets/compass/css/sprites.css
909
836
  - test/fixtures/stylesheets/compass/css/stretching.css
@@ -1176,6 +1103,7 @@ files:
1176
1103
  - test/fixtures/stylesheets/compass/sass/force-wrap.scss
1177
1104
  - test/fixtures/stylesheets/compass/sass/gradients.sass
1178
1105
  - test/fixtures/stylesheets/compass/sass/grid_background.scss
1106
+ - test/fixtures/stylesheets/compass/sass/hyphenation.scss
1179
1107
  - test/fixtures/stylesheets/compass/sass/image_size.sass
1180
1108
  - test/fixtures/stylesheets/compass/sass/images.scss
1181
1109
  - test/fixtures/stylesheets/compass/sass/layout.sass
@@ -1185,6 +1113,7 @@ files:
1185
1113
  - test/fixtures/stylesheets/compass/sass/pie.scss
1186
1114
  - test/fixtures/stylesheets/compass/sass/print.sass
1187
1115
  - test/fixtures/stylesheets/compass/sass/regions.scss
1116
+ - test/fixtures/stylesheets/compass/sass/replacement.scss
1188
1117
  - test/fixtures/stylesheets/compass/sass/reset.sass
1189
1118
  - test/fixtures/stylesheets/compass/sass/sprites.scss
1190
1119
  - test/fixtures/stylesheets/compass/sass/stretching.sass
@@ -1222,79 +1151,69 @@ files:
1222
1151
  - test/fixtures/stylesheets/valid/config.rb
1223
1152
  - test/fixtures/stylesheets/valid/sass/simple.sass
1224
1153
  - test/helpers/command_line.rb
1225
- - test/helpers/command_line.rbc
1226
1154
  - test/helpers/diff.rb
1227
- - test/helpers/diff.rbc
1228
1155
  - test/helpers/io.rb
1229
- - test/helpers/io.rbc
1230
1156
  - test/helpers/rails.rb
1231
- - test/helpers/rails.rbc
1232
1157
  - test/helpers/test_case.rb
1233
- - test/helpers/test_case.rbc
1234
1158
  - test/integrations/compass_test.rb
1235
- - test/integrations/compass_test.rbc
1236
- - test/integrations/rails_integration_test.rbc
1237
1159
  - test/integrations/sprites_test.rb
1238
- - test/integrations/sprites_test.rbc
1239
1160
  - test/test_helper.rb
1240
- - test/test_helper.rbc
1241
1161
  - test/units/actions_test.rb
1242
- - test/units/actions_test.rbc
1243
1162
  - test/units/command_line_test.rb
1244
- - test/units/command_line_test.rbc
1245
1163
  - test/units/compass_module_test.rb
1246
1164
  - test/units/compass_png_test.rb
1247
- - test/units/compass_png_test.rbc
1248
1165
  - test/units/compiler_test.rb
1249
1166
  - test/units/configuration_test.rb
1250
- - test/units/configuration_test.rbc
1251
- - test/units/rails_configuration_test.rbc
1167
+ - test/units/regressions_test.rb
1252
1168
  - test/units/sass_extensions_test.rb
1253
- - test/units/sass_extensions_test.rbc
1254
1169
  - test/units/sprites/engine_test.rb
1255
- - test/units/sprites/engine_test.rbc
1256
1170
  - test/units/sprites/image_row_test.rb
1257
- - test/units/sprites/image_row_test.rbc
1258
1171
  - test/units/sprites/image_test.rb
1259
- - test/units/sprites/image_test.rbc
1260
1172
  - test/units/sprites/importer_test.rb
1261
- - test/units/sprites/importer_test.rbc
1262
1173
  - test/units/sprites/layout_test.rb
1263
1174
  - test/units/sprites/row_fitter_test.rb
1264
- - test/units/sprites/row_fitter_test.rbc
1265
1175
  - test/units/sprites/sprite_command_test.rb
1266
- - test/units/sprites/sprite_command_test.rbc
1267
1176
  - test/units/sprites/sprite_map_test.rb
1268
- - test/units/sprites/sprite_map_test.rbc
1269
1177
  - features/command_line.feature
1270
1178
  - features/extensions.feature
1271
1179
  - features/step_definitions/command_line_steps.rb
1272
1180
  - features/step_definitions/extension_steps.rb
1273
1181
  homepage: http://compass-style.org
1274
1182
  licenses: []
1183
+
1275
1184
  post_install_message:
1276
1185
  rdoc_options: []
1277
- require_paths:
1186
+
1187
+ require_paths:
1278
1188
  - lib
1279
- required_ruby_version: !ruby/object:Gem::Requirement
1189
+ required_ruby_version: !ruby/object:Gem::Requirement
1280
1190
  none: false
1281
- requirements:
1282
- - - ! '>='
1283
- - !ruby/object:Gem::Version
1284
- version: '0'
1285
- required_rubygems_version: !ruby/object:Gem::Requirement
1191
+ requirements:
1192
+ - - ">="
1193
+ - !ruby/object:Gem::Version
1194
+ hash: 3
1195
+ segments:
1196
+ - 0
1197
+ version: "0"
1198
+ required_rubygems_version: !ruby/object:Gem::Requirement
1286
1199
  none: false
1287
- requirements:
1288
- - - ! '>'
1289
- - !ruby/object:Gem::Version
1200
+ requirements:
1201
+ - - ">"
1202
+ - !ruby/object:Gem::Version
1203
+ hash: 25
1204
+ segments:
1205
+ - 1
1206
+ - 3
1207
+ - 1
1290
1208
  version: 1.3.1
1291
1209
  requirements: []
1210
+
1292
1211
  rubyforge_project:
1293
- rubygems_version: 1.8.10
1212
+ rubygems_version: 1.8.15
1294
1213
  signing_key:
1295
1214
  specification_version: 3
1296
1215
  summary: A Real Stylesheet Framework
1297
- test_files:
1216
+ test_files:
1298
1217
  - test/fixtures/extensions/only_stylesheets/compass_init.rb
1299
1218
  - test/fixtures/extensions/only_stylesheets/scss/only_stylesheets/foo.scss
1300
1219
  - test/fixtures/fonts/bgrove.base64.txt
@@ -1395,6 +1314,7 @@ test_files:
1395
1314
  - test/fixtures/stylesheets/compass/css/force-wrap.css
1396
1315
  - test/fixtures/stylesheets/compass/css/gradients.css
1397
1316
  - test/fixtures/stylesheets/compass/css/grid_background.css
1317
+ - test/fixtures/stylesheets/compass/css/hyphenation.css
1398
1318
  - test/fixtures/stylesheets/compass/css/image_size.css
1399
1319
  - test/fixtures/stylesheets/compass/css/images.css
1400
1320
  - test/fixtures/stylesheets/compass/css/layout.css
@@ -1404,6 +1324,7 @@ test_files:
1404
1324
  - test/fixtures/stylesheets/compass/css/pie.css
1405
1325
  - test/fixtures/stylesheets/compass/css/print.css
1406
1326
  - test/fixtures/stylesheets/compass/css/regions.css
1327
+ - test/fixtures/stylesheets/compass/css/replacement.css
1407
1328
  - test/fixtures/stylesheets/compass/css/reset.css
1408
1329
  - test/fixtures/stylesheets/compass/css/sprites.css
1409
1330
  - test/fixtures/stylesheets/compass/css/stretching.css
@@ -1676,6 +1597,7 @@ test_files:
1676
1597
  - test/fixtures/stylesheets/compass/sass/force-wrap.scss
1677
1598
  - test/fixtures/stylesheets/compass/sass/gradients.sass
1678
1599
  - test/fixtures/stylesheets/compass/sass/grid_background.scss
1600
+ - test/fixtures/stylesheets/compass/sass/hyphenation.scss
1679
1601
  - test/fixtures/stylesheets/compass/sass/image_size.sass
1680
1602
  - test/fixtures/stylesheets/compass/sass/images.scss
1681
1603
  - test/fixtures/stylesheets/compass/sass/layout.sass
@@ -1685,6 +1607,7 @@ test_files:
1685
1607
  - test/fixtures/stylesheets/compass/sass/pie.scss
1686
1608
  - test/fixtures/stylesheets/compass/sass/print.sass
1687
1609
  - test/fixtures/stylesheets/compass/sass/regions.scss
1610
+ - test/fixtures/stylesheets/compass/sass/replacement.scss
1688
1611
  - test/fixtures/stylesheets/compass/sass/reset.sass
1689
1612
  - test/fixtures/stylesheets/compass/sass/sprites.scss
1690
1613
  - test/fixtures/stylesheets/compass/sass/stretching.sass
@@ -1722,50 +1645,29 @@ test_files:
1722
1645
  - test/fixtures/stylesheets/valid/config.rb
1723
1646
  - test/fixtures/stylesheets/valid/sass/simple.sass
1724
1647
  - test/helpers/command_line.rb
1725
- - test/helpers/command_line.rbc
1726
1648
  - test/helpers/diff.rb
1727
- - test/helpers/diff.rbc
1728
1649
  - test/helpers/io.rb
1729
- - test/helpers/io.rbc
1730
1650
  - test/helpers/rails.rb
1731
- - test/helpers/rails.rbc
1732
1651
  - test/helpers/test_case.rb
1733
- - test/helpers/test_case.rbc
1734
1652
  - test/integrations/compass_test.rb
1735
- - test/integrations/compass_test.rbc
1736
- - test/integrations/rails_integration_test.rbc
1737
1653
  - test/integrations/sprites_test.rb
1738
- - test/integrations/sprites_test.rbc
1739
1654
  - test/test_helper.rb
1740
- - test/test_helper.rbc
1741
1655
  - test/units/actions_test.rb
1742
- - test/units/actions_test.rbc
1743
1656
  - test/units/command_line_test.rb
1744
- - test/units/command_line_test.rbc
1745
1657
  - test/units/compass_module_test.rb
1746
1658
  - test/units/compass_png_test.rb
1747
- - test/units/compass_png_test.rbc
1748
1659
  - test/units/compiler_test.rb
1749
1660
  - test/units/configuration_test.rb
1750
- - test/units/configuration_test.rbc
1751
- - test/units/rails_configuration_test.rbc
1661
+ - test/units/regressions_test.rb
1752
1662
  - test/units/sass_extensions_test.rb
1753
- - test/units/sass_extensions_test.rbc
1754
1663
  - test/units/sprites/engine_test.rb
1755
- - test/units/sprites/engine_test.rbc
1756
1664
  - test/units/sprites/image_row_test.rb
1757
- - test/units/sprites/image_row_test.rbc
1758
1665
  - test/units/sprites/image_test.rb
1759
- - test/units/sprites/image_test.rbc
1760
1666
  - test/units/sprites/importer_test.rb
1761
- - test/units/sprites/importer_test.rbc
1762
1667
  - test/units/sprites/layout_test.rb
1763
1668
  - test/units/sprites/row_fitter_test.rb
1764
- - test/units/sprites/row_fitter_test.rbc
1765
1669
  - test/units/sprites/sprite_command_test.rb
1766
- - test/units/sprites/sprite_command_test.rbc
1767
1670
  - test/units/sprites/sprite_map_test.rb
1768
- - test/units/sprites/sprite_map_test.rbc
1769
1671
  - features/command_line.feature
1770
1672
  - features/extensions.feature
1771
1673
  - features/step_definitions/command_line_steps.rb