Commit c8133d40 by Victor Wang

quick fix

parent 99d96910
...@@ -6,7 +6,7 @@ require 'digest/md5' ...@@ -6,7 +6,7 @@ require 'digest/md5'
require 'base64' require 'base64'
module IGeTui module IGeTui
extend self class << self
extend Forwardable extend Forwardable
API_URL = "http://sdk.open.api.igexin.com/apiex.htm" API_URL = "http://sdk.open.api.igexin.com/apiex.htm"
...@@ -24,6 +24,7 @@ module IGeTui ...@@ -24,6 +24,7 @@ module IGeTui
@pusher ||= IGeTui::Pusher.new(API_URL, app_id, api_key, master_secret) @pusher ||= IGeTui::Pusher.new(API_URL, app_id, api_key, master_secret)
end end
end
end end
require "igetui/version" 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