pubnub 4.0.15 → 4.0.16

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.

Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/.pubnub.yml +7 -0
  3. data/CHANGELOG.md +3 -0
  4. data/Gemfile.lock +5 -7
  5. data/VERSION +1 -1
  6. data/fixtures/vcr_cassettes/examples/leave/0.yml +5 -5
  7. data/fixtures/vcr_cassettes/examples/leave/1.yml +5 -5
  8. data/fixtures/vcr_cassettes/examples/leave/10.yml +6 -6
  9. data/fixtures/vcr_cassettes/examples/leave/11.yml +6 -6
  10. data/fixtures/vcr_cassettes/examples/leave/12.yml +5 -5
  11. data/fixtures/vcr_cassettes/examples/leave/13.yml +6 -6
  12. data/fixtures/vcr_cassettes/examples/leave/14.yml +6 -6
  13. data/fixtures/vcr_cassettes/examples/leave/15.yml +5 -5
  14. data/fixtures/vcr_cassettes/examples/leave/16.yml +5 -5
  15. data/fixtures/vcr_cassettes/examples/leave/17.yml +5 -5
  16. data/fixtures/vcr_cassettes/examples/leave/18.yml +6 -6
  17. data/fixtures/vcr_cassettes/examples/leave/19.yml +5 -5
  18. data/fixtures/vcr_cassettes/examples/leave/2.yml +5 -5
  19. data/fixtures/vcr_cassettes/examples/leave/20.yml +5 -5
  20. data/fixtures/vcr_cassettes/examples/leave/21.yml +6 -6
  21. data/fixtures/vcr_cassettes/examples/leave/22.yml +5 -5
  22. data/fixtures/vcr_cassettes/examples/leave/23.yml +5 -5
  23. data/fixtures/vcr_cassettes/examples/leave/24.yml +5 -5
  24. data/fixtures/vcr_cassettes/examples/leave/25.yml +5 -5
  25. data/fixtures/vcr_cassettes/examples/leave/26.yml +5 -5
  26. data/fixtures/vcr_cassettes/examples/leave/27.yml +6 -6
  27. data/fixtures/vcr_cassettes/examples/leave/28.yml +6 -6
  28. data/fixtures/vcr_cassettes/examples/leave/29.yml +6 -6
  29. data/fixtures/vcr_cassettes/examples/leave/3.yml +5 -5
  30. data/fixtures/vcr_cassettes/examples/leave/30.yml +5 -5
  31. data/fixtures/vcr_cassettes/examples/leave/31.yml +5 -5
  32. data/fixtures/vcr_cassettes/examples/leave/32.yml +6 -6
  33. data/fixtures/vcr_cassettes/examples/leave/33.yml +5 -5
  34. data/fixtures/vcr_cassettes/examples/leave/34.yml +6 -6
  35. data/fixtures/vcr_cassettes/examples/leave/35.yml +5 -5
  36. data/fixtures/vcr_cassettes/examples/leave/4.yml +5 -5
  37. data/fixtures/vcr_cassettes/examples/leave/5.yml +5 -5
  38. data/fixtures/vcr_cassettes/examples/leave/6.yml +5 -5
  39. data/fixtures/vcr_cassettes/examples/leave/7.yml +5 -5
  40. data/fixtures/vcr_cassettes/examples/leave/8.yml +6 -6
  41. data/fixtures/vcr_cassettes/examples/leave/9.yml +6 -6
  42. data/lib/pubnub/events/leave.rb +6 -0
  43. data/lib/pubnub/events/publish.rb +2 -2
  44. data/lib/pubnub/version.rb +1 -1
  45. data/spec/examples/leave_examples_spec.rb +36 -36
  46. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bffc021ca7201981746956abf292ae8f12963964
4
- data.tar.gz: 3aec5abe0bd03c8e8b2b834a81e03f8f9d82dee6
3
+ metadata.gz: 2a03bb3175bf79be44eef365fcf281c9a2590459
4
+ data.tar.gz: 0ce8b0a7bf3b55baf9e7f66ca8026e525a254403
5
5
  SHA512:
6
- metadata.gz: 862f1901f0da2c48f84d70c91d0544110df725fb56ab3914088593cd65f384fdabcc6284de6eab6952ede34ae9a09a4052383a3a2f27c844d04854de2cb16704
7
- data.tar.gz: 7bc373fec98a0dec74d5b84cb50a737df7748b5097aae6e533d9cd23ac017246a012048aeea4a53e3a1eb28a63123613bff67330fa31b82520f5853c1c60003c
6
+ metadata.gz: dc52290003ad65a93a7cea5c5326200c97d2ed6f59ecad1ac80b85a0bec8f27e0201553062ffbbfae9982f7a4044f2e9b8471ee60c0ab01944f4edd3ac3b52c2
7
+ data.tar.gz: bd45e341b5e11d3f974c4c033ff4420e691c959a7df5e2edc9a42c3b93dbe4aeebcaba4a75408330f44ef71ababd982209fba2b11cca6be097a789ef7989f471
data/.pubnub.yml CHANGED
@@ -1,5 +1,12 @@
1
1
  ---
2
2
  changelog:
3
+ -
4
+ changes:
5
+ -
6
+ text: "Fixed missing channel group parameter in leave event"
7
+ type: bugfix
8
+ date: ~
9
+ version: v4.0.16
3
10
  -
4
11
  changes:
5
12
  -
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ##### 4.0.16
2
+ * Fixed missing channel group parameter in Leave event
3
+
1
4
  ##### 4.0.15
2
5
  * Fixed PAM signature when some special characters are present
3
6
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pubnub (4.0.13)
4
+ pubnub (4.0.15)
5
5
  celluloid (~> 0.17)
6
6
  dry-validation (~> 0.10)
7
7
  httpclient (~> 2.8)
@@ -38,28 +38,27 @@ GEM
38
38
  url
39
39
  coderay (1.1.0)
40
40
  concurrent-ruby (1.0.2)
41
- concurrent-ruby (1.0.2-java)
42
41
  crack (0.4.2)
43
42
  safe_yaml (~> 1.0.0)
44
43
  diff-lcs (1.2.5)
45
44
  docile (1.1.5)
46
- dry-configurable (0.1.7)
45
+ dry-configurable (0.3.0)
47
46
  concurrent-ruby (~> 1.0)
48
47
  dry-container (0.5.0)
49
48
  concurrent-ruby (~> 1.0)
50
49
  dry-configurable (~> 0.1, >= 0.1.3)
51
- dry-core (0.1.0)
50
+ dry-core (0.2.0)
52
51
  concurrent-ruby (~> 1.0)
53
52
  dry-equalizer (0.2.0)
54
53
  dry-logic (0.4.0)
55
54
  dry-container (~> 0.2, >= 0.2.6)
56
55
  dry-core (~> 0.1)
57
56
  dry-equalizer (~> 0.2)
58
- dry-types (0.9.0)
57
+ dry-types (0.9.2)
59
58
  concurrent-ruby (~> 1.0)
60
59
  dry-configurable (~> 0.1)
61
60
  dry-container (~> 0.3)
62
- dry-core (~> 0.1)
61
+ dry-core (~> 0.2)
63
62
  dry-equalizer (~> 0.2)
64
63
  dry-logic (~> 0.4, >= 0.4.0)
65
64
  inflecto (~> 0.0.0, >= 0.0.2)
@@ -73,7 +72,6 @@ GEM
73
72
  dry-types (~> 0.9, >= 0.9.0)
74
73
  ffi (1.9.10-java)
75
74
  hitimes (1.2.4)
76
- hitimes (1.2.4-java)
77
75
  httpclient (2.8.2.4)
78
76
  inflecto (0.0.2)
79
77
  json (2.0.2)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.0.15
