Skip to content

Commit

Permalink
fix Manifest and gemspec for new files
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Meyer committed Jul 18, 2009
1 parent c3e8bbb commit 9cdfef4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Manifest
Expand Up @@ -6,6 +6,8 @@ Rakefile
README.mkdn
sass/susy/_grid.sass
sass/susy/_utils.sass
sass/susy/_text.sass
sass/susy/_susy.sass
templates/project/print.sass
templates/project/screen.sass
templates/project/ie.sass
Expand Down
2 changes: 1 addition & 1 deletion compass-susy-plugin.gemspec
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.description = %q{Susy is a ground-up native Compass plugin grid system that takes full advantage of Sass' capabilities to remove the tedium from grid-based web design.}
s.email = %q{eric@oddbird.net}
s.extra_rdoc_files = ["lib/susy/compass_plugin.rb", "lib/susy/sass_extensions.rb", "lib/susy.rb", "README.mkdn"]
s.files = ["lib/susy/compass_plugin.rb", "lib/susy/sass_extensions.rb", "lib/susy.rb", "Manifest", "Rakefile", "README.mkdn", "sass/susy/_grid.sass", "sass/susy/_utils.sass", "templates/project/_base.sass", "templates/project/screen.sass", "templates/project/print.sass", "templates/project/ie.sass", "templates/project/manifest.rb", "VERSION", "LICENSE.txt", "compass-susy-plugin.gemspec"]
s.files = ["lib/susy/compass_plugin.rb", "lib/susy/sass_extensions.rb", "lib/susy.rb", "Manifest", "Rakefile", "README.mkdn", "sass/susy/_grid.sass", "sass/susy/_utils.sass", "sass/susy/_text.sass", "sass/susy/_susy.sass", "templates/project/_base.sass", "templates/project/screen.sass", "templates/project/print.sass", "templates/project/ie.sass", "templates/project/manifest.rb", "VERSION", "LICENSE.txt", "compass-susy-plugin.gemspec"]
s.homepage = %q{http://github.com/ericam/compass-susy-plugin}
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Compass-Susy-plugin", "--main", "README.mkdn"]
s.require_paths = ["lib"]
Expand Down

0 comments on commit 9cdfef4

Please sign in to comment.