Skip to content

Commit

Permalink
ensure that Addressable::URI::HTTPS = URI::HTTPS. serious hacks until…
Browse files Browse the repository at this point in the history
… ARes can support the addressable gem
  • Loading branch information
technoweenie committed Oct 17, 2008
1 parent 8836606 commit 459d6e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/lighthouse.rb
Expand Up @@ -4,6 +4,7 @@
require 'uri'
require 'addressable/uri'
puts "Replacing URI with Addressable::URI"
Addressable::URI::HTTPS = URI::HTTPS
URI = Addressable::URI
rescue LoadError
puts "Install the Addressable gem to support accounts with subdomains."
Expand Down

0 comments on commit 459d6e0

Please sign in to comment.