Skip to content

Commit

Permalink
add require 'time' (#130)
Browse files Browse the repository at this point in the history
fixes NoMethodError: undefined method `httpdate' on line 65
  • Loading branch information
grahamkenville authored and kjg committed Oct 13, 2016
1 parent 489f0e3 commit 8b4cbde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/api_auth/request_drivers/net_http.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'time'
module ApiAuth
module RequestDrivers # :nodoc:
class NetHttpRequest # :nodoc:
Expand Down

0 comments on commit 8b4cbde

Please sign in to comment.