From 963441b1262326e4f22e6653c90d20b2c4a063a7 Mon Sep 17 00:00:00 2001 From: vladfaust Date: Tue, 20 Oct 2015 20:23:14 +0300 Subject: [PATCH] Minor changes --- Gemfile | 2 +- Gemfile.lock | 2 +- config.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f073ecd..8614626 100644 --- a/Gemfile +++ b/Gemfile @@ -19,4 +19,4 @@ gem 'sass' gem 'haml' gem 'coffee-script' -gem 'middleman-deploy', '~> 1.0' \ No newline at end of file +gem 'middleman-deploy' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index ebe1aab..c246221 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -150,7 +150,7 @@ DEPENDENCIES haml jquery-middleman middleman (~> 3.4.0) - middleman-deploy (~> 1.0) + middleman-deploy middleman-livereload (~> 3.1.0) sass tzinfo-data diff --git a/config.rb b/config.rb index 30fd685..a578785 100644 --- a/config.rb +++ b/config.rb @@ -72,7 +72,7 @@ configure :build do end activate :deploy do |deploy| - deploy.deploy_method = :git + deploy.method = :git # Optional Settings # deploy.remote = 'custom-remote' # remote name or git url, default: origin deploy.branch = 'master' # default: gh-pages