1
0
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:
John Crepezzi
2013-06-03 09:36:29 -07:00

View File

@@ -1,5 +1,6 @@
require 'json'
require 'net/http'
require 'net/https'
require 'uri'
module Haste