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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c15d5fde37638760fccbc2906afaa237e8468aa6
4
- data.tar.gz: 408c0bde5fd6029aebaac4cabab9026b06a49693
3
+ metadata.gz: 660d6dd29b63df106cf2a7719c29e274283ba7a9
4
+ data.tar.gz: 3141ecfc359a73510595e510726dba69a22e672f
5
5
  SHA512:
6
- metadata.gz: 1be96f3f74713de1407736610bc79d56364b1cbf4dc7c42a3c73557b08929560b3c6555569b71fca6c74477a11a0bcc000010ae630a38ae570bbc968a791f915
7
- data.tar.gz: 4fbf29e7b8cc1571ca9c353081e2e15ca7f3213c07bbf65a6038bff6ff49fd1e138765a637ba17c1f147b2540b781d07e922e9fe37a7622719c11963e89b6cea
6
+ metadata.gz: 2494f66751ab071e70b5b8904ca1b0e747f5053bdfa6c2f98879a6c688a8ab10dfadadf6f37c14bc9c2772189dc12f7fdad2ce79669a20e9781cad0e7b444f16
7
+ data.tar.gz: 3efc6edf1da10df62a38c24b40392806e4f9e4dda7dea7190191a00543a1bb0f1cbe5800c8e2101b6be7565173bf0399ae5a38e90da7827ffeefe356c43ec316
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pubnub (3.5.12)
4
+ pubnub (3.5.14)
5
5
  eventmachine
6
6
  json
7
7
  net-http-persistent
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.12
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.12 is NOT compatible with earlier than 3.4 versions of Pubnub Ruby Client.
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.12 is compatible with 3.4 version.
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.12
1
+ 3.5.14
@@ -1,3 +1,3 @@
1
1
  module Pubnub
2
- VERSION = '3.5.12'
2
+ VERSION = '3.5.14'
3
3
  end
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'pubnub'
5
- s.version = '3.5.12'
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-08'
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.12
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-08 00:00:00.000000000 Z
11
+ date: 2014-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: eventmachine