diff --git a/compass.gemspec b/compass.gemspec index 6ad76f60..c1e57c3a 100644 --- a/compass.gemspec +++ b/compass.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = %q{compass} - s.version = "0.6.9" + s.version = "0.6.10" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Chris Eppstein"] @@ -17,8 +17,6 @@ Gem::Specification.new do |s| s.files = [ "CHANGELOG.markdown", "README.markdown", - "Rakefile", - "VERSION.yml", "bin/compass", "examples/blueprint_default/config.rb", "examples/blueprint_default/images/grid.png", @@ -96,6 +94,87 @@ Gem::Specification.new do |s| "examples/yui/templates.html.haml", "examples/yui/test.jpg", "examples/yui/typography.html.haml", + "frameworks/blueprint.rb", + "frameworks/blueprint/stylesheets/_blueprint.sass", + "frameworks/blueprint/stylesheets/blueprint/_ie.sass", + "frameworks/blueprint/stylesheets/blueprint/_print.sass", + "frameworks/blueprint/stylesheets/blueprint/_screen.sass", + "frameworks/blueprint/stylesheets/blueprint/modules/_buttons.sass", + "frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass", + "frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass", + "frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass", + "frameworks/blueprint/stylesheets/blueprint/modules/_form.sass", + "frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass", + "frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass", + "frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass", + "frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass", + "frameworks/blueprint/stylesheets/blueprint/modules/_rtl.sass", + "frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass", + "frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass", + "frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass", + "frameworks/blueprint/templates/buttons/buttons.sass", + "frameworks/blueprint/templates/buttons/buttons/cross.png", + "frameworks/blueprint/templates/buttons/buttons/key.png", + "frameworks/blueprint/templates/buttons/buttons/tick.png", + "frameworks/blueprint/templates/buttons/manifest.rb", + "frameworks/blueprint/templates/link_icons/link_icons.sass", + "frameworks/blueprint/templates/link_icons/link_icons/doc.png", + "frameworks/blueprint/templates/link_icons/link_icons/email.png", + "frameworks/blueprint/templates/link_icons/link_icons/external.png", + "frameworks/blueprint/templates/link_icons/link_icons/feed.png", + "frameworks/blueprint/templates/link_icons/link_icons/im.png", + "frameworks/blueprint/templates/link_icons/link_icons/pdf.png", + "frameworks/blueprint/templates/link_icons/link_icons/visited.png", + "frameworks/blueprint/templates/link_icons/link_icons/xls.png", + "frameworks/blueprint/templates/link_icons/manifest.rb", + "frameworks/blueprint/templates/project/grid.png", + "frameworks/blueprint/templates/project/ie.sass", + "frameworks/blueprint/templates/project/manifest.rb", + "frameworks/blueprint/templates/project/print.sass", + "frameworks/blueprint/templates/project/screen.sass", + "frameworks/compass.rb", + "frameworks/compass/stylesheets/_compass.sass", + "frameworks/compass/stylesheets/compass/_layout.sass", + "frameworks/compass/stylesheets/compass/_misc.sass", + "frameworks/compass/stylesheets/compass/_reset.sass", + "frameworks/compass/stylesheets/compass/_utilities.sass", + "frameworks/compass/stylesheets/compass/layout/_sticky_footer.sass", + "frameworks/compass/stylesheets/compass/utilities/_general.sass", + "frameworks/compass/stylesheets/compass/utilities/_links.sass", + "frameworks/compass/stylesheets/compass/utilities/_lists.sass", + "frameworks/compass/stylesheets/compass/utilities/_print.sass", + "frameworks/compass/stylesheets/compass/utilities/_tables.sass", + "frameworks/compass/stylesheets/compass/utilities/_text.sass", + "frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass", + "frameworks/compass/stylesheets/compass/utilities/general/_float.sass", + "frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass", + "frameworks/compass/stylesheets/compass/utilities/general/_inline_block.sass", + "frameworks/compass/stylesheets/compass/utilities/general/_reset.sass", + "frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass", + "frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass", + "frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass", + "frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass", + "frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass", + "frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass", + "frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass", + "frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass", + "frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass", + "frameworks/compass/stylesheets/compass/utilities/tables/_borders.sass", + "frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.sass", + "frameworks/compass/stylesheets/compass/utilities/text/_nowrap.sass", + "frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass", + "frameworks/compass/templates/project/ie.sass", + "frameworks/compass/templates/project/manifest.rb", + "frameworks/compass/templates/project/print.sass", + "frameworks/compass/templates/project/screen.sass", + "frameworks/yui.rb", + "frameworks/yui/stylesheets/_yui.sass", + "frameworks/yui/stylesheets/yui/modules/_base.sass", + "frameworks/yui/stylesheets/yui/modules/_fonts.sass", + "frameworks/yui/stylesheets/yui/modules/_grids.sass", + "frameworks/yui/stylesheets/yui/modules/_reset.sass", + "frameworks/yui/templates/project/manifest.rb", + "frameworks/yui/templates/project/screen.sass", "lib/compass.rb", "lib/compass/actions.rb", "lib/compass/commands/base.rb", @@ -175,14 +254,28 @@ Gem::Specification.new do |s| "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", + "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/yui/config.rb", + "test/fixtures/stylesheets/yui/css/mixins.css", + "test/fixtures/stylesheets/yui/sass/base.sass", + "test/fixtures/stylesheets/yui/sass/fonts.sass", + "test/fixtures/stylesheets/yui/sass/grids.sass", + "test/fixtures/stylesheets/yui/sass/mixins.sass", "test/sass_extensions_test.rb", - "test/test_helper.rb", - "examples/blueprint_default/config.rb", - "examples/blueprint_plugins/config.rb", - "examples/blueprint_semantic/config.rb", - "examples/compass/config.rb" + "test/test_helper.rb" ] if s.respond_to? :specification_version then