mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
prep
This commit is contained in:
parent
da39484767
commit
1af216240a
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue