<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,20 @@
 COMPASS CHANGELOG
 =================
 
+0.6.6
+-----
+
+The Haml project now releases a gem called haml-edge that is built from the haml master branch instead of stable. Compass now depends on this gem and will continue to do so until haml 2.2 is released. This should reduce the number of installation problems that have been encountered by new users.
+
+### Command Line
+
+* Fixed a bug that had broken the --write-configuration (-c) option.
+* The --force option will now force recompilation. Useful when the stylesheets don't appear to need a recompile according to the file timestamps.
+
+### Unit tests
+
+* Some unit tests were cleaned up for clarity and to better take advantage of the compass project management facilities.
+
 0.6.5
 -----
 </diff>
      <filename>CHANGELOG.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,8 @@
 bin/compass
 CHANGELOG.markdown
 compass.gemspec
+examples/blueprint_default/config.rb
+examples/blueprint_default/images/grid.png
 examples/blueprint_default/index.html
 examples/blueprint_default/parts/elements.html
 examples/blueprint_default/parts/forms.html
@@ -9,13 +11,13 @@ examples/blueprint_default/parts/test-small.jpg
 examples/blueprint_default/parts/test.jpg
 examples/blueprint_default/parts/valid.png
 examples/blueprint_default/src/ie.sass
-examples/blueprint_default/src/images/grid.png
 examples/blueprint_default/src/print.sass
 examples/blueprint_default/src/screen.sass
 examples/blueprint_plugins/config.rb
 examples/blueprint_plugins/images/buttons/cross.png
 examples/blueprint_plugins/images/buttons/key.png
 examples/blueprint_plugins/images/buttons/tick.png
+examples/blueprint_plugins/images/grid.png
 examples/blueprint_plugins/images/link_icons/doc.png
 examples/blueprint_plugins/images/link_icons/email.png
 examples/blueprint_plugins/images/link_icons/external.png
@@ -34,7 +36,6 @@ examples/blueprint_plugins/plugins/link_icons.html
 examples/blueprint_plugins/plugins/rtl.html
 examples/blueprint_plugins/src/buttons.sass
 examples/blueprint_plugins/src/ie.sass
-examples/blueprint_plugins/src/images/grid.png
 examples/blueprint_plugins/src/link_icons.sass
 examples/blueprint_plugins/src/print.sass
 examples/blueprint_plugins/src/rtl_screen.sass
@@ -45,6 +46,8 @@ examples/blueprint_scoped/src/screen.sass
 examples/blueprint_scoped_form/src/ie.sass
 examples/blueprint_scoped_form/src/print.sass
 examples/blueprint_scoped_form/src/screen.sass
+examples/blueprint_semantic/config.rb
+examples/blueprint_semantic/images/grid.png
 examples/blueprint_semantic/index.html
 examples/blueprint_semantic/parts/fancy_type.html
 examples/blueprint_semantic/parts/liquid.html
@@ -52,13 +55,13 @@ examples/blueprint_semantic/parts/test-small.jpg
 examples/blueprint_semantic/parts/test.jpg
 examples/blueprint_semantic/parts/valid.png
 examples/blueprint_semantic/src/ie.sass
-examples/blueprint_semantic/src/images/grid.png
 examples/blueprint_semantic/src/liquid.sass
 examples/blueprint_semantic/src/print.sass
 examples/blueprint_semantic/src/screen.sass
 examples/compass/compass.html
+examples/compass/config.rb
+examples/compass/images/blue_arrow.gif
 examples/compass/src/compass.sass
-examples/compass/src/images/blue_arrow.gif
 examples/compass/src/sticky_footer.sass
 examples/compass/src/utilities.sass
 examples/compass/sticky_footer.html.haml
@@ -172,6 +175,7 @@ lib/compass/commands/write_configuration.rb
 lib/compass/compiler.rb
 lib/compass/configuration.rb
 lib/compass/core_ext.rb
+lib/compass/dependencies.rb
 lib/compass/errors.rb
 lib/compass/exec.rb
 lib/compass/frameworks.rb
@@ -202,11 +206,13 @@ README.markdown
 test/command_line_test.rb
 test/compass_test.rb
 test/configuration_test.rb
+test/fixtures/stylesheets/blueprint/config.rb
 test/fixtures/stylesheets/blueprint/css/typography.css
 test/fixtures/stylesheets/blueprint/sass/ie.sass
 test/fixtures/stylesheets/blueprint/sass/print.sass
 test/fixtures/stylesheets/blueprint/sass/screen.sass
 test/fixtures/stylesheets/blueprint/sass/typography.sass
+test/fixtures/stylesheets/compass/config.rb
 test/fixtures/stylesheets/compass/css/layout.css
 test/fixtures/stylesheets/compass/css/print.css
 test/fixtures/stylesheets/compass/css/reset.css
