lib/c2dm.rb in c2dm-0.2.1 vs lib/c2dm.rb in c2dm-0.2.2
- old
+ new
@@ -6,10 +6,10 @@
default_timeout 30
attr_accessor :timeout, :auth_token
AUTH_URL = 'https://www.google.com/accounts/ClientLogin'
- PUSH_URL = 'http://android.apis.google.com/c2dm/send' # Work around expired/bad SSL cert...
+ PUSH_URL = 'https://android.apis.google.com/c2dm/send'
class << self
attr_accessor :auth_token
def authenticate!(username, password, source = nil)