Skip to content

Commit

Permalink
No longer need the autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttam committed Mar 9, 2010
1 parent 83ba8f7 commit eaa9069
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/resque-throttle.rb
@@ -1,5 +1,3 @@
require "resque/resque"
require "resque/throttle"
require "resque/throttled_job"

autoload :ThrottledJob, "resque/throttled_job"
2 changes: 1 addition & 1 deletion resque-throttle.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{resque-throttle}
s.version = "0.2.17"
s.version = "0.2.18"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Scott J. Tamosunas"]
Expand Down

0 comments on commit eaa9069

Please sign in to comment.