From d7bb7d6e4feb5c50563cfdc348225b8eeb69f3bc Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 23 May 2009 10:07:57 -0700 Subject: [PATCH] Release version 0.6.7 --- CHANGELOG.markdown | 17 +++++++++++++++++ VERSION | 2 +- compass.gemspec | 7 ++----- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 10b7e142..89ee9bce 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -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 ----- diff --git a/VERSION b/VERSION index 05e8a459..2228cad4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.6 +0.6.7 diff --git a/compass.gemspec b/compass.gemspec index a0f9167f..d4ec1d68 100644 --- a/compass.gemspec +++ b/compass.gemspec @@ -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, [">= 0"]) - s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) - s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) - s.add_dependency(%q, [">= 0"]) end end