pusher-client 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +2 -11
- data/Gemfile.lock +31 -17
- data/README.rdoc +8 -1
- data/Rakefile +1 -31
- data/certs/cacert.pem +3825 -0
- data/examples/hello_pusher.rb +1 -1
- data/lib/pusher-client/socket.rb +62 -16
- data/lib/pusher-client/websocket.rb +20 -0
- data/pusher-client.gemspec +13 -36
- data/test/teststrap.rb +1 -1
- metadata +106 -111
- data/VERSION +0 -1
data/VERSION
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
0.2.1
|