From 02811010cf62f1b21a06780d1e470d04bb24c50f Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Sat, 31 Oct 2015 08:21:38 -0400 Subject: removed unecessary files from git --- plugins/phonegap-plugin-push/example/server/pushGCM.rb | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 plugins/phonegap-plugin-push/example/server/pushGCM.rb (limited to 'plugins/phonegap-plugin-push/example/server/pushGCM.rb') diff --git a/plugins/phonegap-plugin-push/example/server/pushGCM.rb b/plugins/phonegap-plugin-push/example/server/pushGCM.rb deleted file mode 100644 index e1efce5e..00000000 --- a/plugins/phonegap-plugin-push/example/server/pushGCM.rb +++ /dev/null @@ -1,9 +0,0 @@ -require 'rubygems' -require 'pushmeup' -GCM.host = 'https://android.googleapis.com/gcm/send' -GCM.format = :json -GCM.key = "API_KEY_GOES_HERE" -destination = ["REGISTRATION_ID_GOES_HERE"] -data = {:message => "PhoneGap Build rocks!", :msgcnt => "1", :soundname => "beep.wav"} - -GCM.send_notification( destination, data) -- cgit v1.2.3