use specific versions with prereleases

This commit is contained in:
Thomas Reynolds 2011-04-08 12:01:18 -07:00
parent 42e7af6ae2
commit b9aebb9001
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -29,9 +29,9 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("padrino-helpers", ["~> 0.9.23"])
s.add_runtime_dependency("rack-test", ["~> 0.5.0"])
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("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("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"])