@@ -215,6 +221,7 @@ test/fixtures/stylesheets/compass/sass/layout.sass
 test/fixtures/stylesheets/compass/sass/print.sass
 test/fixtures/stylesheets/compass/sass/reset.sass
 test/fixtures/stylesheets/compass/sass/utilities.sass
+test/fixtures/stylesheets/yui/config.rb
 test/fixtures/stylesheets/yui/css/mixins.css
 test/fixtures/stylesheets/yui/sass/base.sass
 test/fixtures/stylesheets/yui/sass/fonts.sass</diff>
      <filename>Manifest</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-0.6.5
+0.6.6</diff>
      <filename>VERSION</filename>
    </modified>
    <modified>
      <diff>@@ -1,27 +1,29 @@
+# -*- encoding: utf-8 -*-
+
 Gem::Specification.new do |s|
   s.name = %q{compass}
-  s.version = &quot;0.6.5&quot;
+  s.version = &quot;0.6.6&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 1.2&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Chris Eppstein&quot;]
-  s.date = %q{2009-04-29}
+  s.date = %q{2009-05-08}
   s.default_executable = %q{compass}
   s.description = %q{Sass-Based CSS Meta-Framework. Semantic, Maintainable CSS.}
   s.email = %q{chris@eppsteins.net}
   s.executables = [&quot;compass&quot;]
