lib/middleman-deploy/extension.rb in middleman-deploy-0.1.3 vs lib/middleman-deploy/extension.rb in middleman-deploy-0.1.4
- old
+ new
@@ -3,10 +3,10 @@
# Extension namespace
module Middleman
module Deploy
- class Options < Struct.new(:whatisthis, :method, :host, :port, :user, :password, :path, :clean, :remote, :branch, :build_before); end
+ class Options < Struct.new(:whatisthis, :method, :host, :port, :user, :password, :path, :clean, :remote, :branch, :build_before, :flags); end
class << self
def options
@@options