Release version 0.6.7

This commit is contained in:
Chris Eppstein 2009-05-23 10:07:57 -07:00
parent 7b90aef5d4
commit d7bb7d6e4f
3 changed files with 20 additions and 6 deletions

View File

@ -1,5 +1,22 @@
COMPASS CHANGELOG
=================
0.6.7
-----
Bug fix release.
### Rails
The output_style will no longer be set in the compass.config file. Instead compass will use the runtime rails environment to set a sensible default.
### Command Line
The Sass cache directory will be placed into the sass directory of the project instead of the directory from where the compass command was ran.
### Compass Core
Extracted two new mixins from +horizontal-list. The new +horizontal-list-container and +horizontal-list-item mixins can be used to build your
horizontal list when you need more control over the selectors (E.g. when working with nested lists).
0.6.6
-----

View File

@ -1 +1 @@
0.6.6
0.6.7

View File

@ -2,11 +2,11 @@
Gem::Specification.new do |s|
s.name = %q{compass}
s.version = "0.6.6"
s.version = "0.6.7"
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["Chris Eppstein"]
s.date = %q{2009-05-08}
s.date = %q{2009-05-23}
s.default_executable = %q{compass}
s.description = %q{Sass-Based CSS Meta-Framework. Semantic, Maintainable CSS.}
s.email = %q{chris@eppsteins.net}
@ -27,13 +27,10 @@ Gem::Specification.new do |s|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<haml-edge>, [">= 0"])
s.add_development_dependency(%q<echoe>, [">= 0"])
else
s.add_dependency(%q<haml-edge>, [">= 0"])
s.add_dependency(%q<echoe>, [">= 0"])
end
else
s.add_dependency(%q<haml-edge>, [">= 0"])
s.add_dependency(%q<echoe>, [">= 0"])
end
end