mirror of
https://github.com/seejohnrun/haste-client.git
synced 2025-12-12 23:05:56 +00:00
Merge pull request #13 from zertrin/master
Make HTTPS support to actually work (require 'net/https')
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
require 'json'
|
||||
require 'net/http'
|
||||
require 'net/https'
|
||||
require 'uri'
|
||||
|
||||
module Haste
|
||||
|
||||
Reference in New Issue
Block a user