Commit c8133d40 by Victor Wang

quick fix

parent 99d96910
......@@ -6,7 +6,7 @@ require 'digest/md5'
require 'base64'
module IGeTui
extend self
class << self
extend Forwardable
API_URL = "http://sdk.open.api.igexin.com/apiex.htm"
......@@ -24,6 +24,7 @@ module IGeTui
@pusher ||= IGeTui::Pusher.new(API_URL, app_id, api_key, master_secret)
end
end
end
require "igetui/version"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment