edge support

This commit is contained in:
Thomas Reynolds 2011-01-05 16:03:18 -08:00
parent a9773eb582
commit d93951990f
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,3 @@
module Middleman
VERSION = "1.0.3"
VERSION = "1.1.0.alpha.1"
end

View file

@ -29,7 +29,8 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("rack-test", ["~> 0.5.0"])
s.add_runtime_dependency("yui-compressor", ["~> 0.9.0"])
s.add_runtime_dependency("haml", ["~> 3.0"])
s.add_runtime_dependency("compass", ["~> 0.10.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("json_pure", ["~> 1.4.0"])
s.add_runtime_dependency("smusher", ["~> 0.4.5"])
s.add_runtime_dependency("compass-slickmap", ["~> 0.4.0"])