Skip to content

Commit

Permalink
update require
Browse files Browse the repository at this point in the history
  • Loading branch information
parikshit223933 committed Mar 3, 2023
1 parent a5ab5f5 commit c38c24a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions lib/resque-staggered.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require 'resque/staggered'
require 'resque/staggered/version'
1 change: 0 additions & 1 deletion lib/resque/staggered.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,3 @@ def queue
end
end
end
Resque.prepend(Resque::Staggered)
2 changes: 1 addition & 1 deletion lib/resque/staggered/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Resque
module Stagger
VERSION = "1.0.2"
VERSION = "1.0.3"
end
end

0 comments on commit c38c24a

Please sign in to comment.