bump a minor version, compass/haml/sass have shipped

This commit is contained in:
Thomas Reynolds 2011-04-25 09:32:00 -07:00
parent cdd89626d7
commit 1547281a2c
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
module Middleman
VERSION = "1.1.6"
VERSION = "1.2.0"
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"])
s.add_runtime_dependency("sass", ["~> 3.1.0"])
s.add_runtime_dependency("compass", ["0.11.beta.7"])
s.add_runtime_dependency("compass", [">= 0.11.0"])
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("coffee-script", ["~> 2.1.0"])