From 786e03551b72e80fa6dadd839d4b61b7d276fcdc Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Fri, 14 May 2010 23:39:50 -0700 Subject: [PATCH] Bump versions for v0.10.1 release. --- VERSION.yml | 2 +- compass.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.yml b/VERSION.yml index 7d472c35..eface56c 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,4 +1,4 @@ --- -:patch: 0 :major: 0 :minor: 10 +:patch: 1 diff --git a/compass.gemspec b/compass.gemspec index c7b20da9..20350f28 100644 --- a/compass.gemspec +++ b/compass.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |gemspec| gemspec.require_paths = %w(lib) gemspec.rubygems_version = "1.3.6" gemspec.summary = %q{A Real Stylesheet Framework} - gemspec.add_dependency('haml', '>= 3.0.0') + gemspec.add_dependency('haml', '>= 3.0.4') gemspec.files = %w(README.markdown LICENSE.markdown VERSION.yml Rakefile) gemspec.files += Dir.glob("bin/*") gemspec.files += Dir.glob("examples/**/*.*")