Skip to content

Commit 0ca447a

Browse files
committed
bump ibotta-specific tag
1 parent 2beedd3 commit 0ca447a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,4 @@ Resque Scheduler authors
9090
- serek
9191
- iloveitaly
9292
- treacher
93+
- Justin Hart

lib/resque/scheduler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Resque
44
module Scheduler
5-
VERSION = '4.11.0'.freeze
5+
VERSION = '4.12.1'.freeze
66
end
77
end

resque-scheduler.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
@@ -21,6 +22,7 @@ Gem::Specification.new do |spec|
2122
2223
2324
25+
2426
)
2527
spec.summary = 'Light weight job scheduling on top of Resque'
2628
spec.description = <<-DESCRIPTION

0 commit comments

Comments
 (0)