kobakei / unity-gcm

Unity plugin for Google Cloud Messaging (GCM)
59 stars 34 forks source link

gcm #17

Open Bestlis opened 9 years ago

Bestlis commented 9 years ago

Hello! Before, I never worked with ruby. I try to execute ruby script, but I get error:

c:\RubyFiles>ruby notif.rb c:/Ruby22/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in require': ca nnot load such file -- gcm (LoadError) from c:/Ruby22/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in require' from notif.rb:1:in `

'

Where can I get file gcm?

tkowalski commented 9 years ago

Probably you solved problem but for others (I never worked with ruby too so did some research). It's missing ruby gem (package to handle Google Cloud Messaging -> gcm). You can install it by "sudo gem install gcm" (unix like OS, try to search it for windows). It worked for me (OSX).

Bestlis commented 9 years ago

Hello!

Thanks fo reply! I wrote php client.

2015-03-26 11:23 GMT+02:00 tkowalski notifications@github.com:

Probably you solved problem but for others (I never worked with ruby too so did some research). It's missing ruby gem (package to handle Google Cloud Messaging -> gcm). You can install it by "sudo gem install gcm" (unix like OS, try to search it for windows). It worked for me (OSX).

— Reply to this email directly or view it on GitHub https://github.com/kobakei/unity-gcm/issues/17#issuecomment-86418783.