Updated the manifest and gemspec.

This commit is contained in:
Chris Eppstein 2008-12-06 13:45:29 -08:00
parent 3100476ff5
commit 9b6f5159ed
3 changed files with 10 additions and 7 deletions

View File

@ -73,6 +73,7 @@ frameworks/compass/stylesheets/compass/_utilities.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
@ -130,9 +131,11 @@ Manifest
Rakefile
README.markdown
test/compass_test.rb
test/fixtures/stylesheets/default/sass/ie.sass
test/fixtures/stylesheets/default/sass/print.sass
test/fixtures/stylesheets/default/sass/screen.sass
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/yui/css/mixins.css
test/fixtures/stylesheets/yui/sass/base.sass
test/fixtures/stylesheets/yui/sass/fonts.sass

View File

@ -1 +1 @@
0.1.1
0.3.0

File diff suppressed because one or more lines are too long