This commit is contained in:
Thomas Reynolds 2013-01-22 23:14:35 -08:00
parent da39484767
commit 1af216240a
2 changed files with 1 additions and 4 deletions

View file

@ -1,5 +1,5 @@
module Middleman
# Current Version
# @return [String]
VERSION = '3.0.10' unless const_defined?(:VERSION)
VERSION = '3.0.11' unless const_defined?(:VERSION)
end

View file

@ -35,7 +35,4 @@ Gem::Specification.new do |s|
# Watcher
s.add_dependency("listen", ["~> 0.5.2"])
s.add_dependency("wdm", ["~> 0.0.3"]) # Windows
# Detect binary
s.add_dependency('win32-file', '>= 0.5.4')
end