pubnub 3.5.12 → 3.5.14
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of pubnub might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +3 -3
- data/VERSION +1 -1
- data/lib/pubnub/version.rb +1 -1
- data/pubnub.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 660d6dd29b63df106cf2a7719c29e274283ba7a9
|
4
|
+
data.tar.gz: 3141ecfc359a73510595e510726dba69a22e672f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2494f66751ab071e70b5b8904ca1b0e747f5053bdfa6c2f98879a6c688a8ab10dfadadf6f37c14bc9c2772189dc12f7fdad2ce79669a20e9781cad0e7b444f16
|
7
|
+
data.tar.gz: 3efc6edf1da10df62a38c24b40392806e4f9e4dda7dea7190191a00543a1bb0f1cbe5800c8e2101b6be7565173bf0399ae5a38e90da7827ffeefe356c43ec316
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -3,17 +3,17 @@
|
|
3
3
|
##### YOU MUST HAVE A PUBNUB ACCOUNT TO USE THE API.
|
4
4
|
##### http://www.pubnub.com/account
|
5
5
|
|
6
|
-
## PubNub Gem version 3.5.
|
6
|
+
## PubNub Gem version 3.5.14
|
7
7
|
|
8
8
|
www.pubnub.com - PubNub Real-time Push Service in the Cloud.
|
9
9
|
|
10
10
|
The PubNub Network is a blazingly fast Global Messaging Service for building real-time web and mobile apps. Thousands of apps and developers rely on PubNub for delivering human-perceptive real-time experiences that scale to millions of users worldwide. PubNub delivers the infrastructure needed to build amazing Mobile, MMO games, social apps, business collaborative solutions, and more.
|
11
11
|
|
12
12
|
### Upgrading from PubNub 3.3.x and Earlier
|
13
|
-
PubNub 3.5.
|
13
|
+
PubNub 3.5.14 is NOT compatible with earlier than 3.4 versions of Pubnub Ruby Client.
|
14
14
|
|
15
15
|
### Upgrading from PubNub 3.4
|
16
|
-
PubNub 3.5.
|
16
|
+
PubNub 3.5.14 is compatible with 3.4 version.
|
17
17
|
|
18
18
|
#### Asynchronous vs Synchronous Responses
|
19
19
|
Every event you will fire could be fired asynchronous or synchonous just by passing
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.5.
|
1
|
+
3.5.14
|
data/lib/pubnub/version.rb
CHANGED
data/pubnub.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = 'pubnub'
|
5
|
-
s.version = '3.5.
|
5
|
+
s.version = '3.5.14'
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ['PubNub']
|
9
|
-
s.date = '2014-10-
|
9
|
+
s.date = '2014-10-14'
|
10
10
|
s.description = 'Ruby anywhere in the world in 250ms with PubNub!'
|
11
11
|
s.email = 'support@pubnub.com'
|
12
12
|
s.files = `git ls-files`.split("\n")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pubnub
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.5.
|
4
|
+
version: 3.5.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PubNub
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-10-
|
11
|
+
date: 2014-10-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: eventmachine
|