Updated Manifest and gemspec.

This commit is contained in:
Chris Eppstein 2009-01-02 00:34:44 -08:00
parent 8b8ad95c15
commit 9311922cc0
2 changed files with 3 additions and 2 deletions

View File

@ -109,6 +109,7 @@ frameworks/yui/templates/project/screen.sass
lib/compass/commands/base.rb
lib/compass/commands/create_project.rb
lib/compass/commands/install_rails.rb
lib/compass/commands/list_frameworks.rb
lib/compass/commands/print_version.rb
lib/compass/commands/update_project.rb
lib/compass/commands/watch_project.rb

View File

@ -1,10 +1,10 @@
Gem::Specification.new do |s|
s.name = %q{compass}
s.version = "0.3.5"
s.version = "0.3.6"
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["Chris Eppstein"]
s.date = %q{2008-12-21}
s.date = %q{2009-01-02}
s.default_executable = %q{compass}
s.description = %q{Sass-Based CSS Meta-Framework. Semantic, Maintainable CSS.}
s.email = %q{chris@eppsteins.net}