1
+ 4.0.16
@@ -2,24 +2,24 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://pubsub.pubnub.com/v2/presence/sub-key/sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f/channel/demo,demo/leave?auth=ruby-test-auth-client-one&pnsdk=PubNub-Ruby/4.0.0&uuid=ruby-test-uuid-client-one
5
+ uri: http://pubsub.pubnub.com/v2/presence/sub-key/sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f/channel/demo,demo/leave?auth=ruby-test-auth-client-one&pnsdk=PubNub-Ruby/4.0.15&uuid=ruby-test-uuid-client-one
6
6
  body:
7
7
  encoding: UTF-8
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - HTTPClient/1.0 (2.8.0, ruby 2.3.0 (2015-12-25))
11
+ - HTTPClient/1.0 (2.8.2.4, ruby 2.3.2 (2016-11-15))
12
12
  Accept:
13
13
  - "*/*"
14
14
  Date:
15
- - Wed, 25 May 2016 15:15:31 GMT
15
+ - Tue, 22 Nov 2016 21:44:30 GMT
16
16
  response:
17
17
  status:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Wed, 25 May 2016 15:15:32 GMT
22
+ - Tue, 22 Nov 2016 21:44:30 GMT
23
23
  Content-Type:
24
24
  - text/javascript; charset="UTF-8"
25
25
  Content-Length:
@@ -42,5 +42,5 @@ http_interactions:
42
42
  encoding: UTF-8
43
43
  string: '{"status": 200, "action": "leave", "message": "OK", "service": "Presence"}'
44
44
  http_version:
45
- recorded_at: Wed, 25 May 2016 15:15:32 GMT
45
+ recorded_at: Tue, 22 Nov 2016 21:44:30 GMT
46
46
  recorded_with: VCR 3.0.1
@@ -2,24 +2,24 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://pubsub.pubnub.com/v2/presence/sub-key/sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f/channel/demo,demo/leave?auth=ruby-test-auth-client-one&pnsdk=PubNub-Ruby/4.0.0&uuid=ruby-test-uuid-client-one
5
+ uri: http://pubsub.pubnub.com/v2/presence/sub-key/sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f/channel/demo,demo/leave?auth=ruby-test-auth-client-one&pnsdk=PubNub-Ruby/4.0.15&uuid=ruby-test-uuid-client-one
6
6
  body:
7
7
  encoding: UTF-8
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - HTTPClient/1.0 (2.8.0, ruby 2.3.0 (2015-12-25))
11
+ - HTTPClient/1.0 (2.8.2.4, ruby 2.3.2 (2016-11-15))
12
12
  Accept:
13
13
  - "*/*"
14
14
  Date:
15
- - Wed, 25 May 2016 15:15:32 GMT
15
+ - Tue, 22 Nov 2016 21:44:31 GMT
16
16
  response:
17
17
  status:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Wed, 25 May 2016 15:15:32 GMT
22
+ - Tue, 22 Nov 2016 21:44:31 GMT
23
23
  Content-Type:
24
24
  - text/javascript; charset="UTF-8"
25
25
  Content-Length:
@@ -42,5 +42,5 @@ http_interactions:
42
42
  encoding: UTF-8
43
43
  string: '{"status": 200, "action": "leave", "message": "OK", "service": "Presence"}'
44
44
  http_version:
45
- recorded_at: Wed, 25 May 2016 15:15:32 GMT
45
+ recorded_at: Tue, 22 Nov 2016 21:44:31 GMT
46
46
  recorded_with: VCR 3.0.1
@@ -2,24 +2,24 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://pubsub.pubnub.com/v2/presence/sub-key/sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f/channel/demo/leave?auth=ruby-test-auth-client-one&pnsdk=PubNub-Ruby/4.0.0&uuid=ruby-test-uuid-client-one
5
+ uri: http://pubsub.pubnub.com/v2/presence/sub-key/sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f/channel/demo/leave?auth=ruby-test-auth-client-one&pnsdk=PubNub-Ruby/4.0.15&uuid=ruby-test-uuid-client-one
6
6
  body:
7
7
  encoding: UTF-8
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - HTTPClient/1.0 (2.8.0, ruby 2.3.0 (2015-12-25))
11
+ - HTTPClient/1.0 (2.8.2.4, ruby 2.3.2 (2016-11-15))
12
12
  Accept:
