From 52d43e86063d2408099fc8d2ac04ac0bf55485e4 Mon Sep 17 00:00:00 2001 From: Dylan Markow Date: Mon, 17 Oct 2016 09:09:48 -0500 Subject: [PATCH] Release v0.2.3 --- Gemfile.lock | 22 ++++++++++++++-------- lib/capistrano-resque/version.rb | 2 +- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8cd9e95..99b08ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GIT PATH remote: . specs: - capistrano-resque (0.2.2) + capistrano-resque (0.2.3) capistrano resque resque-scheduler @@ -21,21 +21,25 @@ PATH GEM remote: http://rubygems.org/ specs: - capistrano (3.4.0) + airbrussh (1.1.1) + sshkit (>= 1.6.1, != 1.7.0) + capistrano (3.6.1) + airbrussh (>= 1.0.0) + capistrano-harrow i18n rake (>= 10.0.0) - sshkit (~> 1.3) - colorize (0.7.5) + sshkit (>= 1.9.0) + capistrano-harrow (0.5.3) i18n (0.7.0) mono_logger (1.1.0) multi_json (1.10.1) net-scp (1.2.1) net-ssh (>= 2.6.5) - net-ssh (2.9.2) + net-ssh (3.2.0) rack (1.5.2) rack-protection (1.5.3) rack - rake (10.4.2) + rake (11.3.0) redis (3.1.0) redis-namespace (1.5.1) redis (~> 3.0, >= 3.0.4) @@ -50,8 +54,7 @@ GEM rack (~> 1.4) rack-protection (~> 1.4) tilt (~> 1.3, >= 1.3.4) - sshkit (1.7.1) - colorize (>= 0.7.0) + sshkit (1.11.3) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) thread_safe (0.3.4) @@ -68,3 +71,6 @@ DEPENDENCIES capistrano-resque! resque! resque-scheduler + +BUNDLED WITH + 1.13.4 diff --git a/lib/capistrano-resque/version.rb b/lib/capistrano-resque/version.rb index d43f066..f725a45 100644 --- a/lib/capistrano-resque/version.rb +++ b/lib/capistrano-resque/version.rb @@ -1,5 +1,5 @@ module CapistranoResque unless defined?(::CapistranoResque::VERSION) - VERSION = "0.2.2".freeze + VERSION = "0.2.3".freeze end end