-  s.extra_rdoc_files = [&quot;bin/compass&quot;, &quot;CHANGELOG.markdown&quot;, &quot;lib/compass/actions.rb&quot;, &quot;lib/compass/commands/base.rb&quot;, &quot;lib/compass/commands/create_project.rb&quot;, &quot;lib/compass/commands/generate_grid_background.rb&quot;, &quot;lib/compass/commands/installer_command.rb&quot;, &quot;lib/compass/commands/list_frameworks.rb&quot;, &quot;lib/compass/commands/print_version.rb&quot;, &quot;lib/compass/commands/project_base.rb&quot;, &quot;lib/compass/commands/stamp_pattern.rb&quot;, &quot;lib/compass/commands/update_project.rb&quot;, &quot;lib/compass/commands/validate_project.rb&quot;, &quot;lib/compass/commands/watch_project.rb&quot;, &quot;lib/compass/commands/write_configuration.rb&quot;, &quot;lib/compass/compiler.rb&quot;, &quot;lib/compass/configuration.rb&quot;, &quot;lib/compass/core_ext.rb&quot;, &quot;lib/compass/errors.rb&quot;, &quot;lib/compass/exec.rb&quot;, &quot;lib/compass/frameworks.rb&quot;, &quot;lib/compass/grid_builder.rb&quot;, &quot;lib/compass/installers/base.rb&quot;, &quot;lib/compass/installers/manifest.rb&quot;, &quot;lib/compass/installers/rails.rb&quot;, &quot;lib/compass/installers/stand_alone.rb&quot;, &quot;lib/compass/installers.rb&quot;, &quot;lib/compass/logger.rb&quot;, &quot;lib/compass/merb.rb&quot;, &quot;lib/compass/test_case.rb&quot;, &quot;lib/compass/validate/COPYRIGHT.html&quot;, &quot;lib/compass/validate/css-validator-javadoc.jar&quot;, &quot;lib/compass/validate/css-validator.jar&quot;, &quot;lib/compass/validate/jigsaw.jar&quot;, &quot;lib/compass/validate/JIGSAW_COPYRIGHT&quot;, &quot;lib/compass/validate/README.html&quot;, &quot;lib/compass/validate/xerces.jar&quot;, &quot;lib/compass/validate/XERCES_COPYING.txt&quot;, &quot;lib/compass/validator.rb&quot;, &quot;lib/compass/version.rb&quot;, &quot;lib/compass.rb&quot;, &quot;lib/sass_extensions.rb&quot;, &quot;README.markdown&quot;]
-  s.files = [&quot;bin/compass&quot;, &quot;CHANGELOG.markdown&quot;, &quot;compass.gemspec&quot;, &quot;examples/blueprint_default/index.html&quot;, &quot;examples/blueprint_default/parts/elements.html&quot;, &quot;examples/blueprint_default/parts/forms.html&quot;, &quot;examples/blueprint_default/parts/grid.html&quot;, &quot;examples/blueprint_default/parts/test-small.jpg&quot;, &quot;examples/blueprint_default/parts/test.jpg&quot;, &quot;examples/blueprint_default/parts/valid.png&quot;, &quot;examples/blueprint_default/src/ie.sass&quot;, &quot;examples/blueprint_default/src/images/grid.png&quot;, &quot;examples/blueprint_default/src/print.sass&quot;, &quot;examples/blueprint_default/src/screen.sass&quot;, &quot;examples/blueprint_plugins/config.rb&quot;, &quot;examples/blueprint_plugins/images/buttons/cross.png&quot;, &quot;examples/blueprint_plugins/images/buttons/key.png&quot;, &quot;examples/blueprint_plugins/images/buttons/tick.png&quot;, &quot;examples/blueprint_plugins/images/link_icons/doc.png&quot;, &quot;examples/blueprint_plugins/images/link_icons/email.png&quot;, &quot;examples/blueprint_plugins/images/link_icons/external.png&quot;, &quot;examples/blueprint_plugins/images/link_icons/feed.png&quot;, &quot;examples/blueprint_plugins/images/link_icons/im.png&quot;, &quot;examples/blueprint_plugins/images/link_icons/pdf.png&quot;, &quot;examples/blueprint_plugins/images/link_icons/visited.png&quot;, &quot;examples/blueprint_plugins/images/link_icons/xls.png&quot;, &quot;examples/blueprint_plugins/images/test-small.jpg&quot;, &quot;examples/blueprint_plugins/images/test.jpg&quot;, &quot;examples/blueprint_plugins/images/valid.png&quot;, &quot;examples/blueprint_plugins/index.html&quot;, &quot;examples/blueprint_plugins/plugins/buttons.html&quot;, &quot;examples/blueprint_plugins/plugins/fancy_type.html&quot;, &quot;examples/blueprint_plugins/plugins/link_icons.html&quot;, &quot;examples/blueprint_plugins/plugins/rtl.html&quot;, &quot;examples/blueprint_plugins/src/buttons.sass&quot;, &quot;examples/blueprint_plugins/src/ie.sass&quot;, &quot;examples/blueprint_plugins/src/images/grid.png&quot;, &quot;examples/blueprint_plugins/src/link_icons.sass&quot;, &quot;examples/blueprint_plugins/src/print.sass&quot;, &quot;examples/blueprint_plugins/src/rtl_screen.sass&quot;, &quot;examples/blueprint_plugins/src/screen.sass&quot;, &quot;examples/blueprint_scoped/src/ie.sass&quot;, &quot;examples/blueprint_scoped/src/print.sass&quot;, &quot;examples/blueprint_scoped/src/screen.sass&quot;, &quot;examples/blueprint_scoped_form/src/ie.sass&quot;, &quot;examples/blueprint_scoped_form/src/print.sass&quot;, &quot;examples/blueprint_scoped_form/src/screen.sass&quot;, &quot;examples/blueprint_semantic/index.html&quot;, &quot;examples/blueprint_semantic/parts/fancy_type.html&quot;, &quot;examples/blueprint_semantic/parts/liquid.html&quot;, &quot;examples/blueprint_semantic/parts/test-small.jpg&quot;, &quot;examples/blueprint_semantic/parts/test.jpg&quot;, &quot;examples/blueprint_semantic/parts/valid.png&quot;, &quot;examples/blueprint_semantic/src/ie.sass&quot;, &quot;examples/blueprint_semantic/src/images/grid.png&quot;, &quot;examples/blueprint_semantic/src/liquid.sass&quot;, &quot;examples/blueprint_semantic/src/print.sass&quot;, &quot;examples/blueprint_semantic/src/screen.sass&quot;, &quot;examples/compass/compass.html&quot;, &quot;examples/compass/src/compass.sass&quot;, &quot;examples/compass/src/images/blue_arrow.gif&quot;, &quot;examples/compass/src/sticky_footer.sass&quot;, &quot;examples/compass/src/utilities.sass&quot;, &quot;examples/compass/sticky_footer.html.haml&quot;, &quot;examples/compass/utilities.html.haml&quot;, &quot;examples/logo/logo.html&quot;, &quot;examples/logo/src/ie.sass&quot;, &quot;examples/logo/src/print.sass&quot;, &quot;examples/logo/src/screen.sass&quot;, &quot;examples/yui/divisions.html.haml&quot;, &quot;examples/yui/index.html.haml&quot;, &quot;examples/yui/src/screen.sass&quot;, &quot;examples/yui/sub_divisions.html.haml&quot;, &quot;examples/yui/templates.html.haml&quot;, &quot;examples/yui/test.jpg&quot;, &quot;examples/yui/typography.html.haml&quot;, &quot;frameworks/blueprint/stylesheets/_blueprint.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/_ie.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/_print.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/_screen.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_buttons.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_form.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_rtl.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass&quot;, &quot;frameworks/blueprint/templates/buttons/buttons/cross.png&quot;, &quot;frameworks/blueprint/templates/buttons/buttons/key.png&quot;, &quot;frameworks/blueprint/templates/buttons/buttons/tick.png&quot;, &quot;frameworks/blueprint/templates/buttons/buttons.sass&quot;, &quot;frameworks/blueprint/templates/buttons/manifest.rb&quot;, &quot;frameworks/blueprint/templates/link_icons/link_icons/doc.png&quot;, &quot;frameworks/blueprint/templates/link_icons/link_icons/email.png&quot;, &quot;frameworks/blueprint/templates/link_icons/link_icons/external.png&quot;, &quot;frameworks/blueprint/templates/link_icons/link_icons/feed.png&quot;, &quot;frameworks/blueprint/templates/link_icons/link_icons/im.png&quot;, &quot;frameworks/blueprint/templates/link_icons/link_icons/pdf.png&quot;, &quot;frameworks/blueprint/templates/link_icons/link_icons/visited.png&quot;, &quot;frameworks/blueprint/templates/link_icons/link_icons/xls.png&quot;, &quot;frameworks/blueprint/templates/link_icons/link_icons.sass&quot;, &quot;frameworks/blueprint/templates/link_icons/manifest.rb&quot;, &quot;frameworks/blueprint/templates/project/grid.png&quot;, &quot;frameworks/blueprint/templates/project/ie.sass&quot;, &quot;frameworks/blueprint/templates/project/manifest.rb&quot;, &quot;frameworks/blueprint/templates/project/print.sass&quot;, &quot;frameworks/blueprint/templates/project/screen.sass&quot;, &quot;frameworks/blueprint.rb&quot;, &quot;frameworks/compass/stylesheets/_compass.sass&quot;, &quot;frameworks/compass/stylesheets/compass/_layout.sass&quot;, &quot;frameworks/compass/stylesheets/compass/_misc.sass&quot;, &quot;frameworks/compass/stylesheets/compass/_reset.sass&quot;, &quot;frameworks/compass/stylesheets/compass/_utilities.sass&quot;, &quot;frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/_general.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/_links.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/_lists.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/_print.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/_tables.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/_text.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/general/_float.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/general/_inline_block.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/general/_reset.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/tables/_borders.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/text/_nowrap.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass&quot;, &quot;frameworks/compass/templates/project/ie.sass&quot;, &quot;frameworks/compass/templates/project/manifest.rb&quot;, &quot;frameworks/compass/templates/project/print.sass&quot;, &quot;frameworks/compass/templates/project/screen.sass&quot;, &quot;frameworks/compass.rb&quot;, &quot;frameworks/yui/COPYRIGHT&quot;, &quot;frameworks/yui/stylesheets/_yui.sass&quot;, &quot;frameworks/yui/stylesheets/yui/modules/_base.sass&quot;, &quot;frameworks/yui/stylesheets/yui/modules/_fonts.sass&quot;, &quot;frameworks/yui/stylesheets/yui/modules/_grids.sass&quot;, &quot;frameworks/yui/stylesheets/yui/modules/_reset.sass&quot;, &quot;frameworks/yui/templates/project/manifest.rb&quot;, &quot;frameworks/yui/templates/project/screen.sass&quot;, &quot;frameworks/yui.rb&quot;, &quot;lib/compass/actions.rb&quot;, &quot;lib/compass/commands/base.rb&quot;, &quot;lib/compass/commands/create_project.rb&quot;, &quot;lib/compass/commands/generate_grid_background.rb&quot;, &quot;lib/compass/commands/installer_command.rb&quot;, &quot;lib/compass/commands/list_frameworks.rb&quot;, &quot;lib/compass/commands/print_version.rb&quot;, &quot;lib/compass/commands/project_base.rb&quot;, &quot;lib/compass/commands/stamp_pattern.rb&quot;, &quot;lib/compass/commands/update_project.rb&quot;, &quot;lib/compass/commands/validate_project.rb&quot;, &quot;lib/compass/commands/watch_project.rb&quot;, &quot;lib/compass/commands/write_configuration.rb&quot;, &quot;lib/compass/compiler.rb&quot;, &quot;lib/compass/configuration.rb&quot;, &quot;lib/compass/core_ext.rb&quot;, &quot;lib/compass/errors.rb&quot;, &quot;lib/compass/exec.rb&quot;, &quot;lib/compass/frameworks.rb&quot;, &quot;lib/compass/grid_builder.rb&quot;, &quot;lib/compass/installers/base.rb&quot;, &quot;lib/compass/installers/manifest.rb&quot;, &quot;lib/compass/installers/rails.rb&quot;, &quot;lib/compass/installers/stand_alone.rb&quot;, &quot;lib/compass/installers.rb&quot;, &quot;lib/compass/logger.rb&quot;, &quot;lib/compass/merb.rb&quot;, &quot;lib/compass/test_case.rb&quot;, &quot;lib/compass/validate/COPYRIGHT.html&quot;, &quot;lib/compass/validate/css-validator-javadoc.jar&quot;, &quot;lib/compass/validate/css-validator.jar&quot;, &quot;lib/compass/validate/jigsaw.jar&quot;, &quot;lib/compass/validate/JIGSAW_COPYRIGHT&quot;, &quot;lib/compass/validate/README.html&quot;, &quot;lib/compass/validate/xerces.jar&quot;, &quot;lib/compass/validate/XERCES_COPYING.txt&quot;, &quot;lib/compass/validator.rb&quot;, &quot;lib/compass/version.rb&quot;, &quot;lib/compass.rb&quot;, &quot;lib/sass_extensions.rb&quot;, &quot;Manifest&quot;, &quot;Rakefile&quot;, &quot;README.markdown&quot;, &quot;test/command_line_test.rb&quot;, &quot;test/compass_test.rb&quot;, &quot;test/configuration_test.rb&quot;, &quot;test/fixtures/stylesheets/blueprint/css/typography.css&quot;, &quot;test/fixtures/stylesheets/blueprint/sass/ie.sass&quot;, &quot;test/fixtures/stylesheets/blueprint/sass/print.sass&quot;, &quot;test/fixtures/stylesheets/blueprint/sass/screen.sass&quot;, &quot;test/fixtures/stylesheets/blueprint/sass/typography.sass&quot;, &quot;test/fixtures/stylesheets/compass/css/layout.css&quot;, &quot;test/fixtures/stylesheets/compass/css/print.css&quot;, &quot;test/fixtures/stylesheets/compass/css/reset.css&quot;, &quot;test/fixtures/stylesheets/compass/css/utilities.css&quot;, &quot;test/fixtures/stylesheets/compass/sass/layout.sass&quot;, &quot;test/fixtures/stylesheets/compass/sass/print.sass&quot;, &quot;test/fixtures/stylesheets/compass/sass/reset.sass&quot;, &quot;test/fixtures/stylesheets/compass/sass/utilities.sass&quot;, &quot;test/fixtures/stylesheets/yui/css/mixins.css&quot;, &quot;test/fixtures/stylesheets/yui/sass/base.sass&quot;, &quot;test/fixtures/stylesheets/yui/sass/fonts.sass&quot;, &quot;test/fixtures/stylesheets/yui/sass/grids.sass&quot;, &quot;test/fixtures/stylesheets/yui/sass/mixins.sass&quot;, &quot;test/sass_extensions_test.rb&quot;, &quot;test/test_helper.rb&quot;, &quot;VERSION&quot;]
+  s.extra_rdoc_files = [&quot;bin/compass&quot;, &quot;CHANGELOG.markdown&quot;, &quot;lib/compass/actions.rb&quot;, &quot;lib/compass/commands/base.rb&quot;, &quot;lib/compass/commands/create_project.rb&quot;, &quot;lib/compass/commands/generate_grid_background.rb&quot;, &quot;lib/compass/commands/installer_command.rb&quot;, &quot;lib/compass/commands/list_frameworks.rb&quot;, &quot;lib/compass/commands/print_version.rb&quot;, &quot;lib/compass/commands/project_base.rb&quot;, &quot;lib/compass/commands/stamp_pattern.rb&quot;, &quot;lib/compass/commands/update_project.rb&quot;, &quot;lib/compass/commands/validate_project.rb&quot;, &quot;lib/compass/commands/watch_project.rb&quot;, &quot;lib/compass/commands/write_configuration.rb&quot;, &quot;lib/compass/compiler.rb&quot;, &quot;lib/compass/configuration.rb&quot;, &quot;lib/compass/core_ext.rb&quot;, &quot;lib/compass/dependencies.rb&quot;, &quot;lib/compass/errors.rb&quot;, &quot;lib/compass/exec.rb&quot;, &quot;lib/compass/frameworks.rb&quot;, &quot;lib/compass/grid_builder.rb&quot;, &quot;lib/compass/installers/base.rb&quot;, &quot;lib/compass/installers/manifest.rb&quot;, &quot;lib/compass/installers/rails.rb&quot;, &quot;lib/compass/installers/stand_alone.rb&quot;, &quot;lib/compass/installers.rb&quot;, &quot;lib/compass/logger.rb&quot;, &quot;lib/compass/merb.rb&quot;, &quot;lib/compass/test_case.rb&quot;, &quot;lib/compass/validate/COPYRIGHT.html&quot;, &quot;lib/compass/validate/css-validator-javadoc.jar&quot;, &quot;lib/compass/validate/css-validator.jar&quot;, &quot;lib/compass/validate/jigsaw.jar&quot;, &quot;lib/compass/validate/JIGSAW_COPYRIGHT&quot;, &quot;lib/compass/validate/README.html&quot;, &quot;lib/compass/validate/xerces.jar&quot;, &quot;lib/compass/validate/XERCES_COPYING.txt&quot;, &quot;lib/compass/validator.rb&quot;, &quot;lib/compass/version.rb&quot;, &quot;lib/compass.rb&quot;, &quot;lib/sass_extensions.rb&quot;, &quot;README.markdown&quot;]
+  s.files = [&quot;bin/compass&quot;, &quot;CHANGELOG.markdown&quot;, &quot;compass.gemspec&quot;, &quot;examples/blueprint_default/config.rb&quot;, &quot;examples/blueprint_default/images/grid.png&quot;, &quot;examples/blueprint_default/index.html&quot;, &quot;examples/blueprint_default/parts/elements.html&quot;, &quot;examples/blueprint_default/parts/forms.html&quot;, &quot;examples/blueprint_default/parts/grid.html&quot;, &quot;examples/blueprint_default/parts/test-small.jpg&quot;, &quot;examples/blueprint_default/parts/test.jpg&quot;, &quot;examples/blueprint_default/parts/valid.png&quot;, &quot;examples/blueprint_default/src/ie.sass&quot;, &quot;examples/blueprint_default/src/print.sass&quot;, &quot;examples/blueprint_default/src/screen.sass&quot;, &quot;examples/blueprint_plugins/config.rb&quot;, &quot;examples/blueprint_plugins/images/buttons/cross.png&quot;, &quot;examples/blueprint_plugins/images/buttons/key.png&quot;, &quot;examples/blueprint_plugins/images/buttons/tick.png&quot;, &quot;examples/blueprint_plugins/images/grid.png&quot;, &quot;examples/blueprint_plugins/images/link_icons/doc.png&quot;, &quot;examples/blueprint_plugins/images/link_icons/email.png&quot;, &quot;examples/blueprint_plugins/images/link_icons/external.png&quot;, &quot;examples/blueprint_plugins/images/link_icons/feed.png&quot;, &quot;examples/blueprint_plugins/images/link_icons/im.png&quot;, &quot;examples/blueprint_plugins/images/link_icons/pdf.png&quot;, &quot;examples/blueprint_plugins/images/link_icons/visited.png&quot;, &quot;examples/blueprint_plugins/images/link_icons/xls.png&quot;, &quot;examples/blueprint_plugins/images/test-small.jpg&quot;, &quot;examples/blueprint_plugins/images/test.jpg&quot;, &quot;examples/blueprint_plugins/images/valid.png&quot;, &quot;examples/blueprint_plugins/index.html&quot;, &quot;examples/blueprint_plugins/plugins/buttons.html&quot;, &quot;examples/blueprint_plugins/plugins/fancy_type.html&quot;, &quot;examples/blueprint_plugins/plugins/link_icons.html&quot;, &quot;examples/blueprint_plugins/plugins/rtl.html&quot;, &quot;examples/blueprint_plugins/src/buttons.sass&quot;, &quot;examples/blueprint_plugins/src/ie.sass&quot;, &quot;examples/blueprint_plugins/src/link_icons.sass&quot;, &quot;examples/blueprint_plugins/src/print.sass&quot;, &quot;examples/blueprint_plugins/src/rtl_screen.sass&quot;, &quot;examples/blueprint_plugins/src/screen.sass&quot;, &quot;examples/blueprint_scoped/src/ie.sass&quot;, &quot;examples/blueprint_scoped/src/print.sass&quot;, &quot;examples/blueprint_scoped/src/screen.sass&quot;, &quot;examples/blueprint_scoped_form/src/ie.sass&quot;, &quot;examples/blueprint_scoped_form/src/print.sass&quot;, &quot;examples/blueprint_scoped_form/src/screen.sass&quot;, &quot;examples/blueprint_semantic/config.rb&quot;, &quot;examples/blueprint_semantic/images/grid.png&quot;, &quot;examples/blueprint_semantic/index.html&quot;, &quot;examples/blueprint_semantic/parts/fancy_type.html&quot;, &quot;examples/blueprint_semantic/parts/liquid.html&quot;, &quot;examples/blueprint_semantic/parts/test-small.jpg&quot;, &quot;examples/blueprint_semantic/parts/test.jpg&quot;, &quot;examples/blueprint_semantic/parts/valid.png&quot;, &quot;examples/blueprint_semantic/src/ie.sass&quot;, &quot;examples/blueprint_semantic/src/liquid.sass&quot;, &quot;examples/blueprint_semantic/src/print.sass&quot;, &quot;examples/blueprint_semantic/src/screen.sass&quot;, &quot;examples/compass/compass.html&quot;, &quot;examples/compass/config.rb&quot;, &quot;examples/compass/images/blue_arrow.gif&quot;, &quot;examples/compass/src/compass.sass&quot;, &quot;examples/compass/src/sticky_footer.sass&quot;, &quot;examples/compass/src/utilities.sass&quot;, &quot;examples/compass/sticky_footer.html.haml&quot;, &quot;examples/compass/utilities.html.haml&quot;, &quot;examples/logo/logo.html&quot;, &quot;examples/logo/src/ie.sass&quot;, &quot;examples/logo/src/print.sass&quot;, &quot;examples/logo/src/screen.sass&quot;, &quot;examples/yui/divisions.html.haml&quot;, &quot;examples/yui/index.html.haml&quot;, &quot;examples/yui/src/screen.sass&quot;, &quot;examples/yui/sub_divisions.html.haml&quot;, &quot;examples/yui/templates.html.haml&quot;, &quot;examples/yui/test.jpg&quot;, &quot;examples/yui/typography.html.haml&quot;, &quot;frameworks/blueprint/stylesheets/_blueprint.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/_ie.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/_print.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/_screen.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_buttons.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_form.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_rtl.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass&quot;, &quot;frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass&quot;, &quot;frameworks/blueprint/templates/buttons/buttons/cross.png&quot;, &quot;frameworks/blueprint/templates/buttons/buttons/key.png&quot;, &quot;frameworks/blueprint/templates/buttons/buttons/tick.png&quot;, &quot;frameworks/blueprint/templates/buttons/buttons.sass&quot;, &quot;frameworks/blueprint/templates/buttons/manifest.rb&quot;, &quot;frameworks/blueprint/templates/link_icons/link_icons/doc.png&quot;, &quot;frameworks/blueprint/templates/link_icons/link_icons/email.png&quot;, &quot;frameworks/blueprint/templates/link_icons/link_icons/external.png&quot;, &quot;frameworks/blueprint/templates/link_icons/link_icons/feed.png&quot;, &quot;frameworks/blueprint/templates/link_icons/link_icons/im.png&quot;, &quot;frameworks/blueprint/templates/link_icons/link_icons/pdf.png&quot;, &quot;frameworks/blueprint/templates/link_icons/link_icons/visited.png&quot;, &quot;frameworks/blueprint/templates/link_icons/link_icons/xls.png&quot;, &quot;frameworks/blueprint/templates/link_icons/link_icons.sass&quot;, &quot;frameworks/blueprint/templates/link_icons/manifest.rb&quot;, &quot;frameworks/blueprint/templates/project/grid.png&quot;, &quot;frameworks/blueprint/templates/project/ie.sass&quot;, &quot;frameworks/blueprint/templates/project/manifest.rb&quot;, &quot;frameworks/blueprint/templates/project/print.sass&quot;, &quot;frameworks/blueprint/templates/project/screen.sass&quot;, &quot;frameworks/blueprint.rb&quot;, &quot;frameworks/compass/stylesheets/_compass.sass&quot;, &quot;frameworks/compass/stylesheets/compass/_layout.sass&quot;, &quot;frameworks/compass/stylesheets/compass/_misc.sass&quot;, &quot;frameworks/compass/stylesheets/compass/_reset.sass&quot;, &quot;frameworks/compass/stylesheets/compass/_utilities.sass&quot;, &quot;frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/_general.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/_links.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/_lists.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/_print.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/_tables.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/_text.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/general/_float.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/general/_inline_block.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/general/_reset.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/tables/_borders.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/text/_nowrap.sass&quot;, &quot;frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass&quot;, &quot;frameworks/compass/templates/project/ie.sass&quot;, &quot;frameworks/compass/templates/project/manifest.rb&quot;, &quot;frameworks/compass/templates/project/print.sass&quot;, &quot;frameworks/compass/templates/project/screen.sass&quot;, &quot;frameworks/compass.rb&quot;, &quot;frameworks/yui/COPYRIGHT&quot;, &quot;frameworks/yui/stylesheets/_yui.sass&quot;, &quot;frameworks/yui/stylesheets/yui/modules/_base.sass&quot;, &quot;frameworks/yui/stylesheets/yui/modules/_fonts.sass&quot;, &quot;frameworks/yui/stylesheets/yui/modules/_grids.sass&quot;, &quot;frameworks/yui/stylesheets/yui/modules/_reset.sass&quot;, &quot;frameworks/yui/templates/project/manifest.rb&quot;, &quot;frameworks/yui/templates/project/screen.sass&quot;, &quot;frameworks/yui.rb&quot;, &quot;lib/compass/actions.rb&quot;, &quot;lib/compass/commands/base.rb&quot;, &quot;lib/compass/commands/create_project.rb&quot;, &quot;lib/compass/commands/generate_grid_background.rb&quot;, &quot;lib/compass/commands/installer_command.rb&quot;, &quot;lib/compass/commands/list_frameworks.rb&quot;, &quot;lib/compass/commands/print_version.rb&quot;, &quot;lib/compass/commands/project_base.rb&quot;, &quot;lib/compass/commands/stamp_pattern.rb&quot;, &quot;lib/compass/commands/update_project.rb&quot;, &quot;lib/compass/commands/validate_project.rb&quot;, &quot;lib/compass/commands/watch_project.rb&quot;, &quot;lib/compass/commands/write_configuration.rb&quot;, &quot;lib/compass/compiler.rb&quot;, &quot;lib/compass/configuration.rb&quot;, &quot;lib/compass/core_ext.rb&quot;, &quot;lib/compass/dependencies.rb&quot;, &quot;lib/compass/errors.rb&quot;, &quot;lib/compass/exec.rb&quot;, &quot;lib/compass/frameworks.rb&quot;, &quot;lib/compass/grid_builder.rb&quot;, &quot;lib/compass/installers/base.rb&quot;, &quot;lib/compass/installers/manifest.rb&quot;, &quot;lib/compass/installers/rails.rb&quot;, &quot;lib/compass/installers/stand_alone.rb&quot;, &quot;lib/compass/installers.rb&quot;, &quot;lib/compass/logger.rb&quot;, &quot;lib/compass/merb.rb&quot;, &quot;lib/compass/test_case.rb&quot;, &quot;lib/compass/validate/COPYRIGHT.html&quot;, &quot;lib/compass/validate/css-validator-javadoc.jar&quot;, &quot;lib/compass/validate/css-validator.jar&quot;, &quot;lib/compass/validate/jigsaw.jar&quot;, &quot;lib/compass/validate/JIGSAW_COPYRIGHT&quot;, &quot;lib/compass/validate/README.html&quot;, &quot;lib/compass/validate/xerces.jar&quot;, &quot;lib/compass/validate/XERCES_COPYING.txt&quot;, &quot;lib/compass/validator.rb&quot;, &quot;lib/compass/version.rb&quot;, &quot;lib/compass.rb&quot;, &quot;lib/sass_extensions.rb&quot;, &quot;Manifest&quot;, &quot;Rakefile&quot;, &quot;README.markdown&quot;, &quot;test/command_line_test.rb&quot;, &quot;test/compass_test.rb&quot;, &quot;test/configuration_test.rb&quot;, &quot;test/fixtures/stylesheets/blueprint/config.rb&quot;, &quot;test/fixtures/stylesheets/blueprint/css/typography.css&quot;, &quot;test/fixtures/stylesheets/blueprint/sass/ie.sass&quot;, &quot;test/fixtures/stylesheets/blueprint/sass/print.sass&quot;, &quot;test/fixtures/stylesheets/blueprint/sass/screen.sass&quot;, &quot;test/fixtures/stylesheets/blueprint/sass/typography.sass&quot;, &quot;test/fixtures/stylesheets/compass/config.rb&quot;, &quot;test/fixtures/stylesheets/compass/css/layout.css&quot;, &quot;test/fixtures/stylesheets/compass/css/print.css&quot;, &quot;test/fixtures/stylesheets/compass/css/reset.css&quot;, &quot;test/fixtures/stylesheets/compass/css/utilities.css&quot;, &quot;test/fixtures/stylesheets/compass/sass/layout.sass&quot;, &quot;test/fixtures/stylesheets/compass/sass/print.sass&quot;, &quot;test/fixtures/stylesheets/compass/sass/reset.sass&quot;, &quot;test/fixtures/stylesheets/compass/sass/utilities.sass&quot;, &quot;test/fixtures/stylesheets/yui/config.rb&quot;, &quot;test/fixtures/stylesheets/yui/css/mixins.css&quot;, &quot;test/fixtures/stylesheets/yui/sass/base.sass&quot;, &quot;test/fixtures/stylesheets/yui/sass/fonts.sass&quot;, &quot;test/fixtures/stylesheets/yui/sass/grids.sass&quot;, &quot;test/fixtures/stylesheets/yui/sass/mixins.sass&quot;, &quot;test/sass_extensions_test.rb&quot;, &quot;test/test_helper.rb&quot;, &quot;VERSION&quot;]
   s.homepage = %q{http://github.com/chriseppstein/compass}
   s.rdoc_options = [&quot;--line-numbers&quot;, &quot;--inline-source&quot;, &quot;--title&quot;, &quot;Compass&quot;, &quot;--main&quot;, &quot;README.markdown&quot;]
   s.require_paths = [&quot;lib&quot;]
   s.rubyforge_project = %q{compass}
-  s.rubygems_version = %q{1.2.0}
+  s.rubygems_version = %q{1.3.3}
   s.summary = %q{Sass-Based CSS Meta-Framework.}
   s.test_files = [&quot;test/command_line_test.rb&quot;, &quot;test/compass_test.rb&quot;, &quot;test/configuration_test.rb&quot;, &quot;test/sass_extensions_test.rb&quot;, &quot;test/test_helper.rb&quot;]
 
   if s.respond_to? :specification_version then
     current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
-    s.specification_version = 2
+    s.specification_version = 3
 
     if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
       s.add_runtime_dependency(%q&lt;haml-edge&gt;, [&quot;&gt;= 0&quot;])</diff>
      <filename>compass.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a2462db334575d06d4a4caf63b87dca22dffb968</id>
    </parent>
  </parents>
  <author>
    <name>Chris Eppstein</name>
    <email>chris@eppsteins.net</email>
  </author>
  <url>http://github.com/chriseppstein/compass/commit/f5bb9ff0f22f08ba376a07ef4901453b6d38cd7d</url>
  <id>f5bb9ff0f22f08ba376a07ef4901453b6d38cd7d</id>
  <committed-date>2009-05-08T08:26:28-07:00</committed-date>
  <authored-date>2009-05-08T08:26:28-07:00</authored-date>
  <message>Release version 0.6.6</message>
  <tree>6417489a132ea9a199848393189e3a0c10b70cd2</tree>
  <committer>
    <name>Chris Eppstein</name>
    <email>chris@eppsteins.net</email>
  </committer>
</commit>