13
13
  - "*/*"
14
14
  Date:
15
- - Wed, 25 May 2016 15:15:28 GMT
15
+ - Tue, 22 Nov 2016 21:44:29 GMT
16
16
  response:
17
17
  status:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Wed, 25 May 2016 15:15:28 GMT
22
+ - Tue, 22 Nov 2016 21:44:29 GMT
23
23
  Content-Type:
24
24
  - text/javascript; charset="UTF-8"
25
25
  Content-Length:
@@ -35,12 +35,12 @@ http_interactions:
35
35
  Accept-Ranges:
36
36
  - bytes
37
37
  Age:
38
- - '0'
38
+ - '1'
39
39
  Server:
40
40
  - Pubnub Presence
41
41
  body:
42
42
  encoding: UTF-8
43
43
  string: '{"status": 200, "action": "leave", "message": "OK", "service": "Presence"}'
44
44
  http_version:
45
- recorded_at: Wed, 25 May 2016 15:15:28 GMT
45
+ recorded_at: Tue, 22 Nov 2016 21:44:29 GMT
46
46
  recorded_with: VCR 3.0.1
@@ -2,24 +2,24 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://pubsub.pubnub.com/v2/presence/sub-key/sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f/channel/demo/leave?auth=ruby-test-auth-client-one&pnsdk=PubNub-Ruby/4.0.0&uuid=ruby-test-uuid-client-one
5
+ uri: http://pubsub.pubnub.com/v2/presence/sub-key/sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f/channel/demo/leave?auth=ruby-test-auth-client-one&pnsdk=PubNub-Ruby/4.0.15&uuid=ruby-test-uuid-client-one
6
6
  body:
7
7
  encoding: UTF-8
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - HTTPClient/1.0 (2.8.0, ruby 2.3.0 (2015-12-25))
11
+ - HTTPClient/1.0 (2.8.2.4, ruby 2.3.2 (2016-11-15))
12
12
  Accept:
13
13
  - "*/*"
14
14
  Date:
15
- - Wed, 25 May 2016 15:15:27 GMT
15
+ - Tue, 22 Nov 2016 21:44:29 GMT
16
16
  response:
17
17
  status:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Wed, 25 May 2016 15:15:27 GMT
22
+ - Tue, 22 Nov 2016 21:44:29 GMT
23
23
  Content-Type:
24
24
  - text/javascript; charset="UTF-8"
25
25
  Content-Length:
@@ -35,12 +35,12 @@ http_interactions:
35
35
  Accept-Ranges:
36
36
  - bytes
37
37
  Age:
38
- - '3'
38
+ - '1'
39
39
  Server:
40
40
  - Pubnub Presence
41
41
  body:
42
42
  encoding: UTF-8
43
43
  string: '{"status": 200, "action": "leave", "message": "OK", "service": "Presence"}'
44
44
  http_version:
45
- recorded_at: Wed, 25 May 2016 15:15:27 GMT
45
+ recorded_at: Tue, 22 Nov 2016 21:44:29 GMT
46
46
  recorded_with: VCR 3.0.1
@@ -2,24 +2,24 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://pubsub.pubnub.com/v2/presence/sub-key/sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f/channel/demo/leave?auth=ruby-test-auth-client-one&pnsdk=PubNub-Ruby/4.0.0&uuid=ruby-test-uuid-client-one
5
+ uri: http://pubsub.pubnub.com/v2/presence/sub-key/sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f/channel/demo/leave?auth=ruby-test-auth-client-one&pnsdk=PubNub-Ruby/4.0.15&uuid=ruby-test-uuid-client-one
6
6
  body:
7
7
  encoding: UTF-8
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - HTTPClient/1.0 (2.8.0, ruby 2.3.0 (2015-12-25))
11
+ - HTTPClient/1.0 (2.8.2.4, ruby 2.3.2 (2016-11-15))
12
12
  Accept:
13
13
  - "*/*"
14
14
  Date:
15
- - Wed, 25 May 2016 15:15:26 GMT
15
+ - Tue, 22 Nov 2016 21:44:28 GMT
16
16
  response:
17
17
  status:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Wed, 25 May 2016 15:15:26 GMT
22
+ - Tue, 22 Nov 2016 21:44:28 GMT
23
23
  Content-Type:
24
24
  - text/javascript; charset="UTF-8"
25
25
  Content-Length:
@@ -42,5 +42,5 @@ http_interactions:
42
42
  encoding: UTF-8
43
43
  string: '{"status": 200, "action": "leave", "message": "OK", "service": "Presence"}'
44
44
  http_version:
45
- recorded_at: Wed, 25 May 2016 15:15:26 GMT
45
+ recorded_at: Tue, 22 Nov 2016 21:44:28 GMT
46
46
  recorded_with: VCR 3.0.1
@@ -2,24 +2,24 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://pubsub.pubnub.com/v2/presence/sub-key/sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f/channel/demo/leave?auth=ruby-test-auth-client-one&pnsdk=PubNub-Ruby/4.0.0&uuid=ruby-test-uuid-client-one
5
+ uri: http://pubsub.pubnub.com/v2/presence/sub-key/sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f/channel/demo/leave?auth=ruby-test-auth-client-one&pnsdk=PubNub-Ruby/4.0.15&uuid=ruby-test-uuid-client-one
6
6
  body:
7
7
  encoding: UTF-8
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - HTTPClient/1.0 (2.8.0, ruby 2.3.0 (2015-12-25))
11
+ - HTTPClient/1.0 (2.8.2.4, ruby 2.3.2 (2016-11-15))
12
12
  Accept:
13
13
  - "*/*"
14
14
  Date:
15
- - Wed, 25 May 2016 15:15:26 GMT
15
+ - Tue, 22 Nov 2016 21:44:29 GMT
16
16
  response:
17
17
  status:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Wed, 25 May 2016 15:15:26 GMT
22
+ - Tue, 22 Nov 2016 21:44:29 GMT
23
23
  Content-Type:
24
24
  - text/javascript; charset="UTF-8"
25
25
  Content-Length:
@@ -35,12 +35,12 @@ http_interactions:
35
35
  Accept-Ranges:
36
36
  - bytes
37
37
  Age:
38
- - '2'
38
+ - '1'
39
39
  Server:
40
40
  - Pubnub Presence
41
41
  body:
42
42
  encoding: UTF-8
43
43
  string: '{"status": 200, "action": "leave", "message": "OK", "service": "Presence"}'
44
44
  http_version:
45
- recorded_at: Wed, 25 May 2016 15:15:26 GMT
45
+ recorded_at: Tue, 22 Nov 2016 21:44:29 GMT
46
46
  recorded_with: VCR 3.0.1
@@ -2,24 +2,24 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://pubsub.pubnub.com/v2/presence/sub-key/sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f/channel/demo/leave?auth=ruby-test-auth-client-one&pnsdk=PubNub-Ruby/4.0.0&uuid=ruby-test-uuid-client-one
5
+ uri: http://pubsub.pubnub.com/v2/presence/sub-key/sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f/channel/demo/leave?auth=ruby-test-auth-client-one&pnsdk=PubNub-Ruby/4.0.15&uuid=ruby-test-uuid-client-one
6
6
  body:
7
7
  encoding: UTF-8
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - HTTPClient/1.0 (2.8.0, ruby 2.3.0 (2015-12-25))
11
+ - HTTPClient/1.0 (2.8.2.4, ruby 2.3.2 (2016-11-15))
12
12
  Accept:
13
13
  - "*/*"
14
14
  Date:
15
- - Wed, 25 May 2016 15:15:26 GMT
15
+ - Tue, 22 Nov 2016 21:44:28 GMT
16
16
  response:
17
17
  status:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Wed, 25 May 2016 15:15:26 GMT
22
+ - Tue, 22 Nov 2016 21:44:28 GMT
23
23
  Content-Type:
24
24
  - text/javascript; charset="UTF-8"
25
25
  Content-Length:
@@ -35,12 +35,12 @@ http_interactions:
35
35
  Accept-Ranges:
