mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
edge support
This commit is contained in:
parent
a9773eb582
commit
d93951990f
2 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
module Middleman
|
||||
VERSION = "1.0.3"
|
||||
VERSION = "1.1.0.alpha.1"
|
||||
end
|
||||
|
|
|
@ -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"])
|
||||
|
|
Loading…
Reference in a new issue