Updated Manifest and gemspec.
This commit is contained in:
parent
8b8ad95c15
commit
9311922cc0
1
Manifest
1
Manifest
@ -109,6 +109,7 @@ frameworks/yui/templates/project/screen.sass
|
|||||||
lib/compass/commands/base.rb
|
lib/compass/commands/base.rb
|
||||||
lib/compass/commands/create_project.rb
|
lib/compass/commands/create_project.rb
|
||||||
lib/compass/commands/install_rails.rb
|
lib/compass/commands/install_rails.rb
|
||||||
|
lib/compass/commands/list_frameworks.rb
|
||||||
lib/compass/commands/print_version.rb
|
lib/compass/commands/print_version.rb
|
||||||
lib/compass/commands/update_project.rb
|
lib/compass/commands/update_project.rb
|
||||||
lib/compass/commands/watch_project.rb
|
lib/compass/commands/watch_project.rb
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{compass}
|
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.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
||||||
s.authors = ["Chris Eppstein"]
|
s.authors = ["Chris Eppstein"]
|
||||||
s.date = %q{2008-12-21}
|
s.date = %q{2009-01-02}
|
||||||
s.default_executable = %q{compass}
|
s.default_executable = %q{compass}
|
||||||
s.description = %q{Sass-Based CSS Meta-Framework. Semantic, Maintainable CSS.}
|
s.description = %q{Sass-Based CSS Meta-Framework. Semantic, Maintainable CSS.}
|
||||||
s.email = %q{chris@eppsteins.net}
|
s.email = %q{chris@eppsteins.net}
|
||||||
|
Loading…
Reference in New Issue
Block a user