36
36
  - bytes
37
37
  Age:
38
- - '1'
38
+ - '0'
39
39
  Server:
40
40
  - Pubnub Presence
41
41
  body:
42
42
  encoding: UTF-8
43
43
  string: '{"status": 200, "action": "leave", "message": "OK", "service": "Presence"}'
44
44
  http_version:
45
- recorded_at: Wed, 25 May 2016 15:15:26 GMT
45
+ recorded_at: Tue, 22 Nov 2016 21:44:28 GMT
46
46
  recorded_with: VCR 3.0.1
@@ -2,24 +2,24 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://pubsub.pubnub.com/v2/presence/sub-key/sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f/channel/demo/leave?auth=ruby-test-auth-client-one&pnsdk=PubNub-Ruby/4.0.0&uuid=ruby-test-uuid-client-one
5
+ uri: http://pubsub.pubnub.com/v2/presence/sub-key/sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f/channel/demo/leave?auth=ruby-test-auth-client-one&pnsdk=PubNub-Ruby/4.0.15&uuid=ruby-test-uuid-client-one
6
6
  body:
7
7
  encoding: UTF-8
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - HTTPClient/1.0 (2.8.0, ruby 2.3.0 (2015-12-25))
11
+ - HTTPClient/1.0 (2.8.2.4, ruby 2.3.2 (2016-11-15))
12
12
  Accept:
13
13
  - "*/*"
14
14
  Date:
15
- - Wed, 25 May 2016 15:15:24 GMT
15
+ - Tue, 22 Nov 2016 21:44:27 GMT
16
16
  response:
17
17
  status:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Wed, 25 May 2016 15:15:25 GMT
22
+ - Tue, 22 Nov 2016 21:44:28 GMT
23
23
  Content-Type:
24
24
  - text/javascript; charset="UTF-8"
25
25
  Content-Length:
@@ -42,5 +42,5 @@ http_interactions:
42
42
  encoding: UTF-8
43
43
  string: '{"status": 200, "action": "leave", "message": "OK", "service": "Presence"}'
44
44
  http_version:
45
- recorded_at: Wed, 25 May 2016 15:15:25 GMT
45
+ recorded_at: Tue, 22 Nov 2016 21:44:28 GMT
46
46
  recorded_with: VCR 3.0.1
@@ -2,24 +2,24 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://pubsub.pubnub.com/v2/presence/sub-key/sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f/channel/demo/leave?auth=ruby-test-auth-client-one&pnsdk=PubNub-Ruby/4.0.0&uuid=ruby-test-uuid-client-one
5
+ uri: http://pubsub.pubnub.com/v2/presence/sub-key/sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f/channel/demo/leave?auth=ruby-test-auth-client-one&pnsdk=PubNub-Ruby/4.0.15&uuid=ruby-test-uuid-client-one
6
6
  body:
7
7
  encoding: UTF-8
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - HTTPClient/1.0 (2.8.0, ruby 2.3.0 (2015-12-25))
11
+ - HTTPClient/1.0 (2.8.2.4, ruby 2.3.2 (2016-11-15))
12
12
  Accept:
13
13
  - "*/*"
14
14
  Date:
15
- - Wed, 25 May 2016 15:15:25 GMT
15
+ - Tue, 22 Nov 2016 21:44:28 GMT
16
16
  response:
17
17
  status:
18
18
  code: 200
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Wed, 25 May 2016 15:15:25 GMT
22
+ - Tue, 22 Nov 2016 21:44:28 GMT
23
23
  Content-Type:
24
24
  - text/javascript; charset="UTF-8"
25
25
  Content-Length:
@@ -42,5 +42,5 @@ http_interactions:
42
42
  encoding: UTF-8
43
43
  string: '{"status": 200, "action": "leave", "message": "OK", "service": "Presence"}'
44
44
  http_version:
45
- recorded_at: Wed, 25 May 2016 15:15:25 GMT
45
+ recorded_at: Tue, 22 Nov 2016 21:44:28 GMT
46
46
  recorded_with: VCR 3.0.1