Updated the manifest and gemspec.

This commit is contained in:
Chris Eppstein 2008-12-04 20:03:29 -08:00
parent dd6fb6473a
commit cf544a961c
2 changed files with 11 additions and 7 deletions

View File

@ -68,8 +68,8 @@ frameworks/blueprint/templates/project/grid.png
frameworks/blueprint/templates/project/ie.sass
frameworks/blueprint/templates/project/print.sass
frameworks/blueprint/templates/project/screen.sass
frameworks/compass/stylesheets/compass/_reset.sass
frameworks/compass/stylesheets/compass/_utilities.sass
frameworks/compass/stylesheets/compass/reset.sass
frameworks/compass/stylesheets/compass/utilities/_general.sass
frameworks/compass/stylesheets/compass/utilities/_links.sass
frameworks/compass/stylesheets/compass/utilities/_lists.sass
@ -130,10 +130,14 @@ Manifest
Rakefile
README.markdown
test/compass_test.rb
test/fixtures/default/templates/ie.sass
test/fixtures/default/templates/print.sass
test/fixtures/default/templates/screen.sass
test/fixtures/yui/templates/grids.sass
test/fixtures/stylesheets/default/sass/ie.sass
test/fixtures/stylesheets/default/sass/print.sass
test/fixtures/stylesheets/default/sass/screen.sass
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
VERSION

File diff suppressed because one or more lines are too long