Commit 99d96910 by Victor Wang

修改 gemfile 的引入方式

parent 4d1a2565
module IGeTui
VERSION = "1.0.0"
VERSION = "1.0.2"
end
......@@ -6,7 +6,7 @@ require 'digest/md5'
require 'base64'
module IGeTui
class << self
extend self
extend Forwardable
API_URL = "http://sdk.open.api.igexin.com/apiex.htm"
......@@ -24,7 +24,6 @@ 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