pubnub-ruby 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/pubnub-ruby.rb +1 -0
- metadata +2 -1
data/lib/pubnub-ruby.rb
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
require "./pubnub.rb"
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: pubnub-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.3
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Luke Carpenter
|
@@ -35,6 +35,7 @@ files:
|
|
35
35
|
- examples/history-example.rb
|
36
36
|
- examples/publish-example.rb
|
37
37
|
- examples/subscribe-example.rb
|
38
|
+
- lib/pubnub-ruby.rb
|
38
39
|
- lib/pubnub.rb
|
39
40
|
- tests/unit-test.rb
|
40
41
|
- README
|