File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ Resque Scheduler authors
4040- Jonathan Hyman
4141- Jonathan Owens
4242- Jordan Gardner
43+ - Justin Hart
4344- Joshua Szmajda
4445- Justin Weiss
4546- Les Hill
Original file line number Diff line number Diff line change 22
33module Resque
44 module Scheduler
5- VERSION = '4.11 .0' . freeze
5+ VERSION = '4.12 .0' . freeze
66 end
77end
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Gem::Specification.new do |spec|
1313 Dan Buch
1414 Michael Bianco
1515 Patrick Tulskie
16+ Justin Hart
1617 EOF
1718 spec . email = %w[
1819 bvandenbos@gmail.com
@@ -21,6 +22,7 @@ Gem::Specification.new do |spec|
2122 dan@meatballhat.com
2223 mike@mikebian.co
2324 patricktulskie@gmail.com
25+ jhart@onyxraven.com
2426 ]
2527 spec . summary = 'Light weight job scheduling on top of Resque'
2628 spec . description = <<-DESCRIPTION
You can’t perform that action at this time.
0 commit comments