update to lastest compass, release

This commit is contained in:
Thomas Reynolds 2011-04-10 15:29:21 -07:00
parent f40c8a56da
commit 4598e424b8
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
module Middleman
VERSION = "1.1.0.beta.7"
VERSION = "1.1.0.beta.8"
end

View file

@ -31,7 +31,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("yui-compressor", ["~> 0.9.0"])
s.add_runtime_dependency("haml", ["3.1.0.alpha.147"])
s.add_runtime_dependency("sass", ["3.1.0.alpha.249"])
s.add_runtime_dependency("compass", ["0.11.beta.5"])
s.add_runtime_dependency("compass", ["0.11.beta.6"])
s.add_runtime_dependency("chunky_png", ["~> 1.1.0"])
s.add_runtime_dependency("oily_png", ["~> 1.0"]) unless defined?(JRUBY_VERSION)
s.add_runtime_dependency("json_pure", ["~> 1.4.0"])