gemspec for edge release.

This commit is contained in:
Chris Eppstein 2009-10-30 08:24:10 -07:00
parent ca19ea6414
commit c93b51346a
2 changed files with 358 additions and 300 deletions

View File

@ -66,6 +66,7 @@ begin
gemspec.files -= Dir.glob("test/fixtures/stylesheets/*/saved/**/*.*") gemspec.files -= Dir.glob("test/fixtures/stylesheets/*/saved/**/*.*")
gemspec.test_files = Dir.glob("test/**/*.*") gemspec.test_files = Dir.glob("test/**/*.*")
gemspec.test_files -= Dir.glob("test/fixtures/stylesheets/*/saved/**/*.*") gemspec.test_files -= Dir.glob("test/fixtures/stylesheets/*/saved/**/*.*")
gemspec.test_files += Dir.glob("features/**/*.*")
end end
rescue LoadError rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"

View File

@ -1,326 +1,382 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{compass} s.name = %q{compass}
s.version = "0.8.12" s.version = "0.9.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Chris Eppstein"] s.authors = ["Chris Eppstein"]
s.date = %q{2009-08-22} s.date = %q{2009-10-30}
s.default_executable = %q{compass} s.default_executable = %q{compass}
s.description = %q{Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS.} s.description = %q{Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS.}
s.email = %q{chris@eppsteins.net} s.email = %q{chris@eppsteins.net}
s.executables = ["compass"] s.executables = ["compass"]
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"LICENSE.markdown", "LICENSE.markdown",
"README.markdown" "README.markdown"
] ]
s.files = [ s.files = [
"CHANGELOG.markdown", "CHANGELOG.markdown",
"LICENSE.markdown", "LICENSE.markdown",
"README.markdown", "README.markdown",
"REVISION", "REVISION",
"Rakefile", "Rakefile",
"VERSION.yml", "VERSION.yml",
"bin/compass", "bin/compass",
"deps.rip", "deps.rip",
"examples/README.markdown", "examples/README.markdown",
"examples/blueprint_default/config.rb", "examples/blueprint_default/config.rb",
"examples/blueprint_default/images/grid.png", "examples/blueprint_default/images/grid.png",
"examples/blueprint_default/index.html.haml", "examples/blueprint_default/index.html.haml",
"examples/blueprint_default/parts/elements.html.haml", "examples/blueprint_default/parts/elements.html.haml",
"examples/blueprint_default/parts/forms.html.haml", "examples/blueprint_default/parts/forms.html.haml",
"examples/blueprint_default/parts/grid.html.haml", "examples/blueprint_default/parts/grid.html.haml",
"examples/blueprint_default/parts/test-small.jpg", "examples/blueprint_default/parts/test-small.jpg",
"examples/blueprint_default/parts/test.jpg", "examples/blueprint_default/parts/test.jpg",
"examples/blueprint_default/parts/valid.png", "examples/blueprint_default/parts/valid.png",
"examples/blueprint_default/src/ie.sass", "examples/blueprint_default/src/ie.sass",
"examples/blueprint_default/src/images/grid.png", "examples/blueprint_default/src/images/grid.png",
"examples/blueprint_default/src/print.sass", "examples/blueprint_default/src/print.sass",
"examples/blueprint_default/src/screen.sass", "examples/blueprint_default/src/screen.sass",
"examples/blueprint_plugins/config.rb", "examples/blueprint_plugins/config.rb",
"examples/blueprint_plugins/images/buttons/cross.png", "examples/blueprint_plugins/images/buttons/cross.png",
"examples/blueprint_plugins/images/buttons/key.png", "examples/blueprint_plugins/images/buttons/key.png",
"examples/blueprint_plugins/images/buttons/tick.png", "examples/blueprint_plugins/images/buttons/tick.png",
"examples/blueprint_plugins/images/grid.png", "examples/blueprint_plugins/images/grid.png",
"examples/blueprint_plugins/images/link_icons/doc.png", "examples/blueprint_plugins/images/link_icons/doc.png",
"examples/blueprint_plugins/images/link_icons/email.png", "examples/blueprint_plugins/images/link_icons/email.png",
"examples/blueprint_plugins/images/link_icons/external.png", "examples/blueprint_plugins/images/link_icons/external.png",
"examples/blueprint_plugins/images/link_icons/feed.png", "examples/blueprint_plugins/images/link_icons/feed.png",
"examples/blueprint_plugins/images/link_icons/im.png", "examples/blueprint_plugins/images/link_icons/im.png",
"examples/blueprint_plugins/images/link_icons/pdf.png", "examples/blueprint_plugins/images/link_icons/pdf.png",
"examples/blueprint_plugins/images/link_icons/visited.png", "examples/blueprint_plugins/images/link_icons/visited.png",
"examples/blueprint_plugins/images/link_icons/xls.png", "examples/blueprint_plugins/images/link_icons/xls.png",
"examples/blueprint_plugins/images/test-small.jpg", "examples/blueprint_plugins/images/test-small.jpg",
"examples/blueprint_plugins/images/test.jpg", "examples/blueprint_plugins/images/test.jpg",
"examples/blueprint_plugins/images/valid.png", "examples/blueprint_plugins/images/valid.png",
"examples/blueprint_plugins/index.html.haml", "examples/blueprint_plugins/index.html.haml",
"examples/blueprint_plugins/plugins/buttons.html.haml", "examples/blueprint_plugins/plugins/buttons.html.haml",
"examples/blueprint_plugins/plugins/fancy_type.html.haml", "examples/blueprint_plugins/plugins/fancy_type.html.haml",
"examples/blueprint_plugins/plugins/link_icons.html.haml", "examples/blueprint_plugins/plugins/link_icons.html.haml",
"examples/blueprint_plugins/plugins/rtl.html.haml", "examples/blueprint_plugins/plugins/rtl.html.haml",
"examples/blueprint_plugins/src/buttons.sass", "examples/blueprint_plugins/src/buttons.sass",
"examples/blueprint_plugins/src/ie.sass", "examples/blueprint_plugins/src/ie.sass",
"examples/blueprint_plugins/src/images/grid.png", "examples/blueprint_plugins/src/images/grid.png",
"examples/blueprint_plugins/src/link_icons.sass", "examples/blueprint_plugins/src/link_icons.sass",
"examples/blueprint_plugins/src/print.sass", "examples/blueprint_plugins/src/print.sass",
"examples/blueprint_plugins/src/rtl_screen.sass", "examples/blueprint_plugins/src/rtl_screen.sass",
"examples/blueprint_plugins/src/screen.sass", "examples/blueprint_plugins/src/screen.sass",
"examples/blueprint_scoped/images/grid.png", "examples/blueprint_scoped/images/grid.png",
"examples/blueprint_scoped/src/ie.sass", "examples/blueprint_scoped/src/ie.sass",
"examples/blueprint_scoped/src/print.sass", "examples/blueprint_scoped/src/print.sass",
"examples/blueprint_scoped/src/screen.sass", "examples/blueprint_scoped/src/screen.sass",
"examples/blueprint_scoped_form/images/grid.png", "examples/blueprint_scoped_form/images/grid.png",
"examples/blueprint_scoped_form/src/ie.sass", "examples/blueprint_scoped_form/src/ie.sass",
"examples/blueprint_scoped_form/src/print.sass", "examples/blueprint_scoped_form/src/print.sass",
"examples/blueprint_scoped_form/src/screen.sass", "examples/blueprint_scoped_form/src/screen.sass",
"examples/blueprint_semantic/config.rb", "examples/blueprint_semantic/config.rb",
"examples/blueprint_semantic/images/grid.png", "examples/blueprint_semantic/images/grid.png",
"examples/blueprint_semantic/index.html.haml", "examples/blueprint_semantic/index.html.haml",
"examples/blueprint_semantic/parts/fancy_type.html.haml", "examples/blueprint_semantic/parts/fancy_type.html.haml",
"examples/blueprint_semantic/parts/liquid.html.haml", "examples/blueprint_semantic/parts/liquid.html.haml",
"examples/blueprint_semantic/parts/test-small.jpg", "examples/blueprint_semantic/parts/test-small.jpg",
"examples/blueprint_semantic/parts/test.jpg", "examples/blueprint_semantic/parts/test.jpg",
"examples/blueprint_semantic/parts/valid.png", "examples/blueprint_semantic/parts/valid.png",
"examples/blueprint_semantic/src/ie.sass", "examples/blueprint_semantic/src/ie.sass",
"examples/blueprint_semantic/src/images/grid.png", "examples/blueprint_semantic/src/images/grid.png",
"examples/blueprint_semantic/src/liquid.sass", "examples/blueprint_semantic/src/liquid.sass",
"examples/blueprint_semantic/src/print.sass", "examples/blueprint_semantic/src/print.sass",
"examples/blueprint_semantic/src/screen.sass", "examples/blueprint_semantic/src/screen.sass",
"examples/compass/compass.html.haml", "examples/compass/compass.html.haml",
"examples/compass/config.rb", "examples/compass/config.rb",
"examples/compass/images/blue_arrow.gif", "examples/compass/images/blue_arrow.gif",
"examples/compass/src/compass.sass", "examples/compass/src/compass.sass",
"examples/compass/src/images/blue_arrow.gif", "examples/compass/src/images/blue_arrow.gif",
"examples/compass/src/sticky_footer.sass", "examples/compass/src/sticky_footer.sass",
"examples/compass/src/utilities.sass", "examples/compass/src/utilities.sass",
"examples/compass/sticky_footer.html.haml", "examples/compass/sticky_footer.html.haml",
"examples/compass/utilities.html.haml", "examples/compass/utilities.html.haml",
"examples/logo/logo.html.haml", "examples/downloader.rb",
"examples/logo/src/ie.sass", "examples/logo/logo.html.haml",
"examples/logo/src/print.sass", "examples/logo/src/ie.sass",
"examples/logo/src/screen.sass", "examples/logo/src/print.sass",
"examples/yui/divisions.html.haml", "examples/logo/src/screen.sass",
"examples/yui/index.html.haml", "examples/ninesixty/bootstrap.rb",
"examples/yui/src/screen.sass", "examples/ninesixty/config.rb",
"examples/yui/sub_divisions.html.haml", "examples/ninesixty/extensions/ninesixty/README.mkdn",
"examples/yui/templates.html.haml", "examples/ninesixty/extensions/ninesixty/compass-960-plugin.gemspec",
"examples/yui/test.jpg", "examples/ninesixty/extensions/ninesixty/lib/ninesixty.rb",
"examples/yui/typography.html.haml", "examples/ninesixty/extensions/ninesixty/lib/ninesixty/compass_plugin.rb",
"frameworks/blueprint.rb", "examples/ninesixty/extensions/ninesixty/sass/960/_grid.sass",
"frameworks/blueprint/stylesheets/_blueprint.sass", "examples/ninesixty/extensions/ninesixty/sass/960/_text.sass",
"frameworks/blueprint/stylesheets/blueprint/_ie.sass", "examples/ninesixty/extensions/ninesixty/templates/project/grid.sass",
"frameworks/blueprint/stylesheets/blueprint/_print.sass", "examples/ninesixty/extensions/ninesixty/templates/project/manifest.rb",
"frameworks/blueprint/stylesheets/blueprint/_reset.sass", "examples/ninesixty/extensions/ninesixty/templates/project/text.sass",
"frameworks/blueprint/stylesheets/blueprint/_screen.sass", "examples/ninesixty/src/grid.sass",
"frameworks/blueprint/stylesheets/blueprint/modules/_buttons.sass", "examples/ninesixty/src/text.sass",
"frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass", "examples/yui/bootstrap.rb",
"frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass", "examples/yui/divisions.html.haml",
"frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass", "examples/yui/extensions/yui/stylesheets/_yui.sass",
"frameworks/blueprint/stylesheets/blueprint/modules/_form.sass", "examples/yui/extensions/yui/stylesheets/yui/modules/_base.sass",
"frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass", "examples/yui/extensions/yui/stylesheets/yui/modules/_fonts.sass",
"frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass", "examples/yui/extensions/yui/stylesheets/yui/modules/_grids.sass",
"frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass", "examples/yui/extensions/yui/stylesheets/yui/modules/_reset.sass",
"frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass", "examples/yui/extensions/yui/templates/project/manifest.rb",
"frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass", "examples/yui/extensions/yui/templates/project/screen.sass",
"frameworks/blueprint/stylesheets/blueprint/modules/_rtl.sass", "examples/yui/index.html.haml",
"frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass", "examples/yui/src/screen.sass",
"frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass", "examples/yui/sub_divisions.html.haml",
"frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass", "examples/yui/templates.html.haml",
"frameworks/blueprint/templates/buttons/buttons.sass", "examples/yui/test.jpg",
"frameworks/blueprint/templates/buttons/buttons/cross.png", "examples/yui/typography.html.haml",
"frameworks/blueprint/templates/buttons/buttons/key.png", "lib/compass.rb",
"frameworks/blueprint/templates/buttons/buttons/tick.png", "lib/compass/actions.rb",
"frameworks/blueprint/templates/buttons/manifest.rb", "lib/compass/app_integration.rb",
"frameworks/blueprint/templates/link_icons/link_icons.sass", "lib/compass/app_integration/merb.rb",
"frameworks/blueprint/templates/link_icons/link_icons/doc.png", "lib/compass/app_integration/merb/runtime.rb",
"frameworks/blueprint/templates/link_icons/link_icons/email.png", "lib/compass/app_integration/rails.rb",
"frameworks/blueprint/templates/link_icons/link_icons/external.png", "lib/compass/app_integration/rails/action_controller.rb",
"frameworks/blueprint/templates/link_icons/link_icons/feed.png", "lib/compass/app_integration/rails/configuration_defaults.rb",
"frameworks/blueprint/templates/link_icons/link_icons/im.png", "lib/compass/app_integration/rails/installer.rb",
"frameworks/blueprint/templates/link_icons/link_icons/pdf.png", "lib/compass/app_integration/rails/runtime.rb",
"frameworks/blueprint/templates/link_icons/link_icons/visited.png", "lib/compass/app_integration/rails/sass_plugin.rb",
"frameworks/blueprint/templates/link_icons/link_icons/xls.png", "lib/compass/app_integration/rails/templates/compass-install-rails.rb",
"frameworks/blueprint/templates/link_icons/manifest.rb", "lib/compass/app_integration/rails/urls.rb",
"frameworks/blueprint/templates/project/grid.png", "lib/compass/app_integration/stand_alone.rb",
"frameworks/blueprint/templates/project/ie.sass", "lib/compass/app_integration/stand_alone/configuration_defaults.rb",
"frameworks/blueprint/templates/project/manifest.rb", "lib/compass/app_integration/stand_alone/installer.rb",
"frameworks/blueprint/templates/project/partials/_base.sass", "lib/compass/commands.rb",
"frameworks/blueprint/templates/project/print.sass", "lib/compass/commands/base.rb",
"frameworks/blueprint/templates/project/screen.sass", "lib/compass/commands/create_project.rb",
"frameworks/compass.rb", "lib/compass/commands/generate_grid_background.rb",
"frameworks/compass/stylesheets/_compass.sass", "lib/compass/commands/help.rb",
"frameworks/compass/stylesheets/compass/_layout.sass", "lib/compass/commands/installer_command.rb",
"frameworks/compass/stylesheets/compass/_misc.sass", "lib/compass/commands/list_frameworks.rb",
"frameworks/compass/stylesheets/compass/_reset.sass", "lib/compass/commands/print_version.rb",
"frameworks/compass/stylesheets/compass/_utilities.sass", "lib/compass/commands/project_base.rb",
"frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass", "lib/compass/commands/project_stats.rb",
"frameworks/compass/stylesheets/compass/utilities/_general.sass", "lib/compass/commands/registry.rb",
"frameworks/compass/stylesheets/compass/utilities/_links.sass", "lib/compass/commands/stamp_pattern.rb",
"frameworks/compass/stylesheets/compass/utilities/_lists.sass", "lib/compass/commands/update_project.rb",
"frameworks/compass/stylesheets/compass/utilities/_print.sass", "lib/compass/commands/validate_project.rb",
"frameworks/compass/stylesheets/compass/utilities/_sprites.sass", "lib/compass/commands/watch_project.rb",
"frameworks/compass/stylesheets/compass/utilities/_tables.sass", "lib/compass/commands/write_configuration.rb",
"frameworks/compass/stylesheets/compass/utilities/_text.sass", "lib/compass/compiler.rb",
"frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass", "lib/compass/configuration.rb",
"frameworks/compass/stylesheets/compass/utilities/general/_float.sass", "lib/compass/configuration/adapters.rb",
"frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass", "lib/compass/configuration/comments.rb",
"frameworks/compass/stylesheets/compass/utilities/general/_inline_block.sass", "lib/compass/configuration/data.rb",
"frameworks/compass/stylesheets/compass/utilities/general/_reset.sass", "lib/compass/configuration/defaults.rb",
"frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass", "lib/compass/configuration/helpers.rb",
"frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass", "lib/compass/configuration/inheritance.rb",
"frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass", "lib/compass/configuration/serialization.rb",
"frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass", "lib/compass/core_ext.rb",
"frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass", "lib/compass/dependencies.rb",
"frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass", "lib/compass/errors.rb",
"frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass", "lib/compass/exec.rb",
"frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass", "lib/compass/exec/command_option_parser.rb",
"frameworks/compass/stylesheets/compass/utilities/sprites/_sprite_img.sass", "lib/compass/exec/global_options_parser.rb",
"frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass", "lib/compass/exec/helpers.rb",
"frameworks/compass/stylesheets/compass/utilities/tables/_borders.sass", "lib/compass/exec/project_options_parser.rb",
"frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.sass", "lib/compass/exec/sub_command_ui.rb",
"frameworks/compass/stylesheets/compass/utilities/text/_ellipsis.sass", "lib/compass/exec/switch_ui.rb",
"frameworks/compass/stylesheets/compass/utilities/text/_nowrap.sass", "lib/compass/frameworks.rb",
"frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass", "lib/compass/frameworks/blueprint/stylesheets/_blueprint.sass",
"frameworks/compass/templates/ellipsis/ellipsis.sass", "lib/compass/frameworks/blueprint/stylesheets/blueprint/_ie.sass",
"frameworks/compass/templates/ellipsis/manifest.rb", "lib/compass/frameworks/blueprint/stylesheets/blueprint/_print.sass",
"frameworks/compass/templates/ellipsis/xml/ellipsis.xml", "lib/compass/frameworks/blueprint/stylesheets/blueprint/_reset.sass",
"frameworks/compass/templates/project/ie.sass", "lib/compass/frameworks/blueprint/stylesheets/blueprint/_screen.sass",
"frameworks/compass/templates/project/manifest.rb", "lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_buttons.sass",
"frameworks/compass/templates/project/print.sass", "lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass",
"frameworks/compass/templates/project/screen.sass", "lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass",
"frameworks/yui.rb", "lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass",
"frameworks/yui/stylesheets/_yui.sass", "lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass",
"frameworks/yui/stylesheets/yui/modules/_base.sass", "lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass",
"frameworks/yui/stylesheets/yui/modules/_fonts.sass", "lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass",
"frameworks/yui/stylesheets/yui/modules/_grids.sass", "lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass",
"frameworks/yui/stylesheets/yui/modules/_reset.sass", "lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass",
"frameworks/yui/templates/project/manifest.rb", "lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass",
"frameworks/yui/templates/project/screen.sass", "lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_rtl.sass",
"lib/compass.rb", "lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass",
"lib/compass/actions.rb", "lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass",
"lib/compass/app_integration.rb", "lib/compass/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass",
"lib/compass/app_integration/merb.rb", "lib/compass/frameworks/blueprint/templates/buttons/buttons.sass",
"lib/compass/app_integration/rails.rb", "lib/compass/frameworks/blueprint/templates/buttons/buttons/cross.png",
"lib/compass/app_integration/rails/action_controller.rb", "lib/compass/frameworks/blueprint/templates/buttons/buttons/key.png",
"lib/compass/app_integration/rails/sass_plugin.rb", "lib/compass/frameworks/blueprint/templates/buttons/buttons/tick.png",
"lib/compass/app_integration/rails/templates/compass-install-rails.rb", "lib/compass/frameworks/blueprint/templates/buttons/manifest.rb",
"lib/compass/app_integration/rails/urls.rb", "lib/compass/frameworks/blueprint/templates/link_icons/link_icons.sass",
"lib/compass/commands/base.rb", "lib/compass/frameworks/blueprint/templates/link_icons/link_icons/doc.png",
"lib/compass/commands/create_project.rb", "lib/compass/frameworks/blueprint/templates/link_icons/link_icons/email.png",
"lib/compass/commands/generate_grid_background.rb", "lib/compass/frameworks/blueprint/templates/link_icons/link_icons/external.png",
"lib/compass/commands/installer_command.rb", "lib/compass/frameworks/blueprint/templates/link_icons/link_icons/feed.png",
"lib/compass/commands/list_frameworks.rb", "lib/compass/frameworks/blueprint/templates/link_icons/link_icons/im.png",
"lib/compass/commands/print_version.rb", "lib/compass/frameworks/blueprint/templates/link_icons/link_icons/pdf.png",
"lib/compass/commands/project_base.rb", "lib/compass/frameworks/blueprint/templates/link_icons/link_icons/visited.png",
"lib/compass/commands/stamp_pattern.rb", "lib/compass/frameworks/blueprint/templates/link_icons/link_icons/xls.png",
"lib/compass/commands/update_project.rb", "lib/compass/frameworks/blueprint/templates/link_icons/manifest.rb",
"lib/compass/commands/validate_project.rb", "lib/compass/frameworks/blueprint/templates/project/grid.png",
"lib/compass/commands/watch_project.rb", "lib/compass/frameworks/blueprint/templates/project/ie.sass",
"lib/compass/commands/write_configuration.rb", "lib/compass/frameworks/blueprint/templates/project/manifest.rb",
"lib/compass/compiler.rb", "lib/compass/frameworks/blueprint/templates/project/partials/_base.sass",
"lib/compass/configuration.rb", "lib/compass/frameworks/blueprint/templates/project/print.sass",
"lib/compass/core_ext.rb", "lib/compass/frameworks/blueprint/templates/project/screen.sass",
"lib/compass/dependencies.rb", "lib/compass/frameworks/blueprint/templates/project/welcome.html.haml",
"lib/compass/errors.rb", "lib/compass/frameworks/compass/stylesheets/_compass.sass",
"lib/compass/exec.rb", "lib/compass/frameworks/compass/stylesheets/compass/_layout.sass",
"lib/compass/frameworks.rb", "lib/compass/frameworks/compass/stylesheets/compass/_misc.sass",
"lib/compass/grid_builder.rb", "lib/compass/frameworks/compass/stylesheets/compass/_reset.sass",
"lib/compass/installers.rb", "lib/compass/frameworks/compass/stylesheets/compass/_utilities.sass",
"lib/compass/installers/base.rb", "lib/compass/frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass",
"lib/compass/installers/manifest.rb", "lib/compass/frameworks/compass/stylesheets/compass/utilities/_css3.sass",
"lib/compass/installers/rails.rb", "lib/compass/frameworks/compass/stylesheets/compass/utilities/_general.sass",
"lib/compass/installers/stand_alone.rb", "lib/compass/frameworks/compass/stylesheets/compass/utilities/_links.sass",
"lib/compass/logger.rb", "lib/compass/frameworks/compass/stylesheets/compass/utilities/_lists.sass",
"lib/compass/sass_extensions.rb", "lib/compass/frameworks/compass/stylesheets/compass/utilities/_print.sass",
"lib/compass/sass_extensions/functions.rb", "lib/compass/frameworks/compass/stylesheets/compass/utilities/_sprites.sass",
"lib/compass/sass_extensions/functions/display.rb", "lib/compass/frameworks/compass/stylesheets/compass/utilities/_tables.sass",
"lib/compass/sass_extensions/functions/enumerate.rb", "lib/compass/frameworks/compass/stylesheets/compass/utilities/_text.sass",
"lib/compass/sass_extensions/functions/inline_image.rb", "lib/compass/frameworks/compass/stylesheets/compass/utilities/css3/_border_radius.sass",
"lib/compass/sass_extensions/functions/selectors.rb", "lib/compass/frameworks/compass/stylesheets/compass/utilities/css3/_box_shadow.sass",
"lib/compass/sass_extensions/functions/urls.rb", "lib/compass/frameworks/compass/stylesheets/compass/utilities/css3/_box_sizing.sass",
"lib/compass/sass_extensions/monkey_patches.rb", "lib/compass/frameworks/compass/stylesheets/compass/utilities/css3/_columns.sass",
"lib/compass/sass_extensions/monkey_patches/stylesheet_updating.rb", "lib/compass/frameworks/compass/stylesheets/compass/utilities/css3/_inline_block.sass",
"lib/compass/test_case.rb", "lib/compass/frameworks/compass/stylesheets/compass/utilities/css3/_opacity.sass",
"lib/compass/validator.rb", "lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass",
"lib/compass/version.rb", "lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_float.sass",
"test/command_line_helper.rb", "lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass",
"test/command_line_test.rb", "lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass",
"test/compass_test.rb", "lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass",
"test/configuration_test.rb", "lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass",
"test/fixtures/stylesheets/blueprint/config.rb", "lib/compass/frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass",
"test/fixtures/stylesheets/blueprint/css/typography.css", "lib/compass/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass",
"test/fixtures/stylesheets/blueprint/images/grid.png", "lib/compass/frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass",
"test/fixtures/stylesheets/blueprint/sass/ie.sass", "lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass",
"test/fixtures/stylesheets/blueprint/sass/print.sass", "lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass",
"test/fixtures/stylesheets/blueprint/sass/screen.sass", "lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass",
"test/fixtures/stylesheets/blueprint/sass/typography.sass", "lib/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_sprite_img.sass",
"test/fixtures/stylesheets/compass/config.rb", "lib/compass/frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass",
"test/fixtures/stylesheets/compass/css/layout.css", "lib/compass/frameworks/compass/stylesheets/compass/utilities/tables/_borders.sass",
"test/fixtures/stylesheets/compass/css/print.css", "lib/compass/frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.sass",
"test/fixtures/stylesheets/compass/css/reset.css", "lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_ellipsis.sass",
"test/fixtures/stylesheets/compass/css/utilities.css", "lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_nowrap.sass",
"test/fixtures/stylesheets/compass/sass/layout.sass", "lib/compass/frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass",
"test/fixtures/stylesheets/compass/sass/print.sass", "lib/compass/frameworks/compass/templates/ellipsis/ellipsis.sass",
"test/fixtures/stylesheets/compass/sass/reset.sass", "lib/compass/frameworks/compass/templates/ellipsis/manifest.rb",
"test/fixtures/stylesheets/compass/sass/utilities.sass", "lib/compass/frameworks/compass/templates/ellipsis/xml/ellipsis.xml",
"test/fixtures/stylesheets/image_urls/config.rb", "lib/compass/frameworks/compass/templates/extension/manifest.rb",
"test/fixtures/stylesheets/image_urls/css/screen.css", "lib/compass/frameworks/compass/templates/extension/stylesheets/main.sass",
"test/fixtures/stylesheets/image_urls/images/grid.png", "lib/compass/frameworks/compass/templates/extension/templates/project/manifest.rb",
"test/fixtures/stylesheets/image_urls/sass/screen.sass", "lib/compass/frameworks/compass/templates/extension/templates/project/screen.sass",
"test/fixtures/stylesheets/yui/config.rb", "lib/compass/frameworks/compass/templates/project/ie.sass",
"test/fixtures/stylesheets/yui/css/mixins.css", "lib/compass/frameworks/compass/templates/project/manifest.rb",
"test/fixtures/stylesheets/yui/sass/base.sass", "lib/compass/frameworks/compass/templates/project/print.sass",
"test/fixtures/stylesheets/yui/sass/fonts.sass", "lib/compass/frameworks/compass/templates/project/screen.sass",
"test/fixtures/stylesheets/yui/sass/grids.sass", "lib/compass/grid_builder.rb",
"test/fixtures/stylesheets/yui/sass/mixins.sass", "lib/compass/installers.rb",
"test/rails_integration_test.rb", "lib/compass/installers/bare_installer.rb",
"test/sass_extensions_test.rb", "lib/compass/installers/base.rb",
"test/test_case_helper.rb", "lib/compass/installers/manifest.rb",
"test/test_helper.rb", "lib/compass/installers/manifest_installer.rb",
"test/test_rails_helper.rb" "lib/compass/installers/template_context.rb",
"lib/compass/logger.rb",
"lib/compass/sass_extensions.rb",
"lib/compass/sass_extensions/functions.rb",
"lib/compass/sass_extensions/functions/display.rb",
"lib/compass/sass_extensions/functions/enumerate.rb",
"lib/compass/sass_extensions/functions/inline_image.rb",
"lib/compass/sass_extensions/functions/selectors.rb",
"lib/compass/sass_extensions/functions/urls.rb",
"lib/compass/sass_extensions/monkey_patches.rb",
"lib/compass/sass_extensions/monkey_patches/stylesheet_updating.rb",
"lib/compass/sass_extensions/monkey_patches/traversal.rb",
"lib/compass/stats.rb",
"lib/compass/test_case.rb",
"lib/compass/validator.rb",
"lib/compass/version.rb",
"lib/vendor/fssm.rb",
"lib/vendor/fssm/backends/fsevents.rb",
"lib/vendor/fssm/backends/polling.rb",
"lib/vendor/fssm/ext.rb",
"lib/vendor/fssm/monitor.rb",
"lib/vendor/fssm/path.rb",
"lib/vendor/fssm/state.rb",
"lib/vendor/fssm/support.rb",
"test/command_line_helper.rb",
"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/images/grid.png",
"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",
"test/fixtures/stylesheets/compass/css/utilities.css",
"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/image_urls/config.rb",
"test/fixtures/stylesheets/image_urls/css/screen.css",
"test/fixtures/stylesheets/image_urls/images/grid.png",
"test/fixtures/stylesheets/image_urls/sass/screen.sass",
"test/io_helper.rb",
"test/rails_helper.rb",
"test/rails_integration_test.rb",
"test/sass_extensions_test.rb",
"test/test_case_helper.rb",
"test/test_helper.rb",
"test/test_rails_helper.rb"
] ]
s.homepage = %q{http://compass-style.org} s.homepage = %q{http://compass-style.org}
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubyforge_project = %q{compass} s.rubyforge_project = %q{compass}
s.rubygems_version = %q{1.3.3} s.rubygems_version = %q{1.3.5}
s.summary = %q{A Real Stylesheet Framework} s.summary = %q{A Real Stylesheet Framework}
s.test_files = [ s.test_files = [
"test/command_line_helper.rb", "test/command_line_helper.rb",
"test/command_line_test.rb", "test/command_line_test.rb",
"test/compass_test.rb", "test/compass_test.rb",
"test/configuration_test.rb", "test/configuration_test.rb",
"test/fixtures/stylesheets/blueprint/config.rb", "test/fixtures/stylesheets/blueprint/config.rb",
"test/fixtures/stylesheets/blueprint/css/typography.css", "test/fixtures/stylesheets/blueprint/css/typography.css",
"test/fixtures/stylesheets/blueprint/images/grid.png", "test/fixtures/stylesheets/blueprint/images/grid.png",
"test/fixtures/stylesheets/blueprint/sass/ie.sass", "test/fixtures/stylesheets/blueprint/sass/ie.sass",
"test/fixtures/stylesheets/blueprint/sass/print.sass", "test/fixtures/stylesheets/blueprint/sass/print.sass",
"test/fixtures/stylesheets/blueprint/sass/screen.sass", "test/fixtures/stylesheets/blueprint/sass/screen.sass",
"test/fixtures/stylesheets/blueprint/sass/typography.sass", "test/fixtures/stylesheets/blueprint/sass/typography.sass",
"test/fixtures/stylesheets/compass/config.rb", "test/fixtures/stylesheets/compass/config.rb",
"test/fixtures/stylesheets/compass/css/layout.css", "test/fixtures/stylesheets/compass/css/layout.css",
"test/fixtures/stylesheets/compass/css/print.css", "test/fixtures/stylesheets/compass/css/print.css",
"test/fixtures/stylesheets/compass/css/reset.css", "test/fixtures/stylesheets/compass/css/reset.css",
"test/fixtures/stylesheets/compass/css/utilities.css", "test/fixtures/stylesheets/compass/css/utilities.css",
"test/fixtures/stylesheets/compass/sass/layout.sass", "test/fixtures/stylesheets/compass/sass/layout.sass",
"test/fixtures/stylesheets/compass/sass/print.sass", "test/fixtures/stylesheets/compass/sass/print.sass",
"test/fixtures/stylesheets/compass/sass/reset.sass", "test/fixtures/stylesheets/compass/sass/reset.sass",
"test/fixtures/stylesheets/compass/sass/utilities.sass", "test/fixtures/stylesheets/compass/sass/utilities.sass",
"test/fixtures/stylesheets/image_urls/config.rb", "test/fixtures/stylesheets/image_urls/config.rb",
"test/fixtures/stylesheets/image_urls/css/screen.css", "test/fixtures/stylesheets/image_urls/css/screen.css",
"test/fixtures/stylesheets/image_urls/images/grid.png", "test/fixtures/stylesheets/image_urls/images/grid.png",
"test/fixtures/stylesheets/image_urls/sass/screen.sass", "test/fixtures/stylesheets/image_urls/sass/screen.sass",
"test/fixtures/stylesheets/yui/config.rb", "test/io_helper.rb",
"test/fixtures/stylesheets/yui/css/mixins.css", "test/rails_helper.rb",
"test/fixtures/stylesheets/yui/sass/base.sass", "test/rails_integration_test.rb",
"test/fixtures/stylesheets/yui/sass/fonts.sass", "test/sass_extensions_test.rb",
"test/fixtures/stylesheets/yui/sass/grids.sass", "test/test_case_helper.rb",
"test/fixtures/stylesheets/yui/sass/mixins.sass", "test/test_helper.rb",
"test/rails_integration_test.rb", "test/test_rails_helper.rb",
"test/sass_extensions_test.rb", "features/command_line.feature",
"test/test_case_helper.rb", "features/step_definitions/command_line_steps.rb"
"test/test_helper.rb",
"test/test_rails_helper.rb"
] ]
if s.respond_to? :specification_version then if s.respond_to? :specification_version then
@ -336,3 +392,4 @@ Gem::Specification.new do |s|
s.add_dependency(%q<haml>, [">= 2.2.0"]) s.add_dependency(%q<haml>, [">= 2.2.0"])
end end
end end