track compass beta

This commit is contained in:
Thomas Reynolds 2011-01-10 10:20:57 -08:00
parent 9ea7da07cb
commit 835a0d8a3e
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
module Middleman
VERSION = "1.1.0.alpha.2"
VERSION = "1.1.0.beta.0"
end

View file

@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("yui-compressor", ["~> 0.9.0"])
s.add_runtime_dependency("haml", ["~> 3.0"])
s.add_runtime_dependency("sass", ["3.1.0.alpha.214"])
s.add_runtime_dependency("compass", ["0.11.0.alpha.4"])
s.add_runtime_dependency("compass", ["0.11.0.beta.0"])
s.add_runtime_dependency("json_pure", ["~> 1.4.0"])
s.add_runtime_dependency("smusher", ["~> 0.4.5"])
s.add_runtime_dependency("compass-slickmap", ["~> 0.4.0"])