From feed1af38baa8b1d34767b6495fbcde584d8a1f3 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Wed, 11 Mar 2009 23:02:44 -0700 Subject: [PATCH] Updated Manifest and gemspec. --- VERSION | 2 +- compass.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 4b9fcbec..cb0c939a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1 +0.5.2 diff --git a/compass.gemspec b/compass.gemspec index c8bb420c..85e11857 100644 --- a/compass.gemspec +++ b/compass.gemspec @@ -1,10 +1,10 @@ Gem::Specification.new do |s| s.name = %q{compass} - s.version = "0.5.1" + s.version = "0.5.2" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Chris Eppstein"] - s.date = %q{2009-02-25} + s.date = %q{2009-03-11} s.default_executable = %q{compass} s.description = %q{Sass-Based CSS Meta-Framework. Semantic, Maintainable CSS.} s.email = %q{chris@eppsteins.net}