Bump eventmachine dep on windows

This commit is contained in:
Thomas Reynolds 2012-08-02 12:22:40 -07:00
parent 541c5710f7
commit f639f6e53a
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2.0.16.1
====
Update EventMachine to 1.0.0.rc.4 on Windows
2.0.16 2.0.16
==== ====
Update Guard to v1.1 Update Guard to v1.1

View file

@ -1,3 +1,3 @@
module Middleman module Middleman
VERSION = "2.0.16" VERSION = "2.0.16.1"
end end

View file

@ -54,7 +54,7 @@ eos
s.add_dependency("padrino-core", ["0.10.6"]) s.add_dependency("padrino-core", ["0.10.6"])
s.add_dependency("padrino-helpers", ["0.10.6"]) s.add_dependency("padrino-helpers", ["0.10.6"])
s.add_dependency("eventmachine", ["1.0.0.beta.3"]) s.add_dependency("eventmachine", ["1.0.0.rc.4"])
s.add_dependency("win32-process", ["~> 0.6.5"]) s.add_dependency("win32-process", ["~> 0.6.5"])
s.add_dependency("rb-fchange") s.add_dependency("rb-fchange")