Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Commit

Permalink
Release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarkow committed Oct 17, 2016
1 parent 824890a commit 52d43e8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,33 @@ GIT
PATH
remote: .
specs:
capistrano-resque (0.2.2)
capistrano-resque (0.2.3)
capistrano
resque
resque-scheduler

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)
Expand All @@ -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)
Expand All @@ -68,3 +71,6 @@ DEPENDENCIES
capistrano-resque!
resque!
resque-scheduler

BUNDLED WITH
1.13.4
2 changes: 1 addition & 1 deletion lib/capistrano-resque/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module CapistranoResque
unless defined?(::CapistranoResque::VERSION)
VERSION = "0.2.2".freeze
VERSION = "0.2.3".freeze
end
end

0 comments on commit 52d43e8

Please sign in to comment.