1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2025-12-17 17:21:29 +00:00

3 Commits

Author SHA1 Message Date
John Crepezzi
e6532aa100 Bump to 0.1.6 2013-06-03 12:37:39 -04:00
John Crepezzi
82d191fc5e Merge pull request #13 from zertrin/master
Make HTTPS support to actually work (require 'net/https')
2013-06-03 09:36:29 -07:00
zertrin
2ef8f926af Make HTTPS support to actually work (require 'net/https') 2013-06-02 02:03:55 +02:00
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -1,5 +1,5 @@
module Haste
VERSION = '0.1.5'
VERSION = '0.1.6'
end