From 64f6e088877458a154b9f092927011487bd70e94 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 25 Apr 2009 12:34:11 -0700 Subject: [PATCH] Version 0.6.4 --- VERSION | 2 +- compass.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 844f6a91..d2b13eb6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.3 +0.6.4 diff --git a/compass.gemspec b/compass.gemspec index 95b1c26f..d647b314 100644 --- a/compass.gemspec +++ b/compass.gemspec @@ -1,10 +1,10 @@ Gem::Specification.new do |s| s.name = %q{compass} - s.version = "0.6.3" + s.version = "0.6.4" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Chris Eppstein"] - s.date = %q{2009-04-22} + s.date = %q{2009-04-25} s.default_executable = %q{compass} s.description = %q{Sass-Based CSS Meta-Framework. Semantic, Maintainable CSS.} s.email = %q{chris@eppsteins.net}