pubnub 4.0.9 → 4.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pubnub might be problematic. Click here for more details.

Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/.pubnub.yml +49 -3
  3. data/CHANGELOG.md +10 -0
  4. data/Gemfile.lock +2 -2
  5. data/VERSION +1 -1
  6. data/fixtures/vcr_cassettes/examples/status_request_message_count_exceeded.yml +1484 -0
  7. data/fixtures/vcr_cassettes/lib/super_admin/cg.yml +47 -0
  8. data/fixtures/vcr_cassettes/lib/super_admin/here_now.yml +47 -0
  9. data/fixtures/vcr_cassettes/lib/super_admin/history.yml +46 -0
  10. data/fixtures/vcr_cassettes/lib/super_admin/leave.yml +46 -0
  11. data/fixtures/vcr_cassettes/lib/super_admin/presence.yml +79 -0
  12. data/fixtures/vcr_cassettes/lib/super_admin/publish.yml +40 -0
  13. data/fixtures/vcr_cassettes/lib/super_admin/state.yml +47 -0
  14. data/fixtures/vcr_cassettes/lib/super_admin/subscribe.yml +77 -0
  15. data/fixtures/vcr_cassettes/lib/super_admin/time.yml +40 -0
  16. data/fixtures/vcr_cassettes/lib/super_admin/where_now.yml +47 -0
  17. data/lib/pubnub/client.rb +4 -0
  18. data/lib/pubnub/configuration.rb +2 -1
  19. data/lib/pubnub/constants.rb +2 -0
  20. data/lib/pubnub/event.rb +78 -20
  21. data/lib/pubnub/events/audit.rb +4 -0
  22. data/lib/pubnub/events/channel_registration.rb +3 -36
  23. data/lib/pubnub/events/grant.rb +4 -0
  24. data/lib/pubnub/events/heartbeat.rb +5 -38
  25. data/lib/pubnub/events/here_now.rb +5 -38
  26. data/lib/pubnub/events/history.rb +5 -38
  27. data/lib/pubnub/events/leave.rb +4 -39
  28. data/lib/pubnub/events/presence.rb +6 -0
  29. data/lib/pubnub/events/publish.rb +12 -45
  30. data/lib/pubnub/events/revoke.rb +4 -0
  31. data/lib/pubnub/events/set_state.rb +5 -33
  32. data/lib/pubnub/events/state.rb +5 -38
  33. data/lib/pubnub/events/subscribe.rb +6 -0
  34. data/lib/pubnub/events/time.rb +4 -37
  35. data/lib/pubnub/events/where_now.rb +4 -37
  36. data/lib/pubnub/formatter.rb +7 -5
  37. data/lib/pubnub/pam.rb +0 -18
  38. data/lib/pubnub/single_event.rb +0 -4
  39. data/lib/pubnub/subscribe_event.rb +3 -1
  40. data/lib/pubnub/subscribe_event/callbacks.rb +11 -0
  41. data/lib/pubnub/subscriber.rb +31 -0
  42. data/lib/pubnub/version.rb +1 -1
  43. data/spec/examples/channel_registration_examples_spec.rb +0 -1
  44. data/spec/examples/heartbeat_examples_spec.rb +0 -1
  45. data/spec/examples/here_now_examples_spec.rb +0 -1
  46. data/spec/examples/history_examples_spec.rb +0 -1
  47. data/spec/examples/leave_examples_spec.rb +0 -1
  48. data/spec/examples/presence_examples_spec.rb +0 -1
  49. data/spec/examples/publish_examples_spec.rb +0 -865
  50. data/spec/examples/revoke_examples_spec.rb +3888 -3888
  51. data/spec/examples/set_state_examples_spec.rb +0 -1
  52. data/spec/examples/state_examples_spec.rb +0 -1
  53. data/spec/examples/status_request_message_count_exceeded_spec.rb +41 -0
  54. data/spec/examples/subscribe_examples_spec.rb +0 -445
  55. data/spec/examples/time_examples_spec.rb +0 -1
  56. data/spec/examples/where_now_examples_spec.rb +0 -1
  57. data/spec/lib/events/channel_registration_spec.rb +0 -1
  58. data/spec/lib/events/heartbeat_spec.rb +0 -1
  59. data/spec/lib/events/here_now_spec.rb +0 -1
  60. data/spec/lib/events/history_spec.rb +0 -1
  61. data/spec/lib/events/leave_spec.rb +0 -1
  62. data/spec/lib/events/presence_spec.rb +0 -4
  63. data/spec/lib/events/publish_spec.rb +0 -3
  64. data/spec/lib/events/state_spec.rb +0 -1
  65. data/spec/lib/events/subscribe_spec.rb +0 -7
  66. data/spec/lib/events/time_spec.rb +0 -1
  67. data/spec/lib/events/timeout_handling_spec.rb +30 -0
  68. data/spec/lib/events/where_now_spec.rb +0 -1
  69. data/spec/lib/super_admin_spec.rb +166 -0
  70. data/spec/spec_helper.rb +5 -3
  71. metadata +33 -16
@@ -11,7 +11,6 @@ describe Pubnub::SetState do
11
11
  @pubnub = Pubnub.new(
12
12
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
13
13
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
14
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
15
14
  uuid: 'ruby-test-uuid-client-one',
16
15
  auth_key: 'ruby-test-auth-client-one'
17
16
  )
@@ -11,7 +11,6 @@ describe Pubnub::State do
11
11
  @pubnub = Pubnub.new(
12
12
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
13
13
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
14
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
15
14
  uuid: 'ruby-test-uuid-client-one',
16
15
  auth_key: 'ruby-test-auth-client-one'
17
16
  )
@@ -0,0 +1,41 @@
1
+ require 'spec_helper'
2
+
3
+ describe 'Status request message count exceeded' do
4
+
5
+ around :each do |example|
6
+ Celluloid.boot
7
+ example.run
8
+ Celluloid.shutdown
9
+ end
10
+
11
+ before(:each) do
12
+ @messages = []
13
+ @statuses = []
14
+ @presences = []
15
+
16
+ @callbacks = Pubnub::SubscribeCallback.new(
17
+ message: ->(envelope) { @messages << envelope },
18
+ presence: ->(envelope) { @presences << envelope },
19
+ status: ->(envelope) { @statuses << envelope }
20
+ )
21
+
22
+ @pubnub = Pubnub.new(
23
+ subscribe_key: 'demo',
24
+ publish_key: 'demo',
25
+ uuid: 'ruby-test',
26
+ request_message_count_threshold: 100
27
+ )
28
+
29
+ @pubnub.add_listener(callback: @callbacks)
30
+ end
31
+
32
+ it 'works' do
33
+ VCR.use_cassette('examples/status_request_message_count_exceeded', record: :once) do
34
+ @pubnub.subscribe(channel: :demo)
35
+
36
+ eventually do
37
+ expect(@statuses[1].status[:category]).to eq(Pubnub::Constants::STATUS_REQUEST_MESSAGE_COUNT_EXCEEDED)
38
+ end
39
+ end
40
+ end
41
+ end
@@ -11,7 +11,6 @@ describe Pubnub::Subscribe do
11
11
  @pubnub = Pubnub.new(
12
12
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
13
13
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
14
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
15
14
  uuid: 'ruby-test-uuid-client-one',
16
15
  auth_key: 'ruby-test-auth-client-one'
17
16
  )
@@ -25309,7 +25308,6 @@ it '__channel___demo____presence___demo____channel_group___demo___http_sync__tru
25309
25308
  @pubnub = Pubnub.new(
25310
25309
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
25311
25310
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
25312
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
25313
25311
  uuid: 'ruby-test-uuid-client-one',
25314
25312
  auth_key: 'ruby-test-auth-client-one',
25315
25313
  cipher_key: 'super-secret-cipher-key')
@@ -25405,7 +25403,6 @@ it '__channel___demo____presence___demo____channel_group___demo___http_sync__tru
25405
25403
  @pubnub = Pubnub.new(
25406
25404
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
25407
25405
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
25408
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
25409
25406
  uuid: 'ruby-test-uuid-client-one',
25410
25407
  auth_key: 'ruby-test-auth-client-one',
25411
25408
  cipher_key: 'super-secret-cipher-key')
@@ -25501,7 +25498,6 @@ it '__channel___demo____presence___demo____channel_group___demo___http_sync__tru
25501
25498
  @pubnub = Pubnub.new(
25502
25499
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
25503
25500
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
25504
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
25505
25501
  uuid: 'ruby-test-uuid-client-one',
25506
25502
  auth_key: 'ruby-test-auth-client-one',
25507
25503
  cipher_key: 'super-secret-cipher-key')
@@ -25597,7 +25593,6 @@ it '__channel___demo____presence___demo____channel_group___demo___http_sync__fal
25597
25593
  @pubnub = Pubnub.new(
25598
25594
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
25599
25595
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
25600
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
25601
25596
  uuid: 'ruby-test-uuid-client-one',
25602
25597
  auth_key: 'ruby-test-auth-client-one',
25603
25598
  cipher_key: 'super-secret-cipher-key')
@@ -25637,7 +25632,6 @@ it '__channel___demo____presence___demo____channel_group___demo___http_sync__fal
25637
25632
  @pubnub = Pubnub.new(
25638
25633
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
25639
25634
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
25640
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
25641
25635
  uuid: 'ruby-test-uuid-client-one',
25642
25636
  auth_key: 'ruby-test-auth-client-one',
25643
25637
  cipher_key: 'super-secret-cipher-key')
@@ -25677,7 +25671,6 @@ it '__channel___demo____presence___demo____channel_group___demo___http_sync__fal
25677
25671
  @pubnub = Pubnub.new(
25678
25672
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
25679
25673
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
25680
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
25681
25674
  uuid: 'ruby-test-uuid-client-one',
25682
25675
  auth_key: 'ruby-test-auth-client-one',
25683
25676
  cipher_key: 'super-secret-cipher-key')
@@ -25717,7 +25710,6 @@ it '__channel___demo____presence___demo____channel_group___demo____http_sync__tr
25717
25710
  @pubnub = Pubnub.new(
25718
25711
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
25719
25712
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
25720
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
25721
25713
  uuid: 'ruby-test-uuid-client-one',
25722
25714
  auth_key: 'ruby-test-auth-client-one',
25723
25715
  cipher_key: 'super-secret-cipher-key')
@@ -25828,7 +25820,6 @@ it '__channel___demo____presence___demo____channel_group___demo____http_sync__tr
25828
25820
  @pubnub = Pubnub.new(
25829
25821
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
25830
25822
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
25831
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
25832
25823
  uuid: 'ruby-test-uuid-client-one',
25833
25824
  auth_key: 'ruby-test-auth-client-one',
25834
25825
  cipher_key: 'super-secret-cipher-key')
@@ -25924,7 +25915,6 @@ it '__channel___demo____presence___demo____channel_group___demo____http_sync__tr
25924
25915
  @pubnub = Pubnub.new(
25925
25916
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
25926
25917
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
25927
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
25928
25918
  uuid: 'ruby-test-uuid-client-one',
25929
25919
  auth_key: 'ruby-test-auth-client-one',
25930
25920
  cipher_key: 'super-secret-cipher-key')
@@ -26020,7 +26010,6 @@ it '__channel___demo____presence___demo____channel_group___demo____http_sync__fa
26020
26010
  @pubnub = Pubnub.new(
26021
26011
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
26022
26012
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
26023
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
26024
26013
  uuid: 'ruby-test-uuid-client-one',
26025
26014
  auth_key: 'ruby-test-auth-client-one',
26026
26015
  cipher_key: 'super-secret-cipher-key')
@@ -26060,7 +26049,6 @@ it '__channel___demo____presence___demo____channel_group___demo____http_sync__fa
26060
26049
  @pubnub = Pubnub.new(
26061
26050
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
26062
26051
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
26063
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
26064
26052
  uuid: 'ruby-test-uuid-client-one',
26065
26053
  auth_key: 'ruby-test-auth-client-one',
26066
26054
  cipher_key: 'super-secret-cipher-key')
@@ -26100,7 +26088,6 @@ it '__channel___demo____presence___demo____channel_group___demo____http_sync__fa
26100
26088
  @pubnub = Pubnub.new(
26101
26089
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
26102
26090
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
26103
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
26104
26091
  uuid: 'ruby-test-uuid-client-one',
26105
26092
  auth_key: 'ruby-test-auth-client-one',
26106
26093
  cipher_key: 'super-secret-cipher-key')
@@ -26140,7 +26127,6 @@ it '__channel___demo____presence___demo____channel_group__nil___http_sync__true_
26140
26127
  @pubnub = Pubnub.new(
26141
26128
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
26142
26129
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
26143
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
26144
26130
  uuid: 'ruby-test-uuid-client-one',
26145
26131
  auth_key: 'ruby-test-auth-client-one',
26146
26132
  cipher_key: 'super-secret-cipher-key')
@@ -26191,7 +26177,6 @@ it '__channel___demo____presence___demo____channel_group__nil___http_sync__true_
26191
26177
  @pubnub = Pubnub.new(
26192
26178
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
26193
26179
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
26194
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
26195
26180
  uuid: 'ruby-test-uuid-client-one',
26196
26181
  auth_key: 'ruby-test-auth-client-one',
26197
26182
  cipher_key: 'super-secret-cipher-key')
@@ -26242,7 +26227,6 @@ it '__channel___demo____presence___demo____channel_group__nil___http_sync__true_
26242
26227
  @pubnub = Pubnub.new(
26243
26228
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
26244
26229
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
26245
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
26246
26230
  uuid: 'ruby-test-uuid-client-one',
26247
26231
  auth_key: 'ruby-test-auth-client-one',
26248
26232
  cipher_key: 'super-secret-cipher-key')
@@ -26308,7 +26292,6 @@ it '__channel___demo____presence___demo____channel_group__nil___http_sync__false
26308
26292
  @pubnub = Pubnub.new(
26309
26293
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
26310
26294
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
26311
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
26312
26295
  uuid: 'ruby-test-uuid-client-one',
26313
26296
  auth_key: 'ruby-test-auth-client-one',
26314
26297
  cipher_key: 'super-secret-cipher-key')
@@ -26348,7 +26331,6 @@ it '__channel___demo____presence___demo____channel_group__nil___http_sync__false
26348
26331
  @pubnub = Pubnub.new(
26349
26332
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
26350
26333
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
26351
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
26352
26334
  uuid: 'ruby-test-uuid-client-one',
26353
26335
  auth_key: 'ruby-test-auth-client-one',
26354
26336
  cipher_key: 'super-secret-cipher-key')
@@ -26388,7 +26370,6 @@ it '__channel___demo____presence___demo____channel_group__nil___http_sync__false
26388
26370
  @pubnub = Pubnub.new(
26389
26371
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
26390
26372
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
26391
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
26392
26373
  uuid: 'ruby-test-uuid-client-one',
26393
26374
  auth_key: 'ruby-test-auth-client-one',
26394
26375
  cipher_key: 'super-secret-cipher-key')
@@ -26428,7 +26409,6 @@ it '__channel___demo____presence___demo______channel_group___demo___http_sync__t
26428
26409
  @pubnub = Pubnub.new(
26429
26410
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
26430
26411
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
26431
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
26432
26412
  uuid: 'ruby-test-uuid-client-one',
26433
26413
  auth_key: 'ruby-test-auth-client-one',
26434
26414
  cipher_key: 'super-secret-cipher-key')
@@ -26539,7 +26519,6 @@ it '__channel___demo____presence___demo______channel_group___demo___http_sync__t
26539
26519
  @pubnub = Pubnub.new(
26540
26520
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
26541
26521
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
26542
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
26543
26522
  uuid: 'ruby-test-uuid-client-one',
26544
26523
  auth_key: 'ruby-test-auth-client-one',
26545
26524
  cipher_key: 'super-secret-cipher-key')
@@ -26635,7 +26614,6 @@ it '__channel___demo____presence___demo______channel_group___demo___http_sync__t
26635
26614
  @pubnub = Pubnub.new(
26636
26615
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
26637
26616
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
26638
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
26639
26617
  uuid: 'ruby-test-uuid-client-one',
26640
26618
  auth_key: 'ruby-test-auth-client-one',
26641
26619
  cipher_key: 'super-secret-cipher-key')
@@ -26731,7 +26709,6 @@ it '__channel___demo____presence___demo______channel_group___demo___http_sync__f
26731
26709
  @pubnub = Pubnub.new(
26732
26710
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
26733
26711
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
26734
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
26735
26712
  uuid: 'ruby-test-uuid-client-one',
26736
26713
  auth_key: 'ruby-test-auth-client-one',
26737
26714
  cipher_key: 'super-secret-cipher-key')
@@ -26771,7 +26748,6 @@ it '__channel___demo____presence___demo______channel_group___demo___http_sync__f
26771
26748
  @pubnub = Pubnub.new(
26772
26749
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
26773
26750
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
26774
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
26775
26751
  uuid: 'ruby-test-uuid-client-one',
26776
26752
  auth_key: 'ruby-test-auth-client-one',
26777
26753
  cipher_key: 'super-secret-cipher-key')
@@ -26811,7 +26787,6 @@ it '__channel___demo____presence___demo______channel_group___demo___http_sync__f
26811
26787
  @pubnub = Pubnub.new(
26812
26788
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
26813
26789
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
26814
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
26815
26790
  uuid: 'ruby-test-uuid-client-one',
26816
26791
  auth_key: 'ruby-test-auth-client-one',
26817
26792
  cipher_key: 'super-secret-cipher-key')
@@ -26851,7 +26826,6 @@ it '__channel___demo____presence___demo______channel_group___demo____http_sync__
26851
26826
  @pubnub = Pubnub.new(
26852
26827
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
26853
26828
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
26854
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
26855
26829
  uuid: 'ruby-test-uuid-client-one',
26856
26830
  auth_key: 'ruby-test-auth-client-one',
26857
26831
  cipher_key: 'super-secret-cipher-key')
@@ -26962,7 +26936,6 @@ it '__channel___demo____presence___demo______channel_group___demo____http_sync__
26962
26936
  @pubnub = Pubnub.new(
26963
26937
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
26964
26938
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
26965
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
26966
26939
  uuid: 'ruby-test-uuid-client-one',
26967
26940
  auth_key: 'ruby-test-auth-client-one',
26968
26941
  cipher_key: 'super-secret-cipher-key')
@@ -27058,7 +27031,6 @@ it '__channel___demo____presence___demo______channel_group___demo____http_sync__
27058
27031
  @pubnub = Pubnub.new(
27059
27032
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
27060
27033
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
27061
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
27062
27034
  uuid: 'ruby-test-uuid-client-one',
27063
27035
  auth_key: 'ruby-test-auth-client-one',
27064
27036
  cipher_key: 'super-secret-cipher-key')
@@ -27154,7 +27126,6 @@ it '__channel___demo____presence___demo______channel_group___demo____http_sync__
27154
27126
  @pubnub = Pubnub.new(
27155
27127
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
27156
27128
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
27157
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
27158
27129
  uuid: 'ruby-test-uuid-client-one',
27159
27130
  auth_key: 'ruby-test-auth-client-one',
27160
27131
  cipher_key: 'super-secret-cipher-key')
@@ -27194,7 +27165,6 @@ it '__channel___demo____presence___demo______channel_group___demo____http_sync__
27194
27165
  @pubnub = Pubnub.new(
27195
27166
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
27196
27167
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
27197
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
27198
27168
  uuid: 'ruby-test-uuid-client-one',
27199
27169
  auth_key: 'ruby-test-auth-client-one',
27200
27170
  cipher_key: 'super-secret-cipher-key')
@@ -27234,7 +27204,6 @@ it '__channel___demo____presence___demo______channel_group___demo____http_sync__
27234
27204
  @pubnub = Pubnub.new(
27235
27205
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
27236
27206
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
27237
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
27238
27207
  uuid: 'ruby-test-uuid-client-one',
27239
27208
  auth_key: 'ruby-test-auth-client-one',
27240
27209
  cipher_key: 'super-secret-cipher-key')
@@ -27274,7 +27243,6 @@ it '__channel___demo____presence___demo______channel_group__nil___http_sync__tru
27274
27243
  @pubnub = Pubnub.new(
27275
27244
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
27276
27245
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
27277
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
27278
27246
  uuid: 'ruby-test-uuid-client-one',
27279
27247
  auth_key: 'ruby-test-auth-client-one',
27280
27248
  cipher_key: 'super-secret-cipher-key')
@@ -27325,7 +27293,6 @@ it '__channel___demo____presence___demo______channel_group__nil___http_sync__tru
27325
27293
  @pubnub = Pubnub.new(
27326
27294
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
27327
27295
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
27328
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
27329
27296
  uuid: 'ruby-test-uuid-client-one',
27330
27297
  auth_key: 'ruby-test-auth-client-one',
27331
27298
  cipher_key: 'super-secret-cipher-key')
@@ -27376,7 +27343,6 @@ it '__channel___demo____presence___demo______channel_group__nil___http_sync__tru
27376
27343
  @pubnub = Pubnub.new(
27377
27344
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
27378
27345
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
27379
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
27380
27346
  uuid: 'ruby-test-uuid-client-one',
27381
27347
  auth_key: 'ruby-test-auth-client-one',
27382
27348
  cipher_key: 'super-secret-cipher-key')
@@ -27442,7 +27408,6 @@ it '__channel___demo____presence___demo______channel_group__nil___http_sync__fal
27442
27408
  @pubnub = Pubnub.new(
27443
27409
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
27444
27410
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
27445
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
27446
27411
  uuid: 'ruby-test-uuid-client-one',
27447
27412
  auth_key: 'ruby-test-auth-client-one',
27448
27413
  cipher_key: 'super-secret-cipher-key')
@@ -27482,7 +27447,6 @@ it '__channel___demo____presence___demo______channel_group__nil___http_sync__fal
27482
27447
  @pubnub = Pubnub.new(
27483
27448
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
27484
27449
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
27485
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
27486
27450
  uuid: 'ruby-test-uuid-client-one',
27487
27451
  auth_key: 'ruby-test-auth-client-one',
27488
27452
  cipher_key: 'super-secret-cipher-key')
@@ -27522,7 +27486,6 @@ it '__channel___demo____presence___demo______channel_group__nil___http_sync__fal
27522
27486
  @pubnub = Pubnub.new(
27523
27487
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
27524
27488
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
27525
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
27526
27489
  uuid: 'ruby-test-uuid-client-one',
27527
27490
  auth_key: 'ruby-test-auth-client-one',
27528
27491
  cipher_key: 'super-secret-cipher-key')
@@ -27562,7 +27525,6 @@ it '__channel___demo____presence___demo___channel_group___demo___http_sync__true
27562
27525
  @pubnub = Pubnub.new(
27563
27526
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
27564
27527
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
27565
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
27566
27528
  uuid: 'ruby-test-uuid-client-one',
27567
27529
  auth_key: 'ruby-test-auth-client-one',
27568
27530
  cipher_key: 'super-secret-cipher-key')
@@ -27658,7 +27620,6 @@ it '__channel___demo____presence___demo___channel_group___demo___http_sync__true
27658
27620
  @pubnub = Pubnub.new(
27659
27621
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
27660
27622
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
27661
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
27662
27623
  uuid: 'ruby-test-uuid-client-one',
27663
27624
  auth_key: 'ruby-test-auth-client-one',
27664
27625
  cipher_key: 'super-secret-cipher-key')
@@ -27754,7 +27715,6 @@ it '__channel___demo____presence___demo___channel_group___demo___http_sync__true
27754
27715
  @pubnub = Pubnub.new(
27755
27716
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
27756
27717
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
27757
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
27758
27718
  uuid: 'ruby-test-uuid-client-one',
27759
27719
  auth_key: 'ruby-test-auth-client-one',
27760
27720
  cipher_key: 'super-secret-cipher-key')
@@ -27850,7 +27810,6 @@ it '__channel___demo____presence___demo___channel_group___demo___http_sync__fals
27850
27810
  @pubnub = Pubnub.new(
27851
27811
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
27852
27812
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
27853
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
27854
27813
  uuid: 'ruby-test-uuid-client-one',
27855
27814
  auth_key: 'ruby-test-auth-client-one',
27856
27815
  cipher_key: 'super-secret-cipher-key')
@@ -27890,7 +27849,6 @@ it '__channel___demo____presence___demo___channel_group___demo___http_sync__fals
27890
27849
  @pubnub = Pubnub.new(
27891
27850
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
27892
27851
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
27893
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
27894
27852
  uuid: 'ruby-test-uuid-client-one',
27895
27853
  auth_key: 'ruby-test-auth-client-one',
27896
27854
  cipher_key: 'super-secret-cipher-key')
@@ -27930,7 +27888,6 @@ it '__channel___demo____presence___demo___channel_group___demo___http_sync__fals
27930
27888
  @pubnub = Pubnub.new(
27931
27889
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
27932
27890
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
27933
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
27934
27891
  uuid: 'ruby-test-uuid-client-one',
27935
27892
  auth_key: 'ruby-test-auth-client-one',
27936
27893
  cipher_key: 'super-secret-cipher-key')
@@ -27970,7 +27927,6 @@ it '__channel___demo____presence___demo___channel_group___demo____http_sync__tru
27970
27927
  @pubnub = Pubnub.new(
27971
27928
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
27972
27929
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
27973
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
27974
27930
  uuid: 'ruby-test-uuid-client-one',
27975
27931
  auth_key: 'ruby-test-auth-client-one',
27976
27932
  cipher_key: 'super-secret-cipher-key')
@@ -28066,7 +28022,6 @@ it '__channel___demo____presence___demo___channel_group___demo____http_sync__tru
28066
28022
  @pubnub = Pubnub.new(
28067
28023
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
28068
28024
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
28069
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
28070
28025
  uuid: 'ruby-test-uuid-client-one',
28071
28026
  auth_key: 'ruby-test-auth-client-one',
28072
28027
  cipher_key: 'super-secret-cipher-key')
@@ -28162,7 +28117,6 @@ it '__channel___demo____presence___demo___channel_group___demo____http_sync__tru
28162
28117
  @pubnub = Pubnub.new(
28163
28118
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
28164
28119
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
28165
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
28166
28120
  uuid: 'ruby-test-uuid-client-one',
28167
28121
  auth_key: 'ruby-test-auth-client-one',
28168
28122
  cipher_key: 'super-secret-cipher-key')
@@ -28273,7 +28227,6 @@ it '__channel___demo____presence___demo___channel_group___demo____http_sync__fal
28273
28227
  @pubnub = Pubnub.new(
28274
28228
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
28275
28229
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
28276
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
28277
28230
  uuid: 'ruby-test-uuid-client-one',
28278
28231
  auth_key: 'ruby-test-auth-client-one',
28279
28232
  cipher_key: 'super-secret-cipher-key')
@@ -28313,7 +28266,6 @@ it '__channel___demo____presence___demo___channel_group___demo____http_sync__fal
28313
28266
  @pubnub = Pubnub.new(
28314
28267
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
28315
28268
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
28316
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
28317
28269
  uuid: 'ruby-test-uuid-client-one',
28318
28270
  auth_key: 'ruby-test-auth-client-one',
28319
28271
  cipher_key: 'super-secret-cipher-key')
@@ -28353,7 +28305,6 @@ it '__channel___demo____presence___demo___channel_group___demo____http_sync__fal
28353
28305
  @pubnub = Pubnub.new(
28354
28306
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
28355
28307
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
28356
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
28357
28308
  uuid: 'ruby-test-uuid-client-one',
28358
28309
  auth_key: 'ruby-test-auth-client-one',
28359
28310
  cipher_key: 'super-secret-cipher-key')
@@ -28393,7 +28344,6 @@ it '__channel___demo____presence___demo___channel_group__nil___http_sync__true__
28393
28344
  @pubnub = Pubnub.new(
28394
28345
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
28395
28346
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
28396
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
28397
28347
  uuid: 'ruby-test-uuid-client-one',
28398
28348
  auth_key: 'ruby-test-auth-client-one',
28399
28349
  cipher_key: 'super-secret-cipher-key')
@@ -28459,7 +28409,6 @@ it '__channel___demo____presence___demo___channel_group__nil___http_sync__true__
28459
28409
  @pubnub = Pubnub.new(
28460
28410
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
28461
28411
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
28462
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
28463
28412
  uuid: 'ruby-test-uuid-client-one',
28464
28413
  auth_key: 'ruby-test-auth-client-one',
28465
28414
  cipher_key: 'super-secret-cipher-key')
@@ -28525,7 +28474,6 @@ it '__channel___demo____presence___demo___channel_group__nil___http_sync__true__
28525
28474
  @pubnub = Pubnub.new(
28526
28475
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
28527
28476
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
28528
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
28529
28477
  uuid: 'ruby-test-uuid-client-one',
28530
28478
  auth_key: 'ruby-test-auth-client-one',
28531
28479
  cipher_key: 'super-secret-cipher-key')
@@ -28591,7 +28539,6 @@ it '__channel___demo____presence___demo___channel_group__nil___http_sync__false_
28591
28539
  @pubnub = Pubnub.new(
28592
28540
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
28593
28541
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
28594
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
28595
28542
  uuid: 'ruby-test-uuid-client-one',
28596
28543
  auth_key: 'ruby-test-auth-client-one',
28597
28544
  cipher_key: 'super-secret-cipher-key')
@@ -28631,7 +28578,6 @@ it '__channel___demo____presence___demo___channel_group__nil___http_sync__false_
28631
28578
  @pubnub = Pubnub.new(
28632
28579
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
28633
28580
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
28634
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
28635
28581
  uuid: 'ruby-test-uuid-client-one',
28636
28582
  auth_key: 'ruby-test-auth-client-one',
28637
28583
  cipher_key: 'super-secret-cipher-key')
@@ -28671,7 +28617,6 @@ it '__channel___demo____presence___demo___channel_group__nil___http_sync__false_
28671
28617
  @pubnub = Pubnub.new(
28672
28618
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
28673
28619
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
28674
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
28675
28620
  uuid: 'ruby-test-uuid-client-one',
28676
28621
  auth_key: 'ruby-test-auth-client-one',
28677
28622
  cipher_key: 'super-secret-cipher-key')
@@ -28711,7 +28656,6 @@ it '__channel___demo____presence____demo0___demo1____demo_______channel_group___
28711
28656
  @pubnub = Pubnub.new(
28712
28657
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
28713
28658
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
28714
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
28715
28659
  uuid: 'ruby-test-uuid-client-one',
28716
28660
  auth_key: 'ruby-test-auth-client-one',
28717
28661
  cipher_key: 'super-secret-cipher-key')
@@ -28882,7 +28826,6 @@ it '__channel___demo____presence____demo0___demo1____demo_______channel_group___
28882
28826
  @pubnub = Pubnub.new(
28883
28827
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
28884
28828
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
28885
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
28886
28829
  uuid: 'ruby-test-uuid-client-one',
28887
28830
  auth_key: 'ruby-test-auth-client-one',
28888
28831
  cipher_key: 'super-secret-cipher-key')
@@ -29038,7 +28981,6 @@ it '__channel___demo____presence____demo0___demo1____demo_______channel_group___
29038
28981
  @pubnub = Pubnub.new(
29039
28982
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
29040
28983
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
29041
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
29042
28984
  uuid: 'ruby-test-uuid-client-one',
29043
28985
  auth_key: 'ruby-test-auth-client-one',
29044
28986
  cipher_key: 'super-secret-cipher-key')
@@ -29179,7 +29121,6 @@ it '__channel___demo____presence____demo0___demo1____demo_______channel_group___
29179
29121
  @pubnub = Pubnub.new(
29180
29122
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
29181
29123
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
29182
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
29183
29124
  uuid: 'ruby-test-uuid-client-one',
29184
29125
  auth_key: 'ruby-test-auth-client-one',
29185
29126
  cipher_key: 'super-secret-cipher-key')
@@ -29219,7 +29160,6 @@ it '__channel___demo____presence____demo0___demo1____demo_______channel_group___
29219
29160
  @pubnub = Pubnub.new(
29220
29161
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
29221
29162
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
29222
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
29223
29163
  uuid: 'ruby-test-uuid-client-one',
29224
29164
  auth_key: 'ruby-test-auth-client-one',
29225
29165
  cipher_key: 'super-secret-cipher-key')
@@ -29259,7 +29199,6 @@ it '__channel___demo____presence____demo0___demo1____demo_______channel_group___
29259
29199
  @pubnub = Pubnub.new(
29260
29200
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
29261
29201
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
29262
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
29263
29202
  uuid: 'ruby-test-uuid-client-one',
29264
29203
  auth_key: 'ruby-test-auth-client-one',
29265
29204
  cipher_key: 'super-secret-cipher-key')
@@ -29299,7 +29238,6 @@ it '__channel___demo____presence____demo0___demo1____demo_______channel_group___
29299
29238
  @pubnub = Pubnub.new(
29300
29239
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
29301
29240
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
29302
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
29303
29241
  uuid: 'ruby-test-uuid-client-one',
29304
29242
  auth_key: 'ruby-test-auth-client-one',
29305
29243
  cipher_key: 'super-secret-cipher-key')
@@ -29455,7 +29393,6 @@ it '__channel___demo____presence____demo0___demo1____demo_______channel_group___
29455
29393
  @pubnub = Pubnub.new(
29456
29394
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
29457
29395
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
29458
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
29459
29396
  uuid: 'ruby-test-uuid-client-one',
29460
29397
  auth_key: 'ruby-test-auth-client-one',
29461
29398
  cipher_key: 'super-secret-cipher-key')
@@ -29611,7 +29548,6 @@ it '__channel___demo____presence____demo0___demo1____demo_______channel_group___
29611
29548
  @pubnub = Pubnub.new(
29612
29549
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
29613
29550
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
29614
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
29615
29551
  uuid: 'ruby-test-uuid-client-one',
29616
29552
  auth_key: 'ruby-test-auth-client-one',
29617
29553
  cipher_key: 'super-secret-cipher-key')
@@ -29737,7 +29673,6 @@ it '__channel___demo____presence____demo0___demo1____demo_______channel_group___
29737
29673
  @pubnub = Pubnub.new(
29738
29674
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
29739
29675
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
29740
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
29741
29676
  uuid: 'ruby-test-uuid-client-one',
29742
29677
  auth_key: 'ruby-test-auth-client-one',
29743
29678
  cipher_key: 'super-secret-cipher-key')
@@ -29777,7 +29712,6 @@ it '__channel___demo____presence____demo0___demo1____demo_______channel_group___
29777
29712
  @pubnub = Pubnub.new(
29778
29713
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
29779
29714
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
29780
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
29781
29715
  uuid: 'ruby-test-uuid-client-one',
29782
29716
  auth_key: 'ruby-test-auth-client-one',
29783
29717
  cipher_key: 'super-secret-cipher-key')
@@ -29817,7 +29751,6 @@ it '__channel___demo____presence____demo0___demo1____demo_______channel_group___
29817
29751
  @pubnub = Pubnub.new(
29818
29752
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
29819
29753
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
29820
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
29821
29754
  uuid: 'ruby-test-uuid-client-one',
29822
29755
  auth_key: 'ruby-test-auth-client-one',
29823
29756
  cipher_key: 'super-secret-cipher-key')
@@ -29857,7 +29790,6 @@ it '__channel___demo____presence____demo0___demo1____demo_______channel_group__n
29857
29790
  @pubnub = Pubnub.new(
29858
29791
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
29859
29792
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
29860
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
29861
29793
  uuid: 'ruby-test-uuid-client-one',
29862
29794
  auth_key: 'ruby-test-auth-client-one',
29863
29795
  cipher_key: 'super-secret-cipher-key')
@@ -29953,7 +29885,6 @@ it '__channel___demo____presence____demo0___demo1____demo_______channel_group__n
29953
29885
  @pubnub = Pubnub.new(
29954
29886
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
29955
29887
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
29956
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
29957
29888
  uuid: 'ruby-test-uuid-client-one',
29958
29889
  auth_key: 'ruby-test-auth-client-one',
29959
29890
  cipher_key: 'super-secret-cipher-key')
@@ -30079,7 +30010,6 @@ it '__channel___demo____presence____demo0___demo1____demo_______channel_group__n
30079
30010
  @pubnub = Pubnub.new(
30080
30011
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
30081
30012
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
30082
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
30083
30013
  uuid: 'ruby-test-uuid-client-one',
30084
30014
  auth_key: 'ruby-test-auth-client-one',
30085
30015
  cipher_key: 'super-secret-cipher-key')
@@ -30205,7 +30135,6 @@ it '__channel___demo____presence____demo0___demo1____demo_______channel_group__n
30205
30135
  @pubnub = Pubnub.new(
30206
30136
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
30207
30137
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
30208
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
30209
30138
  uuid: 'ruby-test-uuid-client-one',
30210
30139
  auth_key: 'ruby-test-auth-client-one',
30211
30140
  cipher_key: 'super-secret-cipher-key')
@@ -30245,7 +30174,6 @@ it '__channel___demo____presence____demo0___demo1____demo_______channel_group__n
30245
30174
  @pubnub = Pubnub.new(
30246
30175
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
30247
30176
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
30248
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
30249
30177
  uuid: 'ruby-test-uuid-client-one',
30250
30178
  auth_key: 'ruby-test-auth-client-one',
30251
30179
  cipher_key: 'super-secret-cipher-key')
@@ -30285,7 +30213,6 @@ it '__channel___demo____presence____demo0___demo1____demo_______channel_group__n
30285
30213
  @pubnub = Pubnub.new(
30286
30214
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
30287
30215
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
30288
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
30289
30216
  uuid: 'ruby-test-uuid-client-one',
30290
30217
  auth_key: 'ruby-test-auth-client-one',
30291
30218
  cipher_key: 'super-secret-cipher-key')
@@ -30325,7 +30252,6 @@ it '__channel___demo____presence__nil___channel_group___demo___http_sync__true__
30325
30252
  @pubnub = Pubnub.new(
30326
30253
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
30327
30254
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
30328
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
30329
30255
  uuid: 'ruby-test-uuid-client-one',
30330
30256
  auth_key: 'ruby-test-auth-client-one',
30331
30257
  cipher_key: 'super-secret-cipher-key')
@@ -30406,7 +30332,6 @@ it '__channel___demo____presence__nil___channel_group___demo___http_sync__true__
30406
30332
  @pubnub = Pubnub.new(
30407
30333
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
30408
30334
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
30409
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
30410
30335
  uuid: 'ruby-test-uuid-client-one',
30411
30336
  auth_key: 'ruby-test-auth-client-one',
30412
30337
  cipher_key: 'super-secret-cipher-key')
@@ -30487,7 +30412,6 @@ it '__channel___demo____presence__nil___channel_group___demo___http_sync__true__
30487
30412
  @pubnub = Pubnub.new(
30488
30413
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
30489
30414
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
30490
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
30491
30415
  uuid: 'ruby-test-uuid-client-one',
30492
30416
  auth_key: 'ruby-test-auth-client-one',
30493
30417
  cipher_key: 'super-secret-cipher-key')
@@ -30568,7 +30492,6 @@ it '__channel___demo____presence__nil___channel_group___demo___http_sync__false_
30568
30492
  @pubnub = Pubnub.new(
30569
30493
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
30570
30494
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
30571
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
30572
30495
  uuid: 'ruby-test-uuid-client-one',
30573
30496
  auth_key: 'ruby-test-auth-client-one',
30574
30497
  cipher_key: 'super-secret-cipher-key')
@@ -30608,7 +30531,6 @@ it '__channel___demo____presence__nil___channel_group___demo___http_sync__false_
30608
30531
  @pubnub = Pubnub.new(
30609
30532
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
30610
30533
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
30611
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
30612
30534
  uuid: 'ruby-test-uuid-client-one',
30613
30535
  auth_key: 'ruby-test-auth-client-one',
30614
30536
  cipher_key: 'super-secret-cipher-key')
@@ -30648,7 +30570,6 @@ it '__channel___demo____presence__nil___channel_group___demo___http_sync__false_
30648
30570
  @pubnub = Pubnub.new(
30649
30571
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
30650
30572
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
30651
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
30652
30573
  uuid: 'ruby-test-uuid-client-one',
30653
30574
  auth_key: 'ruby-test-auth-client-one',
30654
30575
  cipher_key: 'super-secret-cipher-key')
@@ -30688,7 +30609,6 @@ it '__channel___demo____presence__nil___channel_group___demo____http_sync__true_
30688
30609
  @pubnub = Pubnub.new(
30689
30610
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
30690
30611
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
30691
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
30692
30612
  uuid: 'ruby-test-uuid-client-one',
30693
30613
  auth_key: 'ruby-test-auth-client-one',
30694
30614
  cipher_key: 'super-secret-cipher-key')
@@ -30769,7 +30689,6 @@ it '__channel___demo____presence__nil___channel_group___demo____http_sync__true_
30769
30689
  @pubnub = Pubnub.new(
30770
30690
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
30771
30691
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
30772
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
30773
30692
  uuid: 'ruby-test-uuid-client-one',
30774
30693
  auth_key: 'ruby-test-auth-client-one',
30775
30694
  cipher_key: 'super-secret-cipher-key')
@@ -30850,7 +30769,6 @@ it '__channel___demo____presence__nil___channel_group___demo____http_sync__true_
30850
30769
  @pubnub = Pubnub.new(
30851
30770
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
30852
30771
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
30853
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
30854
30772
  uuid: 'ruby-test-uuid-client-one',
30855
30773
  auth_key: 'ruby-test-auth-client-one',
30856
30774
  cipher_key: 'super-secret-cipher-key')
@@ -30931,7 +30849,6 @@ it '__channel___demo____presence__nil___channel_group___demo____http_sync__false
30931
30849
  @pubnub = Pubnub.new(
30932
30850
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
30933
30851
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
30934
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
30935
30852
  uuid: 'ruby-test-uuid-client-one',
30936
30853
  auth_key: 'ruby-test-auth-client-one',
30937
30854
  cipher_key: 'super-secret-cipher-key')
@@ -30971,7 +30888,6 @@ it '__channel___demo____presence__nil___channel_group___demo____http_sync__false
30971
30888
  @pubnub = Pubnub.new(
30972
30889
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
30973
30890
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
30974
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
30975
30891
  uuid: 'ruby-test-uuid-client-one',
30976
30892
  auth_key: 'ruby-test-auth-client-one',
30977
30893
  cipher_key: 'super-secret-cipher-key')
@@ -31011,7 +30927,6 @@ it '__channel___demo____presence__nil___channel_group___demo____http_sync__false
31011
30927
  @pubnub = Pubnub.new(
31012
30928
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
31013
30929
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
31014
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
31015
30930
  uuid: 'ruby-test-uuid-client-one',
31016
30931
  auth_key: 'ruby-test-auth-client-one',
31017
30932
  cipher_key: 'super-secret-cipher-key')
@@ -31051,7 +30966,6 @@ it '__channel___demo____presence__nil___channel_group__nil___http_sync__true___c
31051
30966
  @pubnub = Pubnub.new(
31052
30967
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
31053
30968
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
31054
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
31055
30969
  uuid: 'ruby-test-uuid-client-one',
31056
30970
  auth_key: 'ruby-test-auth-client-one',
31057
30971
  cipher_key: 'super-secret-cipher-key')
@@ -31087,7 +31001,6 @@ it '__channel___demo____presence__nil___channel_group__nil___http_sync__true___c
31087
31001
  @pubnub = Pubnub.new(
31088
31002
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
31089
31003
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
31090
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
31091
31004
  uuid: 'ruby-test-uuid-client-one',
31092
31005
  auth_key: 'ruby-test-auth-client-one',
31093
31006
  cipher_key: 'super-secret-cipher-key')
@@ -31123,7 +31036,6 @@ it '__channel___demo____presence__nil___channel_group__nil___http_sync__true___c
31123
31036
  @pubnub = Pubnub.new(
31124
31037
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
31125
31038
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
31126
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
31127
31039
  uuid: 'ruby-test-uuid-client-one',
31128
31040
  auth_key: 'ruby-test-auth-client-one',
31129
31041
  cipher_key: 'super-secret-cipher-key')
@@ -31159,7 +31071,6 @@ it '__channel___demo____presence__nil___channel_group__nil___http_sync__false___
31159
31071
  @pubnub = Pubnub.new(
31160
31072
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
31161
31073
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
31162
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
31163
31074
  uuid: 'ruby-test-uuid-client-one',
31164
31075
  auth_key: 'ruby-test-auth-client-one',
31165
31076
  cipher_key: 'super-secret-cipher-key')
@@ -31199,7 +31110,6 @@ it '__channel___demo____presence__nil___channel_group__nil___http_sync__false___
31199
31110
  @pubnub = Pubnub.new(
31200
31111
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
31201
31112
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
31202
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
31203
31113
  uuid: 'ruby-test-uuid-client-one',
31204
31114
  auth_key: 'ruby-test-auth-client-one',
31205
31115
  cipher_key: 'super-secret-cipher-key')
@@ -31239,7 +31149,6 @@ it '__channel___demo____presence__nil___channel_group__nil___http_sync__false___
31239
31149
  @pubnub = Pubnub.new(
31240
31150
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
31241
31151
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
31242
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
31243
31152
  uuid: 'ruby-test-uuid-client-one',
31244
31153
  auth_key: 'ruby-test-auth-client-one',
31245
31154
  cipher_key: 'super-secret-cipher-key')
@@ -31279,7 +31188,6 @@ it '__channel___demo______presence___demo____channel_group___demo___http_sync__t
31279
31188
  @pubnub = Pubnub.new(
31280
31189
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
31281
31190
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
31282
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
31283
31191
  uuid: 'ruby-test-uuid-client-one',
31284
31192
  auth_key: 'ruby-test-auth-client-one',
31285
31193
  cipher_key: 'super-secret-cipher-key')
@@ -31345,7 +31253,6 @@ it '__channel___demo______presence___demo____channel_group___demo___http_sync__t
31345
31253
  @pubnub = Pubnub.new(
31346
31254
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
31347
31255
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
31348
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
31349
31256
  uuid: 'ruby-test-uuid-client-one',
31350
31257
  auth_key: 'ruby-test-auth-client-one',
31351
31258
  cipher_key: 'super-secret-cipher-key')
@@ -31426,7 +31333,6 @@ it '__channel___demo______presence___demo____channel_group___demo___http_sync__t
31426
31333
  @pubnub = Pubnub.new(
31427
31334
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
31428
31335
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
31429
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
31430
31336
  uuid: 'ruby-test-uuid-client-one',
31431
31337
  auth_key: 'ruby-test-auth-client-one',
31432
31338
  cipher_key: 'super-secret-cipher-key')
@@ -31492,7 +31398,6 @@ it '__channel___demo______presence___demo____channel_group___demo___http_sync__f
31492
31398
  @pubnub = Pubnub.new(
31493
31399
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
31494
31400
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
31495
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
31496
31401
  uuid: 'ruby-test-uuid-client-one',
31497
31402
  auth_key: 'ruby-test-auth-client-one',
31498
31403
  cipher_key: 'super-secret-cipher-key')
@@ -31532,7 +31437,6 @@ it '__channel___demo______presence___demo____channel_group___demo___http_sync__f
31532
31437
  @pubnub = Pubnub.new(
31533
31438
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
31534
31439
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
31535
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
31536
31440
  uuid: 'ruby-test-uuid-client-one',
31537
31441
  auth_key: 'ruby-test-auth-client-one',
31538
31442
  cipher_key: 'super-secret-cipher-key')
@@ -31572,7 +31476,6 @@ it '__channel___demo______presence___demo____channel_group___demo___http_sync__f
31572
31476
  @pubnub = Pubnub.new(
31573
31477
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
31574
31478
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
31575
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
31576
31479
  uuid: 'ruby-test-uuid-client-one',
31577
31480
  auth_key: 'ruby-test-auth-client-one',
31578
31481
  cipher_key: 'super-secret-cipher-key')
@@ -31612,7 +31515,6 @@ it '__channel___demo______presence___demo____channel_group___demo____http_sync__
31612
31515
  @pubnub = Pubnub.new(
31613
31516
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
31614
31517
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
31615
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
31616
31518
  uuid: 'ruby-test-uuid-client-one',
31617
31519
  auth_key: 'ruby-test-auth-client-one',
31618
31520
  cipher_key: 'super-secret-cipher-key')
@@ -31678,7 +31580,6 @@ it '__channel___demo______presence___demo____channel_group___demo____http_sync__
31678
31580
  @pubnub = Pubnub.new(
31679
31581
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
31680
31582
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
31681
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
31682
31583
  uuid: 'ruby-test-uuid-client-one',
31683
31584
  auth_key: 'ruby-test-auth-client-one',
31684
31585
  cipher_key: 'super-secret-cipher-key')
@@ -31759,7 +31660,6 @@ it '__channel___demo______presence___demo____channel_group___demo____http_sync__
31759
31660
  @pubnub = Pubnub.new(
31760
31661
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
31761
31662
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
31762
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
31763
31663
  uuid: 'ruby-test-uuid-client-one',
31764
31664
  auth_key: 'ruby-test-auth-client-one',
31765
31665
  cipher_key: 'super-secret-cipher-key')
@@ -31840,7 +31740,6 @@ it '__channel___demo______presence___demo____channel_group___demo____http_sync__
31840
31740
  @pubnub = Pubnub.new(
31841
31741
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
31842
31742
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
31843
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
31844
31743
  uuid: 'ruby-test-uuid-client-one',
31845
31744
  auth_key: 'ruby-test-auth-client-one',
31846
31745
  cipher_key: 'super-secret-cipher-key')
@@ -31880,7 +31779,6 @@ it '__channel___demo______presence___demo____channel_group___demo____http_sync__
31880
31779
  @pubnub = Pubnub.new(
31881
31780
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
31882
31781
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
31883
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
31884
31782
  uuid: 'ruby-test-uuid-client-one',
31885
31783
  auth_key: 'ruby-test-auth-client-one',
31886
31784
  cipher_key: 'super-secret-cipher-key')
@@ -31920,7 +31818,6 @@ it '__channel___demo______presence___demo____channel_group___demo____http_sync__
31920
31818
  @pubnub = Pubnub.new(
31921
31819
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
31922
31820
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
31923
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
31924
31821
  uuid: 'ruby-test-uuid-client-one',
31925
31822
  auth_key: 'ruby-test-auth-client-one',
31926
31823
  cipher_key: 'super-secret-cipher-key')
@@ -31960,7 +31857,6 @@ it '__channel___demo______presence___demo____channel_group__nil___http_sync__tru
31960
31857
  @pubnub = Pubnub.new(
31961
31858
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
31962
31859
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
31963
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
31964
31860
  uuid: 'ruby-test-uuid-client-one',
31965
31861
  auth_key: 'ruby-test-auth-client-one',
31966
31862
  cipher_key: 'super-secret-cipher-key')
@@ -32026,7 +31922,6 @@ it '__channel___demo______presence___demo____channel_group__nil___http_sync__tru
32026
31922
  @pubnub = Pubnub.new(
32027
31923
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
32028
31924
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
32029
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
32030
31925
  uuid: 'ruby-test-uuid-client-one',
32031
31926
  auth_key: 'ruby-test-auth-client-one',
32032
31927
  cipher_key: 'super-secret-cipher-key')
@@ -32077,7 +31972,6 @@ it '__channel___demo______presence___demo____channel_group__nil___http_sync__tru
32077
31972
  @pubnub = Pubnub.new(
32078
31973
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
32079
31974
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
32080
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
32081
31975
  uuid: 'ruby-test-uuid-client-one',
32082
31976
  auth_key: 'ruby-test-auth-client-one',
32083
31977
  cipher_key: 'super-secret-cipher-key')
@@ -32143,7 +32037,6 @@ it '__channel___demo______presence___demo____channel_group__nil___http_sync__fal
32143
32037
  @pubnub = Pubnub.new(
32144
32038
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
32145
32039
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
32146
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
32147
32040
  uuid: 'ruby-test-uuid-client-one',
32148
32041
  auth_key: 'ruby-test-auth-client-one',
32149
32042
  cipher_key: 'super-secret-cipher-key')
@@ -32183,7 +32076,6 @@ it '__channel___demo______presence___demo____channel_group__nil___http_sync__fal
32183
32076
  @pubnub = Pubnub.new(
32184
32077
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
32185
32078
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
32186
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
32187
32079
  uuid: 'ruby-test-uuid-client-one',
32188
32080
  auth_key: 'ruby-test-auth-client-one',
32189
32081
  cipher_key: 'super-secret-cipher-key')
@@ -32223,7 +32115,6 @@ it '__channel___demo______presence___demo____channel_group__nil___http_sync__fal
32223
32115
  @pubnub = Pubnub.new(
32224
32116
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
32225
32117
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
32226
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
32227
32118
  uuid: 'ruby-test-uuid-client-one',
32228
32119
  auth_key: 'ruby-test-auth-client-one',
32229
32120
  cipher_key: 'super-secret-cipher-key')
@@ -32263,7 +32154,6 @@ it '__channel___demo______presence___demo______channel_group___demo___http_sync_
32263
32154
  @pubnub = Pubnub.new(
32264
32155
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
32265
32156
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
32266
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
32267
32157
  uuid: 'ruby-test-uuid-client-one',
32268
32158
  auth_key: 'ruby-test-auth-client-one',
32269
32159
  cipher_key: 'super-secret-cipher-key')
@@ -32344,7 +32234,6 @@ it '__channel___demo______presence___demo______channel_group___demo___http_sync_
32344
32234
  @pubnub = Pubnub.new(
32345
32235
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
32346
32236
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
32347
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
32348
32237
  uuid: 'ruby-test-uuid-client-one',
32349
32238
  auth_key: 'ruby-test-auth-client-one',
32350
32239
  cipher_key: 'super-secret-cipher-key')
@@ -32455,7 +32344,6 @@ it '__channel___demo______presence___demo______channel_group___demo___http_sync_
32455
32344
  @pubnub = Pubnub.new(
32456
32345
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
32457
32346
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
32458
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
32459
32347
  uuid: 'ruby-test-uuid-client-one',
32460
32348
  auth_key: 'ruby-test-auth-client-one',
32461
32349
  cipher_key: 'super-secret-cipher-key')
@@ -32566,7 +32454,6 @@ it '__channel___demo______presence___demo______channel_group___demo___http_sync_
32566
32454
  @pubnub = Pubnub.new(
32567
32455
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
32568
32456
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
32569
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
32570
32457
  uuid: 'ruby-test-uuid-client-one',
32571
32458
  auth_key: 'ruby-test-auth-client-one',
32572
32459
  cipher_key: 'super-secret-cipher-key')
@@ -32606,7 +32493,6 @@ it '__channel___demo______presence___demo______channel_group___demo___http_sync_
32606
32493
  @pubnub = Pubnub.new(
32607
32494
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
32608
32495
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
32609
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
32610
32496
  uuid: 'ruby-test-uuid-client-one',
32611
32497
  auth_key: 'ruby-test-auth-client-one',
32612
32498
  cipher_key: 'super-secret-cipher-key')
@@ -32646,7 +32532,6 @@ it '__channel___demo______presence___demo______channel_group___demo___http_sync_
32646
32532
  @pubnub = Pubnub.new(
32647
32533
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
32648
32534
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
32649
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
32650
32535
  uuid: 'ruby-test-uuid-client-one',
32651
32536
  auth_key: 'ruby-test-auth-client-one',
32652
32537
  cipher_key: 'super-secret-cipher-key')
@@ -32686,7 +32571,6 @@ it '__channel___demo______presence___demo______channel_group___demo____http_sync
32686
32571
  @pubnub = Pubnub.new(
32687
32572
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
32688
32573
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
32689
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
32690
32574
  uuid: 'ruby-test-uuid-client-one',
32691
32575
  auth_key: 'ruby-test-auth-client-one',
32692
32576
  cipher_key: 'super-secret-cipher-key')
@@ -32797,7 +32681,6 @@ it '__channel___demo______presence___demo______channel_group___demo____http_sync
32797
32681
  @pubnub = Pubnub.new(
32798
32682
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
32799
32683
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
32800
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
32801
32684
  uuid: 'ruby-test-uuid-client-one',
32802
32685
  auth_key: 'ruby-test-auth-client-one',
32803
32686
  cipher_key: 'super-secret-cipher-key')
@@ -32908,7 +32791,6 @@ it '__channel___demo______presence___demo______channel_group___demo____http_sync
32908
32791
  @pubnub = Pubnub.new(
32909
32792
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
32910
32793
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
32911
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
32912
32794
  uuid: 'ruby-test-uuid-client-one',
32913
32795
  auth_key: 'ruby-test-auth-client-one',
32914
32796
  cipher_key: 'super-secret-cipher-key')
@@ -33019,7 +32901,6 @@ it '__channel___demo______presence___demo______channel_group___demo____http_sync
33019
32901
  @pubnub = Pubnub.new(
33020
32902
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
33021
32903
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
33022
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
33023
32904
  uuid: 'ruby-test-uuid-client-one',
33024
32905
  auth_key: 'ruby-test-auth-client-one',
33025
32906
  cipher_key: 'super-secret-cipher-key')
@@ -33059,7 +32940,6 @@ it '__channel___demo______presence___demo______channel_group___demo____http_sync
33059
32940
  @pubnub = Pubnub.new(
33060
32941
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
33061
32942
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
33062
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
33063
32943
  uuid: 'ruby-test-uuid-client-one',
33064
32944
  auth_key: 'ruby-test-auth-client-one',
33065
32945
  cipher_key: 'super-secret-cipher-key')
@@ -33099,7 +32979,6 @@ it '__channel___demo______presence___demo______channel_group___demo____http_sync
33099
32979
  @pubnub = Pubnub.new(
33100
32980
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
33101
32981
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
33102
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
33103
32982
  uuid: 'ruby-test-uuid-client-one',
33104
32983
  auth_key: 'ruby-test-auth-client-one',
33105
32984
  cipher_key: 'super-secret-cipher-key')
@@ -33139,7 +33018,6 @@ it '__channel___demo______presence___demo______channel_group__nil___http_sync__t
33139
33018
  @pubnub = Pubnub.new(
33140
33019
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
33141
33020
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
33142
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
33143
33021
  uuid: 'ruby-test-uuid-client-one',
33144
33022
  auth_key: 'ruby-test-auth-client-one',
33145
33023
  cipher_key: 'super-secret-cipher-key')
@@ -33235,7 +33113,6 @@ it '__channel___demo______presence___demo______channel_group__nil___http_sync__t
33235
33113
  @pubnub = Pubnub.new(
33236
33114
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
33237
33115
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
33238
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
33239
33116
  uuid: 'ruby-test-uuid-client-one',
33240
33117
  auth_key: 'ruby-test-auth-client-one',
33241
33118
  cipher_key: 'super-secret-cipher-key')
@@ -33301,7 +33178,6 @@ it '__channel___demo______presence___demo______channel_group__nil___http_sync__t
33301
33178
  @pubnub = Pubnub.new(
33302
33179
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
33303
33180
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
33304
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
33305
33181
  uuid: 'ruby-test-uuid-client-one',
33306
33182
  auth_key: 'ruby-test-auth-client-one',
33307
33183
  cipher_key: 'super-secret-cipher-key')
@@ -33367,7 +33243,6 @@ it '__channel___demo______presence___demo______channel_group__nil___http_sync__f
33367
33243
  @pubnub = Pubnub.new(
33368
33244
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
33369
33245
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
33370
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
33371
33246
  uuid: 'ruby-test-uuid-client-one',
33372
33247
  auth_key: 'ruby-test-auth-client-one',
33373
33248
  cipher_key: 'super-secret-cipher-key')
@@ -33407,7 +33282,6 @@ it '__channel___demo______presence___demo______channel_group__nil___http_sync__f
33407
33282
  @pubnub = Pubnub.new(
33408
33283
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
33409
33284
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
33410
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
33411
33285
  uuid: 'ruby-test-uuid-client-one',
33412
33286
  auth_key: 'ruby-test-auth-client-one',
33413
33287
  cipher_key: 'super-secret-cipher-key')
@@ -33447,7 +33321,6 @@ it '__channel___demo______presence___demo______channel_group__nil___http_sync__f
33447
33321
  @pubnub = Pubnub.new(
33448
33322
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
33449
33323
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
33450
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
33451
33324
  uuid: 'ruby-test-uuid-client-one',
33452
33325
  auth_key: 'ruby-test-auth-client-one',
33453
33326
  cipher_key: 'super-secret-cipher-key')
@@ -33487,7 +33360,6 @@ it '__channel___demo______presence___demo___channel_group___demo___http_sync__tr
33487
33360
  @pubnub = Pubnub.new(
33488
33361
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
33489
33362
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
33490
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
33491
33363
  uuid: 'ruby-test-uuid-client-one',
33492
33364
  auth_key: 'ruby-test-auth-client-one',
33493
33365
  cipher_key: 'super-secret-cipher-key')
@@ -33553,7 +33425,6 @@ it '__channel___demo______presence___demo___channel_group___demo___http_sync__tr
33553
33425
  @pubnub = Pubnub.new(
33554
33426
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
33555
33427
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
33556
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
33557
33428
  uuid: 'ruby-test-uuid-client-one',
33558
33429
  auth_key: 'ruby-test-auth-client-one',
33559
33430
  cipher_key: 'super-secret-cipher-key')
@@ -33619,7 +33490,6 @@ it '__channel___demo______presence___demo___channel_group___demo___http_sync__tr
33619
33490
  @pubnub = Pubnub.new(
33620
33491
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
33621
33492
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
33622
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
33623
33493
  uuid: 'ruby-test-uuid-client-one',
33624
33494
  auth_key: 'ruby-test-auth-client-one',
33625
33495
  cipher_key: 'super-secret-cipher-key')
@@ -33685,7 +33555,6 @@ it '__channel___demo______presence___demo___channel_group___demo___http_sync__fa
33685
33555
  @pubnub = Pubnub.new(
33686
33556
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
33687
33557
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
33688
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
33689
33558
  uuid: 'ruby-test-uuid-client-one',
33690
33559
  auth_key: 'ruby-test-auth-client-one',
33691
33560
  cipher_key: 'super-secret-cipher-key')
@@ -33725,7 +33594,6 @@ it '__channel___demo______presence___demo___channel_group___demo___http_sync__fa
33725
33594
  @pubnub = Pubnub.new(
33726
33595
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
33727
33596
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
33728
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
33729
33597
  uuid: 'ruby-test-uuid-client-one',
33730
33598
  auth_key: 'ruby-test-auth-client-one',
33731
33599
  cipher_key: 'super-secret-cipher-key')
@@ -33765,7 +33633,6 @@ it '__channel___demo______presence___demo___channel_group___demo___http_sync__fa
33765
33633
  @pubnub = Pubnub.new(
33766
33634
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
33767
33635
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
33768
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
33769
33636
  uuid: 'ruby-test-uuid-client-one',
33770
33637
  auth_key: 'ruby-test-auth-client-one',
33771
33638
  cipher_key: 'super-secret-cipher-key')
@@ -33805,7 +33672,6 @@ it '__channel___demo______presence___demo___channel_group___demo____http_sync__t
33805
33672
  @pubnub = Pubnub.new(
33806
33673
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
33807
33674
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
33808
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
33809
33675
  uuid: 'ruby-test-uuid-client-one',
33810
33676
  auth_key: 'ruby-test-auth-client-one',
33811
33677
  cipher_key: 'super-secret-cipher-key')
@@ -33886,7 +33752,6 @@ it '__channel___demo______presence___demo___channel_group___demo____http_sync__t
33886
33752
  @pubnub = Pubnub.new(
33887
33753
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
33888
33754
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
33889
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
33890
33755
  uuid: 'ruby-test-uuid-client-one',
33891
33756
  auth_key: 'ruby-test-auth-client-one',
33892
33757
  cipher_key: 'super-secret-cipher-key')
@@ -33967,7 +33832,6 @@ it '__channel___demo______presence___demo___channel_group___demo____http_sync__t
33967
33832
  @pubnub = Pubnub.new(
33968
33833
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
33969
33834
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
33970
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
33971
33835
  uuid: 'ruby-test-uuid-client-one',
33972
33836
  auth_key: 'ruby-test-auth-client-one',
33973
33837
  cipher_key: 'super-secret-cipher-key')
@@ -34018,7 +33882,6 @@ it '__channel___demo______presence___demo___channel_group___demo____http_sync__f
34018
33882
  @pubnub = Pubnub.new(
34019
33883
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
34020
33884
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
34021
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
34022
33885
  uuid: 'ruby-test-uuid-client-one',
34023
33886
  auth_key: 'ruby-test-auth-client-one',
34024
33887
  cipher_key: 'super-secret-cipher-key')
@@ -34058,7 +33921,6 @@ it '__channel___demo______presence___demo___channel_group___demo____http_sync__f
34058
33921
  @pubnub = Pubnub.new(
34059
33922
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
34060
33923
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
34061
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
34062
33924
  uuid: 'ruby-test-uuid-client-one',
34063
33925
  auth_key: 'ruby-test-auth-client-one',
34064
33926
  cipher_key: 'super-secret-cipher-key')
@@ -34098,7 +33960,6 @@ it '__channel___demo______presence___demo___channel_group___demo____http_sync__f
34098
33960
  @pubnub = Pubnub.new(
34099
33961
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
34100
33962
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
34101
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
34102
33963
  uuid: 'ruby-test-uuid-client-one',
34103
33964
  auth_key: 'ruby-test-auth-client-one',
34104
33965
  cipher_key: 'super-secret-cipher-key')
@@ -34138,7 +33999,6 @@ it '__channel___demo______presence___demo___channel_group__nil___http_sync__true
34138
33999
  @pubnub = Pubnub.new(
34139
34000
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
34140
34001
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
34141
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
34142
34002
  uuid: 'ruby-test-uuid-client-one',
34143
34003
  auth_key: 'ruby-test-auth-client-one',
34144
34004
  cipher_key: 'super-secret-cipher-key')
@@ -34204,7 +34064,6 @@ it '__channel___demo______presence___demo___channel_group__nil___http_sync__true
34204
34064
  @pubnub = Pubnub.new(
34205
34065
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
34206
34066
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
34207
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
34208
34067
  uuid: 'ruby-test-uuid-client-one',
34209
34068
  auth_key: 'ruby-test-auth-client-one',
34210
34069
  cipher_key: 'super-secret-cipher-key')
@@ -34255,7 +34114,6 @@ it '__channel___demo______presence___demo___channel_group__nil___http_sync__true
34255
34114
  @pubnub = Pubnub.new(
34256
34115
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
34257
34116
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
34258
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
34259
34117
  uuid: 'ruby-test-uuid-client-one',
34260
34118
  auth_key: 'ruby-test-auth-client-one',
34261
34119
  cipher_key: 'super-secret-cipher-key')
@@ -34306,7 +34164,6 @@ it '__channel___demo______presence___demo___channel_group__nil___http_sync__fals
34306
34164
  @pubnub = Pubnub.new(
34307
34165
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
34308
34166
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
34309
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
34310
34167
  uuid: 'ruby-test-uuid-client-one',
34311
34168
  auth_key: 'ruby-test-auth-client-one',
34312
34169
  cipher_key: 'super-secret-cipher-key')
@@ -34346,7 +34203,6 @@ it '__channel___demo______presence___demo___channel_group__nil___http_sync__fals
34346
34203
  @pubnub = Pubnub.new(
34347
34204
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
34348
34205
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
34349
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
34350
34206
  uuid: 'ruby-test-uuid-client-one',
34351
34207
  auth_key: 'ruby-test-auth-client-one',
34352
34208
  cipher_key: 'super-secret-cipher-key')
@@ -34386,7 +34242,6 @@ it '__channel___demo______presence___demo___channel_group__nil___http_sync__fals
34386
34242
  @pubnub = Pubnub.new(
34387
34243
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
34388
34244
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
34389
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
34390
34245
  uuid: 'ruby-test-uuid-client-one',
34391
34246
  auth_key: 'ruby-test-auth-client-one',
34392
34247
  cipher_key: 'super-secret-cipher-key')
@@ -34426,7 +34281,6 @@ it '__channel___demo______presence____demo0___demo1____demo_______channel_group_
34426
34281
  @pubnub = Pubnub.new(
34427
34282
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
34428
34283
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
34429
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
34430
34284
  uuid: 'ruby-test-uuid-client-one',
34431
34285
  auth_key: 'ruby-test-auth-client-one',
34432
34286
  cipher_key: 'super-secret-cipher-key')
@@ -34582,7 +34436,6 @@ it '__channel___demo______presence____demo0___demo1____demo_______channel_group_
34582
34436
  @pubnub = Pubnub.new(
34583
34437
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
34584
34438
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
34585
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
34586
34439
  uuid: 'ruby-test-uuid-client-one',
34587
34440
  auth_key: 'ruby-test-auth-client-one',
34588
34441
  cipher_key: 'super-secret-cipher-key')
@@ -34753,7 +34606,6 @@ it '__channel___demo______presence____demo0___demo1____demo_______channel_group_
34753
34606
  @pubnub = Pubnub.new(
34754
34607
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
34755
34608
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
34756
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
34757
34609
  uuid: 'ruby-test-uuid-client-one',
34758
34610
  auth_key: 'ruby-test-auth-client-one',
34759
34611
  cipher_key: 'super-secret-cipher-key')
@@ -34879,7 +34731,6 @@ it '__channel___demo______presence____demo0___demo1____demo_______channel_group_
34879
34731
  @pubnub = Pubnub.new(
34880
34732
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
34881
34733
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
34882
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
34883
34734
  uuid: 'ruby-test-uuid-client-one',
34884
34735
  auth_key: 'ruby-test-auth-client-one',
34885
34736
  cipher_key: 'super-secret-cipher-key')
@@ -34919,7 +34770,6 @@ it '__channel___demo______presence____demo0___demo1____demo_______channel_group_
34919
34770
  @pubnub = Pubnub.new(
34920
34771
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
34921
34772
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
34922
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
34923
34773
  uuid: 'ruby-test-uuid-client-one',
34924
34774
  auth_key: 'ruby-test-auth-client-one',
34925
34775
  cipher_key: 'super-secret-cipher-key')
@@ -34959,7 +34809,6 @@ it '__channel___demo______presence____demo0___demo1____demo_______channel_group_
34959
34809
  @pubnub = Pubnub.new(
34960
34810
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
34961
34811
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
34962
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
34963
34812
  uuid: 'ruby-test-uuid-client-one',
34964
34813
  auth_key: 'ruby-test-auth-client-one',
34965
34814
  cipher_key: 'super-secret-cipher-key')
@@ -34999,7 +34848,6 @@ it '__channel___demo______presence____demo0___demo1____demo_______channel_group_
34999
34848
  @pubnub = Pubnub.new(
35000
34849
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
35001
34850
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
35002
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
35003
34851
  uuid: 'ruby-test-uuid-client-one',
35004
34852
  auth_key: 'ruby-test-auth-client-one',
35005
34853
  cipher_key: 'super-secret-cipher-key')
@@ -35095,7 +34943,6 @@ it '__channel___demo______presence____demo0___demo1____demo_______channel_group_
35095
34943
  @pubnub = Pubnub.new(
35096
34944
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
35097
34945
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
35098
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
35099
34946
  uuid: 'ruby-test-uuid-client-one',
35100
34947
  auth_key: 'ruby-test-auth-client-one',
35101
34948
  cipher_key: 'super-secret-cipher-key')
@@ -35236,7 +35083,6 @@ it '__channel___demo______presence____demo0___demo1____demo_______channel_group_
35236
35083
  @pubnub = Pubnub.new(
35237
35084
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
35238
35085
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
35239
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
35240
35086
  uuid: 'ruby-test-uuid-client-one',
35241
35087
  auth_key: 'ruby-test-auth-client-one',
35242
35088
  cipher_key: 'super-secret-cipher-key')
@@ -35332,7 +35178,6 @@ it '__channel___demo______presence____demo0___demo1____demo_______channel_group_
35332
35178
  @pubnub = Pubnub.new(
35333
35179
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
35334
35180
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
35335
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
35336
35181
  uuid: 'ruby-test-uuid-client-one',
35337
35182
  auth_key: 'ruby-test-auth-client-one',
35338
35183
  cipher_key: 'super-secret-cipher-key')
@@ -35372,7 +35217,6 @@ it '__channel___demo______presence____demo0___demo1____demo_______channel_group_
35372
35217
  @pubnub = Pubnub.new(
35373
35218
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
35374
35219
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
35375
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
35376
35220
  uuid: 'ruby-test-uuid-client-one',
35377
35221
  auth_key: 'ruby-test-auth-client-one',
35378
35222
  cipher_key: 'super-secret-cipher-key')
@@ -35412,7 +35256,6 @@ it '__channel___demo______presence____demo0___demo1____demo_______channel_group_
35412
35256
  @pubnub = Pubnub.new(
35413
35257
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
35414
35258
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
35415
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
35416
35259
  uuid: 'ruby-test-uuid-client-one',
35417
35260
  auth_key: 'ruby-test-auth-client-one',
35418
35261
  cipher_key: 'super-secret-cipher-key')
@@ -35452,7 +35295,6 @@ it '__channel___demo______presence____demo0___demo1____demo_______channel_group_
35452
35295
  @pubnub = Pubnub.new(
35453
35296
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
35454
35297
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
35455
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
35456
35298
  uuid: 'ruby-test-uuid-client-one',
35457
35299
  auth_key: 'ruby-test-auth-client-one',
35458
35300
  cipher_key: 'super-secret-cipher-key')
@@ -35593,7 +35435,6 @@ it '__channel___demo______presence____demo0___demo1____demo_______channel_group_
35593
35435
  @pubnub = Pubnub.new(
35594
35436
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
35595
35437
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
35596
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
35597
35438
  uuid: 'ruby-test-uuid-client-one',
35598
35439
  auth_key: 'ruby-test-auth-client-one',
35599
35440
  cipher_key: 'super-secret-cipher-key')
@@ -35659,7 +35500,6 @@ it '__channel___demo______presence____demo0___demo1____demo_______channel_group_
35659
35500
  @pubnub = Pubnub.new(
35660
35501
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
35661
35502
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
35662
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
35663
35503
  uuid: 'ruby-test-uuid-client-one',
35664
35504
  auth_key: 'ruby-test-auth-client-one',
35665
35505
  cipher_key: 'super-secret-cipher-key')
@@ -35770,7 +35610,6 @@ it '__channel___demo______presence____demo0___demo1____demo_______channel_group_
35770
35610
  @pubnub = Pubnub.new(
35771
35611
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
35772
35612
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
35773
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
35774
35613
  uuid: 'ruby-test-uuid-client-one',
35775
35614
  auth_key: 'ruby-test-auth-client-one',
35776
35615
  cipher_key: 'super-secret-cipher-key')
@@ -35810,7 +35649,6 @@ it '__channel___demo______presence____demo0___demo1____demo_______channel_group_
35810
35649
  @pubnub = Pubnub.new(
35811
35650
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
35812
35651
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
35813
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
35814
35652
  uuid: 'ruby-test-uuid-client-one',
35815
35653
  auth_key: 'ruby-test-auth-client-one',
35816
35654
  cipher_key: 'super-secret-cipher-key')
@@ -35850,7 +35688,6 @@ it '__channel___demo______presence____demo0___demo1____demo_______channel_group_
35850
35688
  @pubnub = Pubnub.new(
35851
35689
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
35852
35690
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
35853
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
35854
35691
  uuid: 'ruby-test-uuid-client-one',
35855
35692
  auth_key: 'ruby-test-auth-client-one',
35856
35693
  cipher_key: 'super-secret-cipher-key')
@@ -35890,7 +35727,6 @@ it '__channel___demo______presence__nil___channel_group___demo___http_sync__true
35890
35727
  @pubnub = Pubnub.new(
35891
35728
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
35892
35729
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
35893
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
35894
35730
  uuid: 'ruby-test-uuid-client-one',
35895
35731
  auth_key: 'ruby-test-auth-client-one',
35896
35732
  cipher_key: 'super-secret-cipher-key')
@@ -35941,7 +35777,6 @@ it '__channel___demo______presence__nil___channel_group___demo___http_sync__true
35941
35777
  @pubnub = Pubnub.new(
35942
35778
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
35943
35779
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
35944
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
35945
35780
  uuid: 'ruby-test-uuid-client-one',
35946
35781
  auth_key: 'ruby-test-auth-client-one',
35947
35782
  cipher_key: 'super-secret-cipher-key')
@@ -35992,7 +35827,6 @@ it '__channel___demo______presence__nil___channel_group___demo___http_sync__true
35992
35827
  @pubnub = Pubnub.new(
35993
35828
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
35994
35829
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
35995
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
35996
35830
  uuid: 'ruby-test-uuid-client-one',
35997
35831
  auth_key: 'ruby-test-auth-client-one',
35998
35832
  cipher_key: 'super-secret-cipher-key')
@@ -36043,7 +35877,6 @@ it '__channel___demo______presence__nil___channel_group___demo___http_sync__fals
36043
35877
  @pubnub = Pubnub.new(
36044
35878
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
36045
35879
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
36046
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
36047
35880
  uuid: 'ruby-test-uuid-client-one',
36048
35881
  auth_key: 'ruby-test-auth-client-one',
36049
35882
  cipher_key: 'super-secret-cipher-key')
@@ -36083,7 +35916,6 @@ it '__channel___demo______presence__nil___channel_group___demo___http_sync__fals
36083
35916
  @pubnub = Pubnub.new(
36084
35917
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
36085
35918
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
36086
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
36087
35919
  uuid: 'ruby-test-uuid-client-one',
36088
35920
  auth_key: 'ruby-test-auth-client-one',
36089
35921
  cipher_key: 'super-secret-cipher-key')
@@ -36123,7 +35955,6 @@ it '__channel___demo______presence__nil___channel_group___demo___http_sync__fals
36123
35955
  @pubnub = Pubnub.new(
36124
35956
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
36125
35957
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
36126
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
36127
35958
  uuid: 'ruby-test-uuid-client-one',
36128
35959
  auth_key: 'ruby-test-auth-client-one',
36129
35960
  cipher_key: 'super-secret-cipher-key')
@@ -36163,7 +35994,6 @@ it '__channel___demo______presence__nil___channel_group___demo____http_sync__tru
36163
35994
  @pubnub = Pubnub.new(
36164
35995
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
36165
35996
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
36166
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
36167
35997
  uuid: 'ruby-test-uuid-client-one',
36168
35998
  auth_key: 'ruby-test-auth-client-one',
36169
35999
  cipher_key: 'super-secret-cipher-key')
@@ -36214,7 +36044,6 @@ it '__channel___demo______presence__nil___channel_group___demo____http_sync__tru
36214
36044
  @pubnub = Pubnub.new(
36215
36045
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
36216
36046
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
36217
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
36218
36047
  uuid: 'ruby-test-uuid-client-one',
36219
36048
  auth_key: 'ruby-test-auth-client-one',
36220
36049
  cipher_key: 'super-secret-cipher-key')
@@ -36265,7 +36094,6 @@ it '__channel___demo______presence__nil___channel_group___demo____http_sync__tru
36265
36094
  @pubnub = Pubnub.new(
36266
36095
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
36267
36096
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
36268
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
36269
36097
  uuid: 'ruby-test-uuid-client-one',
36270
36098
  auth_key: 'ruby-test-auth-client-one',
36271
36099
  cipher_key: 'super-secret-cipher-key')
@@ -36316,7 +36144,6 @@ it '__channel___demo______presence__nil___channel_group___demo____http_sync__fal
36316
36144
  @pubnub = Pubnub.new(
36317
36145
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
36318
36146
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
36319
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
36320
36147
  uuid: 'ruby-test-uuid-client-one',
36321
36148
  auth_key: 'ruby-test-auth-client-one',
36322
36149
  cipher_key: 'super-secret-cipher-key')
@@ -36356,7 +36183,6 @@ it '__channel___demo______presence__nil___channel_group___demo____http_sync__fal
36356
36183
  @pubnub = Pubnub.new(
36357
36184
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
36358
36185
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
36359
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
36360
36186
  uuid: 'ruby-test-uuid-client-one',
36361
36187
  auth_key: 'ruby-test-auth-client-one',
36362
36188
  cipher_key: 'super-secret-cipher-key')
@@ -36396,7 +36222,6 @@ it '__channel___demo______presence__nil___channel_group___demo____http_sync__fal
36396
36222
  @pubnub = Pubnub.new(
36397
36223
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
36398
36224
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
36399
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
36400
36225
  uuid: 'ruby-test-uuid-client-one',
36401
36226
  auth_key: 'ruby-test-auth-client-one',
36402
36227
  cipher_key: 'super-secret-cipher-key')
@@ -36436,7 +36261,6 @@ it '__channel___demo______presence__nil___channel_group__nil___http_sync__true__
36436
36261
  @pubnub = Pubnub.new(
36437
36262
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
36438
36263
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
36439
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
36440
36264
  uuid: 'ruby-test-uuid-client-one',
36441
36265
  auth_key: 'ruby-test-auth-client-one',
36442
36266
  cipher_key: 'super-secret-cipher-key')
@@ -36472,7 +36296,6 @@ it '__channel___demo______presence__nil___channel_group__nil___http_sync__true__
36472
36296
  @pubnub = Pubnub.new(
36473
36297
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
36474
36298
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
36475
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
36476
36299
  uuid: 'ruby-test-uuid-client-one',
36477
36300
  auth_key: 'ruby-test-auth-client-one',
36478
36301
  cipher_key: 'super-secret-cipher-key')
@@ -36508,7 +36331,6 @@ it '__channel___demo______presence__nil___channel_group__nil___http_sync__true__
36508
36331
  @pubnub = Pubnub.new(
36509
36332
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
36510
36333
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
36511
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
36512
36334
  uuid: 'ruby-test-uuid-client-one',
36513
36335
  auth_key: 'ruby-test-auth-client-one',
36514
36336
  cipher_key: 'super-secret-cipher-key')
@@ -36544,7 +36366,6 @@ it '__channel___demo______presence__nil___channel_group__nil___http_sync__false_
36544
36366
  @pubnub = Pubnub.new(
36545
36367
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
36546
36368
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
36547
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
36548
36369
  uuid: 'ruby-test-uuid-client-one',
36549
36370
  auth_key: 'ruby-test-auth-client-one',
36550
36371
  cipher_key: 'super-secret-cipher-key')
@@ -36584,7 +36405,6 @@ it '__channel___demo______presence__nil___channel_group__nil___http_sync__false_
36584
36405
  @pubnub = Pubnub.new(
36585
36406
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
36586
36407
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
36587
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
36588
36408
  uuid: 'ruby-test-uuid-client-one',
36589
36409
  auth_key: 'ruby-test-auth-client-one',
36590
36410
  cipher_key: 'super-secret-cipher-key')
@@ -36624,7 +36444,6 @@ it '__channel___demo______presence__nil___channel_group__nil___http_sync__false_
36624
36444
  @pubnub = Pubnub.new(
36625
36445
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
36626
36446
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
36627
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
36628
36447
  uuid: 'ruby-test-uuid-client-one',
36629
36448
  auth_key: 'ruby-test-auth-client-one',
36630
36449
  cipher_key: 'super-secret-cipher-key')
@@ -36664,7 +36483,6 @@ it '__channel___demo___presence___demo____channel_group___demo___http_sync__true
36664
36483
  @pubnub = Pubnub.new(
36665
36484
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
36666
36485
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
36667
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
36668
36486
  uuid: 'ruby-test-uuid-client-one',
36669
36487
  auth_key: 'ruby-test-auth-client-one',
36670
36488
  cipher_key: 'super-secret-cipher-key')
@@ -36760,7 +36578,6 @@ it '__channel___demo___presence___demo____channel_group___demo___http_sync__true
36760
36578
  @pubnub = Pubnub.new(
36761
36579
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
36762
36580
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
36763
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
36764
36581
  uuid: 'ruby-test-uuid-client-one',
36765
36582
  auth_key: 'ruby-test-auth-client-one',
36766
36583
  cipher_key: 'super-secret-cipher-key')
@@ -36871,7 +36688,6 @@ it '__channel___demo___presence___demo____channel_group___demo___http_sync__true
36871
36688
  @pubnub = Pubnub.new(
36872
36689
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
36873
36690
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
36874
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
36875
36691
  uuid: 'ruby-test-uuid-client-one',
36876
36692
  auth_key: 'ruby-test-auth-client-one',
36877
36693
  cipher_key: 'super-secret-cipher-key')
@@ -36982,7 +36798,6 @@ it '__channel___demo___presence___demo____channel_group___demo___http_sync__fals
36982
36798
  @pubnub = Pubnub.new(
36983
36799
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
36984
36800
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
36985
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
36986
36801
  uuid: 'ruby-test-uuid-client-one',
36987
36802
  auth_key: 'ruby-test-auth-client-one',
36988
36803
  cipher_key: 'super-secret-cipher-key')
@@ -37022,7 +36837,6 @@ it '__channel___demo___presence___demo____channel_group___demo___http_sync__fals
37022
36837
  @pubnub = Pubnub.new(
37023
36838
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
37024
36839
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
37025
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
37026
36840
  uuid: 'ruby-test-uuid-client-one',
37027
36841
  auth_key: 'ruby-test-auth-client-one',
37028
36842
  cipher_key: 'super-secret-cipher-key')
@@ -37062,7 +36876,6 @@ it '__channel___demo___presence___demo____channel_group___demo___http_sync__fals
37062
36876
  @pubnub = Pubnub.new(
37063
36877
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
37064
36878
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
37065
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
37066
36879
  uuid: 'ruby-test-uuid-client-one',
37067
36880
  auth_key: 'ruby-test-auth-client-one',
37068
36881
  cipher_key: 'super-secret-cipher-key')
@@ -37102,7 +36915,6 @@ it '__channel___demo___presence___demo____channel_group___demo____http_sync__tru
37102
36915
  @pubnub = Pubnub.new(
37103
36916
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
37104
36917
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
37105
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
37106
36918
  uuid: 'ruby-test-uuid-client-one',
37107
36919
  auth_key: 'ruby-test-auth-client-one',
37108
36920
  cipher_key: 'super-secret-cipher-key')
@@ -37198,7 +37010,6 @@ it '__channel___demo___presence___demo____channel_group___demo____http_sync__tru
37198
37010
  @pubnub = Pubnub.new(
37199
37011
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
37200
37012
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
37201
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
37202
37013
  uuid: 'ruby-test-uuid-client-one',
37203
37014
  auth_key: 'ruby-test-auth-client-one',
37204
37015
  cipher_key: 'super-secret-cipher-key')
@@ -37294,7 +37105,6 @@ it '__channel___demo___presence___demo____channel_group___demo____http_sync__tru
37294
37105
  @pubnub = Pubnub.new(
37295
37106
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
37296
37107
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
37297
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
37298
37108
  uuid: 'ruby-test-uuid-client-one',
37299
37109
  auth_key: 'ruby-test-auth-client-one',
37300
37110
  cipher_key: 'super-secret-cipher-key')
@@ -37390,7 +37200,6 @@ it '__channel___demo___presence___demo____channel_group___demo____http_sync__fal
37390
37200
  @pubnub = Pubnub.new(
37391
37201
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
37392
37202
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
37393
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
37394
37203
  uuid: 'ruby-test-uuid-client-one',
37395
37204
  auth_key: 'ruby-test-auth-client-one',
37396
37205
  cipher_key: 'super-secret-cipher-key')
@@ -37430,7 +37239,6 @@ it '__channel___demo___presence___demo____channel_group___demo____http_sync__fal
37430
37239
  @pubnub = Pubnub.new(
37431
37240
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
37432
37241
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
37433
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
37434
37242
  uuid: 'ruby-test-uuid-client-one',
37435
37243
  auth_key: 'ruby-test-auth-client-one',
37436
37244
  cipher_key: 'super-secret-cipher-key')
@@ -37470,7 +37278,6 @@ it '__channel___demo___presence___demo____channel_group___demo____http_sync__fal
37470
37278
  @pubnub = Pubnub.new(
37471
37279
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
37472
37280
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
37473
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
37474
37281
  uuid: 'ruby-test-uuid-client-one',
37475
37282
  auth_key: 'ruby-test-auth-client-one',
37476
37283
  cipher_key: 'super-secret-cipher-key')
@@ -37510,7 +37317,6 @@ it '__channel___demo___presence___demo____channel_group__nil___http_sync__true__
37510
37317
  @pubnub = Pubnub.new(
37511
37318
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
37512
37319
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
37513
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
37514
37320
  uuid: 'ruby-test-uuid-client-one',
37515
37321
  auth_key: 'ruby-test-auth-client-one',
37516
37322
  cipher_key: 'super-secret-cipher-key')
@@ -37561,7 +37367,6 @@ it '__channel___demo___presence___demo____channel_group__nil___http_sync__true__
37561
37367
  @pubnub = Pubnub.new(
37562
37368
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
37563
37369
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
37564
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
37565
37370
  uuid: 'ruby-test-uuid-client-one',
37566
37371
  auth_key: 'ruby-test-auth-client-one',
37567
37372
  cipher_key: 'super-secret-cipher-key')
@@ -37612,7 +37417,6 @@ it '__channel___demo___presence___demo____channel_group__nil___http_sync__true__
37612
37417
  @pubnub = Pubnub.new(
37613
37418
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
37614
37419
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
37615
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
37616
37420
  uuid: 'ruby-test-uuid-client-one',
37617
37421
  auth_key: 'ruby-test-auth-client-one',
37618
37422
  cipher_key: 'super-secret-cipher-key')
@@ -37648,7 +37452,6 @@ it '__channel___demo___presence___demo____channel_group__nil___http_sync__false_
37648
37452
  @pubnub = Pubnub.new(
37649
37453
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
37650
37454
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
37651
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
37652
37455
  uuid: 'ruby-test-uuid-client-one',
37653
37456
  auth_key: 'ruby-test-auth-client-one',
37654
37457
  cipher_key: 'super-secret-cipher-key')
@@ -37688,7 +37491,6 @@ it '__channel___demo___presence___demo____channel_group__nil___http_sync__false_
37688
37491
  @pubnub = Pubnub.new(
37689
37492
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
37690
37493
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
37691
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
37692
37494
  uuid: 'ruby-test-uuid-client-one',
37693
37495
  auth_key: 'ruby-test-auth-client-one',
37694
37496
  cipher_key: 'super-secret-cipher-key')
@@ -37728,7 +37530,6 @@ it '__channel___demo___presence___demo____channel_group__nil___http_sync__false_
37728
37530
  @pubnub = Pubnub.new(
37729
37531
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
37730
37532
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
37731
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
37732
37533
  uuid: 'ruby-test-uuid-client-one',
37733
37534
  auth_key: 'ruby-test-auth-client-one',
37734
37535
  cipher_key: 'super-secret-cipher-key')
@@ -37768,7 +37569,6 @@ it '__channel___demo___presence___demo______channel_group___demo___http_sync__tr
37768
37569
  @pubnub = Pubnub.new(
37769
37570
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
37770
37571
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
37771
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
37772
37572
  uuid: 'ruby-test-uuid-client-one',
37773
37573
  auth_key: 'ruby-test-auth-client-one',
37774
37574
  cipher_key: 'super-secret-cipher-key')
@@ -37879,7 +37679,6 @@ it '__channel___demo___presence___demo______channel_group___demo___http_sync__tr
37879
37679
  @pubnub = Pubnub.new(
37880
37680
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
37881
37681
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
37882
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
37883
37682
  uuid: 'ruby-test-uuid-client-one',
37884
37683
  auth_key: 'ruby-test-auth-client-one',
37885
37684
  cipher_key: 'super-secret-cipher-key')
@@ -37960,7 +37759,6 @@ it '__channel___demo___presence___demo______channel_group___demo___http_sync__tr
37960
37759
  @pubnub = Pubnub.new(
37961
37760
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
37962
37761
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
37963
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
37964
37762
  uuid: 'ruby-test-uuid-client-one',
37965
37763
  auth_key: 'ruby-test-auth-client-one',
37966
37764
  cipher_key: 'super-secret-cipher-key')
@@ -38056,7 +37854,6 @@ it '__channel___demo___presence___demo______channel_group___demo___http_sync__fa
38056
37854
  @pubnub = Pubnub.new(
38057
37855
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
38058
37856
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
38059
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
38060
37857
  uuid: 'ruby-test-uuid-client-one',
38061
37858
  auth_key: 'ruby-test-auth-client-one',
38062
37859
  cipher_key: 'super-secret-cipher-key')
@@ -38096,7 +37893,6 @@ it '__channel___demo___presence___demo______channel_group___demo___http_sync__fa
38096
37893
  @pubnub = Pubnub.new(
38097
37894
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
38098
37895
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
38099
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
38100
37896
  uuid: 'ruby-test-uuid-client-one',
38101
37897
  auth_key: 'ruby-test-auth-client-one',
38102
37898
  cipher_key: 'super-secret-cipher-key')
@@ -38136,7 +37932,6 @@ it '__channel___demo___presence___demo______channel_group___demo___http_sync__fa
38136
37932
  @pubnub = Pubnub.new(
38137
37933
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
38138
37934
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
38139
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
38140
37935
  uuid: 'ruby-test-uuid-client-one',
38141
37936
  auth_key: 'ruby-test-auth-client-one',
38142
37937
  cipher_key: 'super-secret-cipher-key')
@@ -38176,7 +37971,6 @@ it '__channel___demo___presence___demo______channel_group___demo____http_sync__t
38176
37971
  @pubnub = Pubnub.new(
38177
37972
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
38178
37973
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
38179
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
38180
37974
  uuid: 'ruby-test-uuid-client-one',
38181
37975
  auth_key: 'ruby-test-auth-client-one',
38182
37976
  cipher_key: 'super-secret-cipher-key')
@@ -38272,7 +38066,6 @@ it '__channel___demo___presence___demo______channel_group___demo____http_sync__t
38272
38066
  @pubnub = Pubnub.new(
38273
38067
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
38274
38068
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
38275
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
38276
38069
  uuid: 'ruby-test-uuid-client-one',
38277
38070
  auth_key: 'ruby-test-auth-client-one',
38278
38071
  cipher_key: 'super-secret-cipher-key')
@@ -38383,7 +38176,6 @@ it '__channel___demo___presence___demo______channel_group___demo____http_sync__t
38383
38176
  @pubnub = Pubnub.new(
38384
38177
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
38385
38178
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
38386
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
38387
38179
  uuid: 'ruby-test-uuid-client-one',
38388
38180
  auth_key: 'ruby-test-auth-client-one',
38389
38181
  cipher_key: 'super-secret-cipher-key')
@@ -38479,7 +38271,6 @@ it '__channel___demo___presence___demo______channel_group___demo____http_sync__f
38479
38271
  @pubnub = Pubnub.new(
38480
38272
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
38481
38273
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
38482
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
38483
38274
  uuid: 'ruby-test-uuid-client-one',
38484
38275
  auth_key: 'ruby-test-auth-client-one',
38485
38276
  cipher_key: 'super-secret-cipher-key')
@@ -38519,7 +38310,6 @@ it '__channel___demo___presence___demo______channel_group___demo____http_sync__f
38519
38310
  @pubnub = Pubnub.new(
38520
38311
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
38521
38312
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
38522
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
38523
38313
  uuid: 'ruby-test-uuid-client-one',
38524
38314
  auth_key: 'ruby-test-auth-client-one',
38525
38315
  cipher_key: 'super-secret-cipher-key')
@@ -38559,7 +38349,6 @@ it '__channel___demo___presence___demo______channel_group___demo____http_sync__f
38559
38349
  @pubnub = Pubnub.new(
38560
38350
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
38561
38351
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
38562
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
38563
38352
  uuid: 'ruby-test-uuid-client-one',
38564
38353
  auth_key: 'ruby-test-auth-client-one',
38565
38354
  cipher_key: 'super-secret-cipher-key')
@@ -38599,7 +38388,6 @@ it '__channel___demo___presence___demo______channel_group__nil___http_sync__true
38599
38388
  @pubnub = Pubnub.new(
38600
38389
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
38601
38390
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
38602
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
38603
38391
  uuid: 'ruby-test-uuid-client-one',
38604
38392
  auth_key: 'ruby-test-auth-client-one',
38605
38393
  cipher_key: 'super-secret-cipher-key')
@@ -38650,7 +38438,6 @@ it '__channel___demo___presence___demo______channel_group__nil___http_sync__true
38650
38438
  @pubnub = Pubnub.new(
38651
38439
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
38652
38440
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
38653
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
38654
38441
  uuid: 'ruby-test-uuid-client-one',
38655
38442
  auth_key: 'ruby-test-auth-client-one',
38656
38443
  cipher_key: 'super-secret-cipher-key')
@@ -38716,7 +38503,6 @@ it '__channel___demo___presence___demo______channel_group__nil___http_sync__true
38716
38503
  @pubnub = Pubnub.new(
38717
38504
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
38718
38505
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
38719
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
38720
38506
  uuid: 'ruby-test-uuid-client-one',
38721
38507
  auth_key: 'ruby-test-auth-client-one',
38722
38508
  cipher_key: 'super-secret-cipher-key')
@@ -38782,7 +38568,6 @@ it '__channel___demo___presence___demo______channel_group__nil___http_sync__fals
38782
38568
  @pubnub = Pubnub.new(
38783
38569
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
38784
38570
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
38785
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
38786
38571
  uuid: 'ruby-test-uuid-client-one',
38787
38572
  auth_key: 'ruby-test-auth-client-one',
38788
38573
  cipher_key: 'super-secret-cipher-key')
@@ -38822,7 +38607,6 @@ it '__channel___demo___presence___demo______channel_group__nil___http_sync__fals
38822
38607
  @pubnub = Pubnub.new(
38823
38608
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
38824
38609
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
38825
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
38826
38610
  uuid: 'ruby-test-uuid-client-one',
38827
38611
  auth_key: 'ruby-test-auth-client-one',
38828
38612
  cipher_key: 'super-secret-cipher-key')
@@ -38862,7 +38646,6 @@ it '__channel___demo___presence___demo______channel_group__nil___http_sync__fals
38862
38646
  @pubnub = Pubnub.new(
38863
38647
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
38864
38648
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
38865
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
38866
38649
  uuid: 'ruby-test-uuid-client-one',
38867
38650
  auth_key: 'ruby-test-auth-client-one',
38868
38651
  cipher_key: 'super-secret-cipher-key')
@@ -38902,7 +38685,6 @@ it '__channel___demo___presence___demo___channel_group___demo___http_sync__true_
38902
38685
  @pubnub = Pubnub.new(
38903
38686
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
38904
38687
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
38905
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
38906
38688
  uuid: 'ruby-test-uuid-client-one',
38907
38689
  auth_key: 'ruby-test-auth-client-one',
38908
38690
  cipher_key: 'super-secret-cipher-key')
@@ -38998,7 +38780,6 @@ it '__channel___demo___presence___demo___channel_group___demo___http_sync__true_
38998
38780
  @pubnub = Pubnub.new(
38999
38781
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
39000
38782
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
39001
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
39002
38783
  uuid: 'ruby-test-uuid-client-one',
39003
38784
  auth_key: 'ruby-test-auth-client-one',
39004
38785
  cipher_key: 'super-secret-cipher-key')
@@ -39109,7 +38890,6 @@ it '__channel___demo___presence___demo___channel_group___demo___http_sync__true_
39109
38890
  @pubnub = Pubnub.new(
39110
38891
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
39111
38892
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
39112
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
39113
38893
  uuid: 'ruby-test-uuid-client-one',
39114
38894
  auth_key: 'ruby-test-auth-client-one',
39115
38895
  cipher_key: 'super-secret-cipher-key')
@@ -39220,7 +39000,6 @@ it '__channel___demo___presence___demo___channel_group___demo___http_sync__false
39220
39000
  @pubnub = Pubnub.new(
39221
39001
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
39222
39002
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
39223
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
39224
39003
  uuid: 'ruby-test-uuid-client-one',
39225
39004
  auth_key: 'ruby-test-auth-client-one',
39226
39005
  cipher_key: 'super-secret-cipher-key')
@@ -39260,7 +39039,6 @@ it '__channel___demo___presence___demo___channel_group___demo___http_sync__false
39260
39039
  @pubnub = Pubnub.new(
39261
39040
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
39262
39041
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
39263
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
39264
39042
  uuid: 'ruby-test-uuid-client-one',
39265
39043
  auth_key: 'ruby-test-auth-client-one',
39266
39044
  cipher_key: 'super-secret-cipher-key')
@@ -39300,7 +39078,6 @@ it '__channel___demo___presence___demo___channel_group___demo___http_sync__false
39300
39078
  @pubnub = Pubnub.new(
39301
39079
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
39302
39080
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
39303
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
39304
39081
  uuid: 'ruby-test-uuid-client-one',
39305
39082
  auth_key: 'ruby-test-auth-client-one',
39306
39083
  cipher_key: 'super-secret-cipher-key')
@@ -39340,7 +39117,6 @@ it '__channel___demo___presence___demo___channel_group___demo____http_sync__true
39340
39117
  @pubnub = Pubnub.new(
39341
39118
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
39342
39119
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
39343
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
39344
39120
  uuid: 'ruby-test-uuid-client-one',
39345
39121
  auth_key: 'ruby-test-auth-client-one',
39346
39122
  cipher_key: 'super-secret-cipher-key')
@@ -39436,7 +39212,6 @@ it '__channel___demo___presence___demo___channel_group___demo____http_sync__true
39436
39212
  @pubnub = Pubnub.new(
39437
39213
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
39438
39214
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
39439
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
39440
39215
  uuid: 'ruby-test-uuid-client-one',
39441
39216
  auth_key: 'ruby-test-auth-client-one',
39442
39217
  cipher_key: 'super-secret-cipher-key')
@@ -39532,7 +39307,6 @@ it '__channel___demo___presence___demo___channel_group___demo____http_sync__true
39532
39307
  @pubnub = Pubnub.new(
39533
39308
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
39534
39309
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
39535
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
39536
39310
  uuid: 'ruby-test-uuid-client-one',
39537
39311
  auth_key: 'ruby-test-auth-client-one',
39538
39312
  cipher_key: 'super-secret-cipher-key')
@@ -39643,7 +39417,6 @@ it '__channel___demo___presence___demo___channel_group___demo____http_sync__fals
39643
39417
  @pubnub = Pubnub.new(
39644
39418
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
39645
39419
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
39646
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
39647
39420
  uuid: 'ruby-test-uuid-client-one',
39648
39421
  auth_key: 'ruby-test-auth-client-one',
39649
39422
  cipher_key: 'super-secret-cipher-key')
@@ -39683,7 +39456,6 @@ it '__channel___demo___presence___demo___channel_group___demo____http_sync__fals
39683
39456
  @pubnub = Pubnub.new(
39684
39457
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
39685
39458
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
39686
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
39687
39459
  uuid: 'ruby-test-uuid-client-one',
39688
39460
  auth_key: 'ruby-test-auth-client-one',
39689
39461
  cipher_key: 'super-secret-cipher-key')
@@ -39723,7 +39495,6 @@ it '__channel___demo___presence___demo___channel_group___demo____http_sync__fals
39723
39495
  @pubnub = Pubnub.new(
39724
39496
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
39725
39497
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
39726
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
39727
39498
  uuid: 'ruby-test-uuid-client-one',
39728
39499
  auth_key: 'ruby-test-auth-client-one',
39729
39500
  cipher_key: 'super-secret-cipher-key')
@@ -39763,7 +39534,6 @@ it '__channel___demo___presence___demo___channel_group__nil___http_sync__true___
39763
39534
  @pubnub = Pubnub.new(
39764
39535
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
39765
39536
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
39766
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
39767
39537
  uuid: 'ruby-test-uuid-client-one',
39768
39538
  auth_key: 'ruby-test-auth-client-one',
39769
39539
  cipher_key: 'super-secret-cipher-key')
@@ -39814,7 +39584,6 @@ it '__channel___demo___presence___demo___channel_group__nil___http_sync__true___
39814
39584
  @pubnub = Pubnub.new(
39815
39585
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
39816
39586
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
39817
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
39818
39587
  uuid: 'ruby-test-uuid-client-one',
39819
39588
  auth_key: 'ruby-test-auth-client-one',
39820
39589
  cipher_key: 'super-secret-cipher-key')
@@ -39865,7 +39634,6 @@ it '__channel___demo___presence___demo___channel_group__nil___http_sync__true___
39865
39634
  @pubnub = Pubnub.new(
39866
39635
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
39867
39636
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
39868
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
39869
39637
  uuid: 'ruby-test-uuid-client-one',
39870
39638
  auth_key: 'ruby-test-auth-client-one',
39871
39639
  cipher_key: 'super-secret-cipher-key')
@@ -39916,7 +39684,6 @@ it '__channel___demo___presence___demo___channel_group__nil___http_sync__false__
39916
39684
  @pubnub = Pubnub.new(
39917
39685
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
39918
39686
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
39919
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
39920
39687
  uuid: 'ruby-test-uuid-client-one',
39921
39688
  auth_key: 'ruby-test-auth-client-one',
39922
39689
  cipher_key: 'super-secret-cipher-key')
@@ -39956,7 +39723,6 @@ it '__channel___demo___presence___demo___channel_group__nil___http_sync__false__
39956
39723
  @pubnub = Pubnub.new(
39957
39724
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
39958
39725
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
39959
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
39960
39726
  uuid: 'ruby-test-uuid-client-one',
39961
39727
  auth_key: 'ruby-test-auth-client-one',
39962
39728
  cipher_key: 'super-secret-cipher-key')
@@ -39996,7 +39762,6 @@ it '__channel___demo___presence___demo___channel_group__nil___http_sync__false__
39996
39762
  @pubnub = Pubnub.new(
39997
39763
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
39998
39764
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
39999
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
40000
39765
  uuid: 'ruby-test-uuid-client-one',
40001
39766
  auth_key: 'ruby-test-auth-client-one',
40002
39767
  cipher_key: 'super-secret-cipher-key')
@@ -40036,7 +39801,6 @@ it '__channel___demo___presence____demo0___demo1____demo_______channel_group___d
40036
39801
  @pubnub = Pubnub.new(
40037
39802
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
40038
39803
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
40039
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
40040
39804
  uuid: 'ruby-test-uuid-client-one',
40041
39805
  auth_key: 'ruby-test-auth-client-one',
40042
39806
  cipher_key: 'super-secret-cipher-key')
@@ -40207,7 +39971,6 @@ it '__channel___demo___presence____demo0___demo1____demo_______channel_group___d
40207
39971
  @pubnub = Pubnub.new(
40208
39972
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
40209
39973
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
40210
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
40211
39974
  uuid: 'ruby-test-uuid-client-one',
40212
39975
  auth_key: 'ruby-test-auth-client-one',
40213
39976
  cipher_key: 'super-secret-cipher-key')
@@ -40363,7 +40126,6 @@ it '__channel___demo___presence____demo0___demo1____demo_______channel_group___d
40363
40126
  @pubnub = Pubnub.new(
40364
40127
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
40365
40128
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
40366
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
40367
40129
  uuid: 'ruby-test-uuid-client-one',
40368
40130
  auth_key: 'ruby-test-auth-client-one',
40369
40131
  cipher_key: 'super-secret-cipher-key')
@@ -40534,7 +40296,6 @@ it '__channel___demo___presence____demo0___demo1____demo_______channel_group___d
40534
40296
  @pubnub = Pubnub.new(
40535
40297
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
40536
40298
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
40537
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
40538
40299
  uuid: 'ruby-test-uuid-client-one',
40539
40300
  auth_key: 'ruby-test-auth-client-one',
40540
40301
  cipher_key: 'super-secret-cipher-key')
@@ -40574,7 +40335,6 @@ it '__channel___demo___presence____demo0___demo1____demo_______channel_group___d
40574
40335
  @pubnub = Pubnub.new(
40575
40336
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
40576
40337
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
40577
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
40578
40338
  uuid: 'ruby-test-uuid-client-one',
40579
40339
  auth_key: 'ruby-test-auth-client-one',
40580
40340
  cipher_key: 'super-secret-cipher-key')
@@ -40614,7 +40374,6 @@ it '__channel___demo___presence____demo0___demo1____demo_______channel_group___d
40614
40374
  @pubnub = Pubnub.new(
40615
40375
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
40616
40376
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
40617
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
40618
40377
  uuid: 'ruby-test-uuid-client-one',
40619
40378
  auth_key: 'ruby-test-auth-client-one',
40620
40379
  cipher_key: 'super-secret-cipher-key')
@@ -40654,7 +40413,6 @@ it '__channel___demo___presence____demo0___demo1____demo_______channel_group___d
40654
40413
  @pubnub = Pubnub.new(
40655
40414
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
40656
40415
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
40657
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
40658
40416
  uuid: 'ruby-test-uuid-client-one',
40659
40417
  auth_key: 'ruby-test-auth-client-one',
40660
40418
  cipher_key: 'super-secret-cipher-key')
@@ -40825,7 +40583,6 @@ it '__channel___demo___presence____demo0___demo1____demo_______channel_group___d
40825
40583
  @pubnub = Pubnub.new(
40826
40584
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
40827
40585
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
40828
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
40829
40586
  uuid: 'ruby-test-uuid-client-one',
40830
40587
  auth_key: 'ruby-test-auth-client-one',
40831
40588
  cipher_key: 'super-secret-cipher-key')
@@ -40951,7 +40708,6 @@ it '__channel___demo___presence____demo0___demo1____demo_______channel_group___d
40951
40708
  @pubnub = Pubnub.new(
40952
40709
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
40953
40710
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
40954
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
40955
40711
  uuid: 'ruby-test-uuid-client-one',
40956
40712
  auth_key: 'ruby-test-auth-client-one',
40957
40713
  cipher_key: 'super-secret-cipher-key')
@@ -41077,7 +40833,6 @@ it '__channel___demo___presence____demo0___demo1____demo_______channel_group___d
41077
40833
  @pubnub = Pubnub.new(
41078
40834
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
41079
40835
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
41080
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
41081
40836
  uuid: 'ruby-test-uuid-client-one',
41082
40837
  auth_key: 'ruby-test-auth-client-one',
41083
40838
  cipher_key: 'super-secret-cipher-key')
@@ -41117,7 +40872,6 @@ it '__channel___demo___presence____demo0___demo1____demo_______channel_group___d
41117
40872
  @pubnub = Pubnub.new(
41118
40873
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
41119
40874
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
41120
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
41121
40875
  uuid: 'ruby-test-uuid-client-one',
41122
40876
  auth_key: 'ruby-test-auth-client-one',
41123
40877
  cipher_key: 'super-secret-cipher-key')
@@ -41157,7 +40911,6 @@ it '__channel___demo___presence____demo0___demo1____demo_______channel_group___d
41157
40911
  @pubnub = Pubnub.new(
41158
40912
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
41159
40913
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
41160
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
41161
40914
  uuid: 'ruby-test-uuid-client-one',
41162
40915
  auth_key: 'ruby-test-auth-client-one',
41163
40916
  cipher_key: 'super-secret-cipher-key')
@@ -41197,7 +40950,6 @@ it '__channel___demo___presence____demo0___demo1____demo_______channel_group__ni
41197
40950
  @pubnub = Pubnub.new(
41198
40951
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
41199
40952
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
41200
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
41201
40953
  uuid: 'ruby-test-uuid-client-one',
41202
40954
  auth_key: 'ruby-test-auth-client-one',
41203
40955
  cipher_key: 'super-secret-cipher-key')
@@ -41278,7 +41030,6 @@ it '__channel___demo___presence____demo0___demo1____demo_______channel_group__ni
41278
41030
  @pubnub = Pubnub.new(
41279
41031
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
41280
41032
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
41281
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
41282
41033
  uuid: 'ruby-test-uuid-client-one',
41283
41034
  auth_key: 'ruby-test-auth-client-one',
41284
41035
  cipher_key: 'super-secret-cipher-key')
@@ -41374,7 +41125,6 @@ it '__channel___demo___presence____demo0___demo1____demo_______channel_group__ni
41374
41125
  @pubnub = Pubnub.new(
41375
41126
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
41376
41127
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
41377
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
41378
41128
  uuid: 'ruby-test-uuid-client-one',
41379
41129
  auth_key: 'ruby-test-auth-client-one',
41380
41130
  cipher_key: 'super-secret-cipher-key')
@@ -41455,7 +41205,6 @@ it '__channel___demo___presence____demo0___demo1____demo_______channel_group__ni
41455
41205
  @pubnub = Pubnub.new(
41456
41206
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
41457
41207
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
41458
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
41459
41208
  uuid: 'ruby-test-uuid-client-one',
41460
41209
  auth_key: 'ruby-test-auth-client-one',
41461
41210
  cipher_key: 'super-secret-cipher-key')
@@ -41495,7 +41244,6 @@ it '__channel___demo___presence____demo0___demo1____demo_______channel_group__ni
41495
41244
  @pubnub = Pubnub.new(
41496
41245
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
41497
41246
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
41498
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
41499
41247
  uuid: 'ruby-test-uuid-client-one',
41500
41248
  auth_key: 'ruby-test-auth-client-one',
41501
41249
  cipher_key: 'super-secret-cipher-key')
@@ -41535,7 +41283,6 @@ it '__channel___demo___presence____demo0___demo1____demo_______channel_group__ni
41535
41283
  @pubnub = Pubnub.new(
41536
41284
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
41537
41285
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
41538
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
41539
41286
  uuid: 'ruby-test-uuid-client-one',
41540
41287
  auth_key: 'ruby-test-auth-client-one',
41541
41288
  cipher_key: 'super-secret-cipher-key')
@@ -41575,7 +41322,6 @@ it '__channel___demo___presence__nil___channel_group___demo___http_sync__true___
41575
41322
  @pubnub = Pubnub.new(
41576
41323
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
41577
41324
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
41578
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
41579
41325
  uuid: 'ruby-test-uuid-client-one',
41580
41326
  auth_key: 'ruby-test-auth-client-one',
41581
41327
  cipher_key: 'super-secret-cipher-key')
@@ -41656,7 +41402,6 @@ it '__channel___demo___presence__nil___channel_group___demo___http_sync__true___
41656
41402
  @pubnub = Pubnub.new(
41657
41403
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
41658
41404
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
41659
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
41660
41405
  uuid: 'ruby-test-uuid-client-one',
41661
41406
  auth_key: 'ruby-test-auth-client-one',
41662
41407
  cipher_key: 'super-secret-cipher-key')
@@ -41737,7 +41482,6 @@ it '__channel___demo___presence__nil___channel_group___demo___http_sync__true___
41737
41482
  @pubnub = Pubnub.new(
41738
41483
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
41739
41484
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
41740
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
41741
41485
  uuid: 'ruby-test-uuid-client-one',
41742
41486
  auth_key: 'ruby-test-auth-client-one',
41743
41487
  cipher_key: 'super-secret-cipher-key')
@@ -41818,7 +41562,6 @@ it '__channel___demo___presence__nil___channel_group___demo___http_sync__false__
41818
41562
  @pubnub = Pubnub.new(
41819
41563
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
41820
41564
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
41821
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
41822
41565
  uuid: 'ruby-test-uuid-client-one',
41823
41566
  auth_key: 'ruby-test-auth-client-one',
41824
41567
  cipher_key: 'super-secret-cipher-key')
@@ -41858,7 +41601,6 @@ it '__channel___demo___presence__nil___channel_group___demo___http_sync__false__
41858
41601
  @pubnub = Pubnub.new(
41859
41602
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
41860
41603
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
41861
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
41862
41604
  uuid: 'ruby-test-uuid-client-one',
41863
41605
  auth_key: 'ruby-test-auth-client-one',
41864
41606
  cipher_key: 'super-secret-cipher-key')
@@ -41898,7 +41640,6 @@ it '__channel___demo___presence__nil___channel_group___demo___http_sync__false__
41898
41640
  @pubnub = Pubnub.new(
41899
41641
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
41900
41642
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
41901
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
41902
41643
  uuid: 'ruby-test-uuid-client-one',
41903
41644
  auth_key: 'ruby-test-auth-client-one',
41904
41645
  cipher_key: 'super-secret-cipher-key')
@@ -41938,7 +41679,6 @@ it '__channel___demo___presence__nil___channel_group___demo____http_sync__true__
41938
41679
  @pubnub = Pubnub.new(
41939
41680
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
41940
41681
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
41941
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
41942
41682
  uuid: 'ruby-test-uuid-client-one',
41943
41683
  auth_key: 'ruby-test-auth-client-one',
41944
41684
  cipher_key: 'super-secret-cipher-key')
@@ -42019,7 +41759,6 @@ it '__channel___demo___presence__nil___channel_group___demo____http_sync__true__
42019
41759
  @pubnub = Pubnub.new(
42020
41760
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
42021
41761
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
42022
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
42023
41762
  uuid: 'ruby-test-uuid-client-one',
42024
41763
  auth_key: 'ruby-test-auth-client-one',
42025
41764
  cipher_key: 'super-secret-cipher-key')
@@ -42100,7 +41839,6 @@ it '__channel___demo___presence__nil___channel_group___demo____http_sync__true__
42100
41839
  @pubnub = Pubnub.new(
42101
41840
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
42102
41841
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
42103
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
42104
41842
  uuid: 'ruby-test-uuid-client-one',
42105
41843
  auth_key: 'ruby-test-auth-client-one',
42106
41844
  cipher_key: 'super-secret-cipher-key')
@@ -42181,7 +41919,6 @@ it '__channel___demo___presence__nil___channel_group___demo____http_sync__false_
42181
41919
  @pubnub = Pubnub.new(
42182
41920
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
42183
41921
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
42184
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
42185
41922
  uuid: 'ruby-test-uuid-client-one',
42186
41923
  auth_key: 'ruby-test-auth-client-one',
42187
41924
  cipher_key: 'super-secret-cipher-key')
@@ -42221,7 +41958,6 @@ it '__channel___demo___presence__nil___channel_group___demo____http_sync__false_
42221
41958
  @pubnub = Pubnub.new(
42222
41959
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
42223
41960
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
42224
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
42225
41961
  uuid: 'ruby-test-uuid-client-one',
42226
41962
  auth_key: 'ruby-test-auth-client-one',
42227
41963
  cipher_key: 'super-secret-cipher-key')
@@ -42261,7 +41997,6 @@ it '__channel___demo___presence__nil___channel_group___demo____http_sync__false_
42261
41997
  @pubnub = Pubnub.new(
42262
41998
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
42263
41999
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
42264
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
42265
42000
  uuid: 'ruby-test-uuid-client-one',
42266
42001
  auth_key: 'ruby-test-auth-client-one',
42267
42002
  cipher_key: 'super-secret-cipher-key')
@@ -42301,7 +42036,6 @@ it '__channel___demo___presence__nil___channel_group__nil___http_sync__true___ca
42301
42036
  @pubnub = Pubnub.new(
42302
42037
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
42303
42038
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
42304
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
42305
42039
  uuid: 'ruby-test-uuid-client-one',
42306
42040
  auth_key: 'ruby-test-auth-client-one',
42307
42041
  cipher_key: 'super-secret-cipher-key')
@@ -42337,7 +42071,6 @@ it '__channel___demo___presence__nil___channel_group__nil___http_sync__true___ca
42337
42071
  @pubnub = Pubnub.new(
42338
42072
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
42339
42073
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
42340
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
42341
42074
  uuid: 'ruby-test-uuid-client-one',
42342
42075
  auth_key: 'ruby-test-auth-client-one',
42343
42076
  cipher_key: 'super-secret-cipher-key')
@@ -42373,7 +42106,6 @@ it '__channel___demo___presence__nil___channel_group__nil___http_sync__true___ca
42373
42106
  @pubnub = Pubnub.new(
42374
42107
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
42375
42108
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
42376
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
42377
42109
  uuid: 'ruby-test-uuid-client-one',
42378
42110
  auth_key: 'ruby-test-auth-client-one',
42379
42111
  cipher_key: 'super-secret-cipher-key')
@@ -42409,7 +42141,6 @@ it '__channel___demo___presence__nil___channel_group__nil___http_sync__false___c
42409
42141
  @pubnub = Pubnub.new(
42410
42142
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
42411
42143
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
42412
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
42413
42144
  uuid: 'ruby-test-uuid-client-one',
42414
42145
  auth_key: 'ruby-test-auth-client-one',
42415
42146
  cipher_key: 'super-secret-cipher-key')
@@ -42449,7 +42180,6 @@ it '__channel___demo___presence__nil___channel_group__nil___http_sync__false___c
42449
42180
  @pubnub = Pubnub.new(
42450
42181
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
42451
42182
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
42452
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
42453
42183
  uuid: 'ruby-test-uuid-client-one',
42454
42184
  auth_key: 'ruby-test-auth-client-one',
42455
42185
  cipher_key: 'super-secret-cipher-key')
@@ -42489,7 +42219,6 @@ it '__channel___demo___presence__nil___channel_group__nil___http_sync__false___c
42489
42219
  @pubnub = Pubnub.new(
42490
42220
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
42491
42221
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
42492
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
42493
42222
  uuid: 'ruby-test-uuid-client-one',
42494
42223
  auth_key: 'ruby-test-auth-client-one',
42495
42224
  cipher_key: 'super-secret-cipher-key')
@@ -42529,7 +42258,6 @@ it '__channel____demo0___demo1____demo_______presence___demo____channel_group___
42529
42258
  @pubnub = Pubnub.new(
42530
42259
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
42531
42260
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
42532
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
42533
42261
  uuid: 'ruby-test-uuid-client-one',
42534
42262
  auth_key: 'ruby-test-auth-client-one',
42535
42263
  cipher_key: 'super-secret-cipher-key')
@@ -42625,7 +42353,6 @@ it '__channel____demo0___demo1____demo_______presence___demo____channel_group___
42625
42353
  @pubnub = Pubnub.new(
42626
42354
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
42627
42355
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
42628
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
42629
42356
  uuid: 'ruby-test-uuid-client-one',
42630
42357
  auth_key: 'ruby-test-auth-client-one',
42631
42358
  cipher_key: 'super-secret-cipher-key')
@@ -42706,7 +42433,6 @@ it '__channel____demo0___demo1____demo_______presence___demo____channel_group___
42706
42433
  @pubnub = Pubnub.new(
42707
42434
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
42708
42435
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
42709
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
42710
42436
  uuid: 'ruby-test-uuid-client-one',
42711
42437
  auth_key: 'ruby-test-auth-client-one',
42712
42438
  cipher_key: 'super-secret-cipher-key')
@@ -42817,7 +42543,6 @@ it '__channel____demo0___demo1____demo_______presence___demo____channel_group___
42817
42543
  @pubnub = Pubnub.new(
42818
42544
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
42819
42545
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
42820
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
42821
42546
  uuid: 'ruby-test-uuid-client-one',
42822
42547
  auth_key: 'ruby-test-auth-client-one',
42823
42548
  cipher_key: 'super-secret-cipher-key')
@@ -42857,7 +42582,6 @@ it '__channel____demo0___demo1____demo_______presence___demo____channel_group___
42857
42582
  @pubnub = Pubnub.new(
42858
42583
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
42859
42584
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
42860
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
42861
42585
  uuid: 'ruby-test-uuid-client-one',
42862
42586
  auth_key: 'ruby-test-auth-client-one',
42863
42587
  cipher_key: 'super-secret-cipher-key')
@@ -42897,7 +42621,6 @@ it '__channel____demo0___demo1____demo_______presence___demo____channel_group___
42897
42621
  @pubnub = Pubnub.new(
42898
42622
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
42899
42623
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
42900
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
42901
42624
  uuid: 'ruby-test-uuid-client-one',
42902
42625
  auth_key: 'ruby-test-auth-client-one',
42903
42626
  cipher_key: 'super-secret-cipher-key')
@@ -42937,7 +42660,6 @@ it '__channel____demo0___demo1____demo_______presence___demo____channel_group___
42937
42660
  @pubnub = Pubnub.new(
42938
42661
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
42939
42662
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
42940
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
42941
42663
  uuid: 'ruby-test-uuid-client-one',
42942
42664
  auth_key: 'ruby-test-auth-client-one',
42943
42665
  cipher_key: 'super-secret-cipher-key')
@@ -43048,7 +42770,6 @@ it '__channel____demo0___demo1____demo_______presence___demo____channel_group___
43048
42770
  @pubnub = Pubnub.new(
43049
42771
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
43050
42772
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
43051
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
43052
42773
  uuid: 'ruby-test-uuid-client-one',
43053
42774
  auth_key: 'ruby-test-auth-client-one',
43054
42775
  cipher_key: 'super-secret-cipher-key')
@@ -43159,7 +42880,6 @@ it '__channel____demo0___demo1____demo_______presence___demo____channel_group___
43159
42880
  @pubnub = Pubnub.new(
43160
42881
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
43161
42882
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
43162
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
43163
42883
  uuid: 'ruby-test-uuid-client-one',
43164
42884
  auth_key: 'ruby-test-auth-client-one',
43165
42885
  cipher_key: 'super-secret-cipher-key')
@@ -43270,7 +42990,6 @@ it '__channel____demo0___demo1____demo_______presence___demo____channel_group___
43270
42990
  @pubnub = Pubnub.new(
43271
42991
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
43272
42992
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
43273
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
43274
42993
  uuid: 'ruby-test-uuid-client-one',
43275
42994
  auth_key: 'ruby-test-auth-client-one',
43276
42995
  cipher_key: 'super-secret-cipher-key')
@@ -43310,7 +43029,6 @@ it '__channel____demo0___demo1____demo_______presence___demo____channel_group___
43310
43029
  @pubnub = Pubnub.new(
43311
43030
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
43312
43031
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
43313
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
43314
43032
  uuid: 'ruby-test-uuid-client-one',
43315
43033
  auth_key: 'ruby-test-auth-client-one',
43316
43034
  cipher_key: 'super-secret-cipher-key')
@@ -43350,7 +43068,6 @@ it '__channel____demo0___demo1____demo_______presence___demo____channel_group___
43350
43068
  @pubnub = Pubnub.new(
43351
43069
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
43352
43070
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
43353
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
43354
43071
  uuid: 'ruby-test-uuid-client-one',
43355
43072
  auth_key: 'ruby-test-auth-client-one',
43356
43073
  cipher_key: 'super-secret-cipher-key')
@@ -43390,7 +43107,6 @@ it '__channel____demo0___demo1____demo_______presence___demo____channel_group__n
43390
43107
  @pubnub = Pubnub.new(
43391
43108
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
43392
43109
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
43393
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
43394
43110
  uuid: 'ruby-test-uuid-client-one',
43395
43111
  auth_key: 'ruby-test-auth-client-one',
43396
43112
  cipher_key: 'super-secret-cipher-key')
@@ -43471,7 +43187,6 @@ it '__channel____demo0___demo1____demo_______presence___demo____channel_group__n
43471
43187
  @pubnub = Pubnub.new(
43472
43188
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
43473
43189
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
43474
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
43475
43190
  uuid: 'ruby-test-uuid-client-one',
43476
43191
  auth_key: 'ruby-test-auth-client-one',
43477
43192
  cipher_key: 'super-secret-cipher-key')
@@ -43552,7 +43267,6 @@ it '__channel____demo0___demo1____demo_______presence___demo____channel_group__n
43552
43267
  @pubnub = Pubnub.new(
43553
43268
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
43554
43269
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
43555
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
43556
43270
  uuid: 'ruby-test-uuid-client-one',
43557
43271
  auth_key: 'ruby-test-auth-client-one',
43558
43272
  cipher_key: 'super-secret-cipher-key')
@@ -43648,7 +43362,6 @@ it '__channel____demo0___demo1____demo_______presence___demo____channel_group__n
43648
43362
  @pubnub = Pubnub.new(
43649
43363
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
43650
43364
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
43651
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
43652
43365
  uuid: 'ruby-test-uuid-client-one',
43653
43366
  auth_key: 'ruby-test-auth-client-one',
43654
43367
  cipher_key: 'super-secret-cipher-key')
@@ -43688,7 +43401,6 @@ it '__channel____demo0___demo1____demo_______presence___demo____channel_group__n
43688
43401
  @pubnub = Pubnub.new(
43689
43402
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
43690
43403
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
43691
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
43692
43404
  uuid: 'ruby-test-uuid-client-one',
43693
43405
  auth_key: 'ruby-test-auth-client-one',
43694
43406
  cipher_key: 'super-secret-cipher-key')
@@ -43728,7 +43440,6 @@ it '__channel____demo0___demo1____demo_______presence___demo____channel_group__n
43728
43440
  @pubnub = Pubnub.new(
43729
43441
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
43730
43442
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
43731
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
43732
43443
  uuid: 'ruby-test-uuid-client-one',
43733
43444
  auth_key: 'ruby-test-auth-client-one',
43734
43445
  cipher_key: 'super-secret-cipher-key')
@@ -43768,7 +43479,6 @@ it '__channel____demo0___demo1____demo_______presence___demo______channel_group_
43768
43479
  @pubnub = Pubnub.new(
43769
43480
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
43770
43481
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
43771
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
43772
43482
  uuid: 'ruby-test-uuid-client-one',
43773
43483
  auth_key: 'ruby-test-auth-client-one',
43774
43484
  cipher_key: 'super-secret-cipher-key')
@@ -43909,7 +43619,6 @@ it '__channel____demo0___demo1____demo_______presence___demo______channel_group_
43909
43619
  @pubnub = Pubnub.new(
43910
43620
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
43911
43621
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
43912
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
43913
43622
  uuid: 'ruby-test-uuid-client-one',
43914
43623
  auth_key: 'ruby-test-auth-client-one',
43915
43624
  cipher_key: 'super-secret-cipher-key')
@@ -44080,7 +43789,6 @@ it '__channel____demo0___demo1____demo_______presence___demo______channel_group_
44080
43789
  @pubnub = Pubnub.new(
44081
43790
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
44082
43791
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
44083
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
44084
43792
  uuid: 'ruby-test-uuid-client-one',
44085
43793
  auth_key: 'ruby-test-auth-client-one',
44086
43794
  cipher_key: 'super-secret-cipher-key')
@@ -44191,7 +43899,6 @@ it '__channel____demo0___demo1____demo_______presence___demo______channel_group_
44191
43899
  @pubnub = Pubnub.new(
44192
43900
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
44193
43901
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
44194
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
44195
43902
  uuid: 'ruby-test-uuid-client-one',
44196
43903
  auth_key: 'ruby-test-auth-client-one',
44197
43904
  cipher_key: 'super-secret-cipher-key')
@@ -44231,7 +43938,6 @@ it '__channel____demo0___demo1____demo_______presence___demo______channel_group_
44231
43938
  @pubnub = Pubnub.new(
44232
43939
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
44233
43940
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
44234
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
44235
43941
  uuid: 'ruby-test-uuid-client-one',
44236
43942
  auth_key: 'ruby-test-auth-client-one',
44237
43943
  cipher_key: 'super-secret-cipher-key')
@@ -44271,7 +43977,6 @@ it '__channel____demo0___demo1____demo_______presence___demo______channel_group_
44271
43977
  @pubnub = Pubnub.new(
44272
43978
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
44273
43979
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
44274
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
44275
43980
  uuid: 'ruby-test-uuid-client-one',
44276
43981
  auth_key: 'ruby-test-auth-client-one',
44277
43982
  cipher_key: 'super-secret-cipher-key')
@@ -44311,7 +44016,6 @@ it '__channel____demo0___demo1____demo_______presence___demo______channel_group_
44311
44016
  @pubnub = Pubnub.new(
44312
44017
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
44313
44018
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
44314
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
44315
44019
  uuid: 'ruby-test-uuid-client-one',
44316
44020
  auth_key: 'ruby-test-auth-client-one',
44317
44021
  cipher_key: 'super-secret-cipher-key')
@@ -44452,7 +44156,6 @@ it '__channel____demo0___demo1____demo_______presence___demo______channel_group_
44452
44156
  @pubnub = Pubnub.new(
44453
44157
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
44454
44158
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
44455
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
44456
44159
  uuid: 'ruby-test-uuid-client-one',
44457
44160
  auth_key: 'ruby-test-auth-client-one',
44458
44161
  cipher_key: 'super-secret-cipher-key')
@@ -44593,7 +44296,6 @@ it '__channel____demo0___demo1____demo_______presence___demo______channel_group_
44593
44296
  @pubnub = Pubnub.new(
44594
44297
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
44595
44298
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
44596
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
44597
44299
  uuid: 'ruby-test-uuid-client-one',
44598
44300
  auth_key: 'ruby-test-auth-client-one',
44599
44301
  cipher_key: 'super-secret-cipher-key')
@@ -44734,7 +44436,6 @@ it '__channel____demo0___demo1____demo_______presence___demo______channel_group_
44734
44436
  @pubnub = Pubnub.new(
44735
44437
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
44736
44438
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
44737
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
44738
44439
  uuid: 'ruby-test-uuid-client-one',
44739
44440
  auth_key: 'ruby-test-auth-client-one',
44740
44441
  cipher_key: 'super-secret-cipher-key')
@@ -44774,7 +44475,6 @@ it '__channel____demo0___demo1____demo_______presence___demo______channel_group_
44774
44475
  @pubnub = Pubnub.new(
44775
44476
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
44776
44477
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
44777
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
44778
44478
  uuid: 'ruby-test-uuid-client-one',
44779
44479
  auth_key: 'ruby-test-auth-client-one',
44780
44480
  cipher_key: 'super-secret-cipher-key')
@@ -44814,7 +44514,6 @@ it '__channel____demo0___demo1____demo_______presence___demo______channel_group_
44814
44514
  @pubnub = Pubnub.new(
44815
44515
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
44816
44516
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
44817
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
44818
44517
  uuid: 'ruby-test-uuid-client-one',
44819
44518
  auth_key: 'ruby-test-auth-client-one',
44820
44519
  cipher_key: 'super-secret-cipher-key')
@@ -44854,7 +44553,6 @@ it '__channel____demo0___demo1____demo_______presence___demo______channel_group_
44854
44553
  @pubnub = Pubnub.new(
44855
44554
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
44856
44555
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
44857
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
44858
44556
  uuid: 'ruby-test-uuid-client-one',
44859
44557
  auth_key: 'ruby-test-auth-client-one',
44860
44558
  cipher_key: 'super-secret-cipher-key')
@@ -44980,7 +44678,6 @@ it '__channel____demo0___demo1____demo_______presence___demo______channel_group_
44980
44678
  @pubnub = Pubnub.new(
44981
44679
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
44982
44680
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
44983
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
44984
44681
  uuid: 'ruby-test-uuid-client-one',
44985
44682
  auth_key: 'ruby-test-auth-client-one',
44986
44683
  cipher_key: 'super-secret-cipher-key')
@@ -45136,7 +44833,6 @@ it '__channel____demo0___demo1____demo_______presence___demo______channel_group_
45136
44833
  @pubnub = Pubnub.new(
45137
44834
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
45138
44835
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
45139
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
45140
44836
  uuid: 'ruby-test-uuid-client-one',
45141
44837
  auth_key: 'ruby-test-auth-client-one',
45142
44838
  cipher_key: 'super-secret-cipher-key')
@@ -45232,7 +44928,6 @@ it '__channel____demo0___demo1____demo_______presence___demo______channel_group_
45232
44928
  @pubnub = Pubnub.new(
45233
44929
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
45234
44930
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
45235
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
45236
44931
  uuid: 'ruby-test-uuid-client-one',
45237
44932
  auth_key: 'ruby-test-auth-client-one',
45238
44933
  cipher_key: 'super-secret-cipher-key')
@@ -45272,7 +44967,6 @@ it '__channel____demo0___demo1____demo_______presence___demo______channel_group_
45272
44967
  @pubnub = Pubnub.new(
45273
44968
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
45274
44969
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
45275
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
45276
44970
  uuid: 'ruby-test-uuid-client-one',
45277
44971
  auth_key: 'ruby-test-auth-client-one',
45278
44972
  cipher_key: 'super-secret-cipher-key')
@@ -45312,7 +45006,6 @@ it '__channel____demo0___demo1____demo_______presence___demo______channel_group_
45312
45006
  @pubnub = Pubnub.new(
45313
45007
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
45314
45008
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
45315
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
45316
45009
  uuid: 'ruby-test-uuid-client-one',
45317
45010
  auth_key: 'ruby-test-auth-client-one',
45318
45011
  cipher_key: 'super-secret-cipher-key')
@@ -45352,7 +45045,6 @@ it '__channel____demo0___demo1____demo_______presence___demo___channel_group___d
45352
45045
  @pubnub = Pubnub.new(
45353
45046
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
45354
45047
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
45355
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
45356
45048
  uuid: 'ruby-test-uuid-client-one',
45357
45049
  auth_key: 'ruby-test-auth-client-one',
45358
45050
  cipher_key: 'super-secret-cipher-key')
@@ -45448,7 +45140,6 @@ it '__channel____demo0___demo1____demo_______presence___demo___channel_group___d
45448
45140
  @pubnub = Pubnub.new(
45449
45141
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
45450
45142
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
45451
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
45452
45143
  uuid: 'ruby-test-uuid-client-one',
45453
45144
  auth_key: 'ruby-test-auth-client-one',
45454
45145
  cipher_key: 'super-secret-cipher-key')
@@ -45559,7 +45250,6 @@ it '__channel____demo0___demo1____demo_______presence___demo___channel_group___d
45559
45250
  @pubnub = Pubnub.new(
45560
45251
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
45561
45252
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
45562
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
45563
45253
  uuid: 'ruby-test-uuid-client-one',
45564
45254
  auth_key: 'ruby-test-auth-client-one',
45565
45255
  cipher_key: 'super-secret-cipher-key')
@@ -45670,7 +45360,6 @@ it '__channel____demo0___demo1____demo_______presence___demo___channel_group___d
45670
45360
  @pubnub = Pubnub.new(
45671
45361
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
45672
45362
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
45673
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
45674
45363
  uuid: 'ruby-test-uuid-client-one',
45675
45364
  auth_key: 'ruby-test-auth-client-one',
45676
45365
  cipher_key: 'super-secret-cipher-key')
@@ -45710,7 +45399,6 @@ it '__channel____demo0___demo1____demo_______presence___demo___channel_group___d
45710
45399
  @pubnub = Pubnub.new(
45711
45400
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
45712
45401
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
45713
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
45714
45402
  uuid: 'ruby-test-uuid-client-one',
45715
45403
  auth_key: 'ruby-test-auth-client-one',
45716
45404
  cipher_key: 'super-secret-cipher-key')
@@ -45750,7 +45438,6 @@ it '__channel____demo0___demo1____demo_______presence___demo___channel_group___d
45750
45438
  @pubnub = Pubnub.new(
45751
45439
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
45752
45440
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
45753
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
45754
45441
  uuid: 'ruby-test-uuid-client-one',
45755
45442
  auth_key: 'ruby-test-auth-client-one',
45756
45443
  cipher_key: 'super-secret-cipher-key')
@@ -45790,7 +45477,6 @@ it '__channel____demo0___demo1____demo_______presence___demo___channel_group___d
45790
45477
  @pubnub = Pubnub.new(
45791
45478
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
45792
45479
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
45793
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
45794
45480
  uuid: 'ruby-test-uuid-client-one',
45795
45481
  auth_key: 'ruby-test-auth-client-one',
45796
45482
  cipher_key: 'super-secret-cipher-key')
@@ -45886,7 +45572,6 @@ it '__channel____demo0___demo1____demo_______presence___demo___channel_group___d
45886
45572
  @pubnub = Pubnub.new(
45887
45573
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
45888
45574
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
45889
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
45890
45575
  uuid: 'ruby-test-uuid-client-one',
45891
45576
  auth_key: 'ruby-test-auth-client-one',
45892
45577
  cipher_key: 'super-secret-cipher-key')
@@ -45982,7 +45667,6 @@ it '__channel____demo0___demo1____demo_______presence___demo___channel_group___d
45982
45667
  @pubnub = Pubnub.new(
45983
45668
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
45984
45669
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
45985
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
45986
45670
  uuid: 'ruby-test-uuid-client-one',
45987
45671
  auth_key: 'ruby-test-auth-client-one',
45988
45672
  cipher_key: 'super-secret-cipher-key')
@@ -46093,7 +45777,6 @@ it '__channel____demo0___demo1____demo_______presence___demo___channel_group___d
46093
45777
  @pubnub = Pubnub.new(
46094
45778
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
46095
45779
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
46096
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
46097
45780
  uuid: 'ruby-test-uuid-client-one',
46098
45781
  auth_key: 'ruby-test-auth-client-one',
46099
45782
  cipher_key: 'super-secret-cipher-key')
@@ -46133,7 +45816,6 @@ it '__channel____demo0___demo1____demo_______presence___demo___channel_group___d
46133
45816
  @pubnub = Pubnub.new(
46134
45817
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
46135
45818
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
46136
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
46137
45819
  uuid: 'ruby-test-uuid-client-one',
46138
45820
  auth_key: 'ruby-test-auth-client-one',
46139
45821
  cipher_key: 'super-secret-cipher-key')
@@ -46173,7 +45855,6 @@ it '__channel____demo0___demo1____demo_______presence___demo___channel_group___d
46173
45855
  @pubnub = Pubnub.new(
46174
45856
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
46175
45857
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
46176
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
46177
45858
  uuid: 'ruby-test-uuid-client-one',
46178
45859
  auth_key: 'ruby-test-auth-client-one',
46179
45860
  cipher_key: 'super-secret-cipher-key')
@@ -46213,7 +45894,6 @@ it '__channel____demo0___demo1____demo_______presence___demo___channel_group__ni
46213
45894
  @pubnub = Pubnub.new(
46214
45895
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
46215
45896
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
46216
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
46217
45897
  uuid: 'ruby-test-uuid-client-one',
46218
45898
  auth_key: 'ruby-test-auth-client-one',
46219
45899
  cipher_key: 'super-secret-cipher-key')
@@ -46294,7 +45974,6 @@ it '__channel____demo0___demo1____demo_______presence___demo___channel_group__ni
46294
45974
  @pubnub = Pubnub.new(
46295
45975
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
46296
45976
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
46297
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
46298
45977
  uuid: 'ruby-test-uuid-client-one',
46299
45978
  auth_key: 'ruby-test-auth-client-one',
46300
45979
  cipher_key: 'super-secret-cipher-key')
@@ -46375,7 +46054,6 @@ it '__channel____demo0___demo1____demo_______presence___demo___channel_group__ni
46375
46054
  @pubnub = Pubnub.new(
46376
46055
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
46377
46056
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
46378
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
46379
46057
  uuid: 'ruby-test-uuid-client-one',
46380
46058
  auth_key: 'ruby-test-auth-client-one',
46381
46059
  cipher_key: 'super-secret-cipher-key')
@@ -46471,7 +46149,6 @@ it '__channel____demo0___demo1____demo_______presence___demo___channel_group__ni
46471
46149
  @pubnub = Pubnub.new(
46472
46150
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
46473
46151
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
46474
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
46475
46152
  uuid: 'ruby-test-uuid-client-one',
46476
46153
  auth_key: 'ruby-test-auth-client-one',
46477
46154
  cipher_key: 'super-secret-cipher-key')
@@ -46511,7 +46188,6 @@ it '__channel____demo0___demo1____demo_______presence___demo___channel_group__ni
46511
46188
  @pubnub = Pubnub.new(
46512
46189
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
46513
46190
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
46514
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
46515
46191
  uuid: 'ruby-test-uuid-client-one',
46516
46192
  auth_key: 'ruby-test-auth-client-one',
46517
46193
  cipher_key: 'super-secret-cipher-key')
@@ -46551,7 +46227,6 @@ it '__channel____demo0___demo1____demo_______presence___demo___channel_group__ni
46551
46227
  @pubnub = Pubnub.new(
46552
46228
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
46553
46229
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
46554
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
46555
46230
  uuid: 'ruby-test-uuid-client-one',
46556
46231
  auth_key: 'ruby-test-auth-client-one',
46557
46232
  cipher_key: 'super-secret-cipher-key')
@@ -46591,7 +46266,6 @@ it '__channel____demo0___demo1____demo_______presence____demo0___demo1____demo__
46591
46266
  @pubnub = Pubnub.new(
46592
46267
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
46593
46268
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
46594
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
46595
46269
  uuid: 'ruby-test-uuid-client-one',
46596
46270
  auth_key: 'ruby-test-auth-client-one',
46597
46271
  cipher_key: 'super-secret-cipher-key')
@@ -46777,7 +46451,6 @@ it '__channel____demo0___demo1____demo_______presence____demo0___demo1____demo__
46777
46451
  @pubnub = Pubnub.new(
46778
46452
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
46779
46453
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
46780
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
46781
46454
  uuid: 'ruby-test-uuid-client-one',
46782
46455
  auth_key: 'ruby-test-auth-client-one',
46783
46456
  cipher_key: 'super-secret-cipher-key')
@@ -46978,7 +46651,6 @@ it '__channel____demo0___demo1____demo_______presence____demo0___demo1____demo__
46978
46651
  @pubnub = Pubnub.new(
46979
46652
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
46980
46653
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
46981
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
46982
46654
  uuid: 'ruby-test-uuid-client-one',
46983
46655
  auth_key: 'ruby-test-auth-client-one',
46984
46656
  cipher_key: 'super-secret-cipher-key')
@@ -47149,7 +46821,6 @@ it '__channel____demo0___demo1____demo_______presence____demo0___demo1____demo__
47149
46821
  @pubnub = Pubnub.new(
47150
46822
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
47151
46823
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
47152
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
47153
46824
  uuid: 'ruby-test-uuid-client-one',
47154
46825
  auth_key: 'ruby-test-auth-client-one',
47155
46826
  cipher_key: 'super-secret-cipher-key')
@@ -47189,7 +46860,6 @@ it '__channel____demo0___demo1____demo_______presence____demo0___demo1____demo__
47189
46860
  @pubnub = Pubnub.new(
47190
46861
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
47191
46862
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
47192
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
47193
46863
  uuid: 'ruby-test-uuid-client-one',
47194
46864
  auth_key: 'ruby-test-auth-client-one',
47195
46865
  cipher_key: 'super-secret-cipher-key')
@@ -47229,7 +46899,6 @@ it '__channel____demo0___demo1____demo_______presence____demo0___demo1____demo__
47229
46899
  @pubnub = Pubnub.new(
47230
46900
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
47231
46901
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
47232
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
47233
46902
  uuid: 'ruby-test-uuid-client-one',
47234
46903
  auth_key: 'ruby-test-auth-client-one',
47235
46904
  cipher_key: 'super-secret-cipher-key')
@@ -47269,7 +46938,6 @@ it '__channel____demo0___demo1____demo_______presence____demo0___demo1____demo__
47269
46938
  @pubnub = Pubnub.new(
47270
46939
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
47271
46940
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
47272
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
47273
46941
  uuid: 'ruby-test-uuid-client-one',
47274
46942
  auth_key: 'ruby-test-auth-client-one',
47275
46943
  cipher_key: 'super-secret-cipher-key')
@@ -47470,7 +47138,6 @@ it '__channel____demo0___demo1____demo_______presence____demo0___demo1____demo__
47470
47138
  @pubnub = Pubnub.new(
47471
47139
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
47472
47140
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
47473
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
47474
47141
  uuid: 'ruby-test-uuid-client-one',
47475
47142
  auth_key: 'ruby-test-auth-client-one',
47476
47143
  cipher_key: 'super-secret-cipher-key')
@@ -47671,7 +47338,6 @@ it '__channel____demo0___demo1____demo_______presence____demo0___demo1____demo__
47671
47338
  @pubnub = Pubnub.new(
47672
47339
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
47673
47340
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
47674
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
47675
47341
  uuid: 'ruby-test-uuid-client-one',
47676
47342
  auth_key: 'ruby-test-auth-client-one',
47677
47343
  cipher_key: 'super-secret-cipher-key')
@@ -47857,7 +47523,6 @@ it '__channel____demo0___demo1____demo_______presence____demo0___demo1____demo__
47857
47523
  @pubnub = Pubnub.new(
47858
47524
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
47859
47525
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
47860
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
47861
47526
  uuid: 'ruby-test-uuid-client-one',
47862
47527
  auth_key: 'ruby-test-auth-client-one',
47863
47528
  cipher_key: 'super-secret-cipher-key')
@@ -47897,7 +47562,6 @@ it '__channel____demo0___demo1____demo_______presence____demo0___demo1____demo__
47897
47562
  @pubnub = Pubnub.new(
47898
47563
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
47899
47564
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
47900
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
47901
47565
  uuid: 'ruby-test-uuid-client-one',
47902
47566
  auth_key: 'ruby-test-auth-client-one',
47903
47567
  cipher_key: 'super-secret-cipher-key')
@@ -47937,7 +47601,6 @@ it '__channel____demo0___demo1____demo_______presence____demo0___demo1____demo__
47937
47601
  @pubnub = Pubnub.new(
47938
47602
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
47939
47603
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
47940
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
47941
47604
  uuid: 'ruby-test-uuid-client-one',
47942
47605
  auth_key: 'ruby-test-auth-client-one',
47943
47606
  cipher_key: 'super-secret-cipher-key')
@@ -47977,7 +47640,6 @@ it '__channel____demo0___demo1____demo_______presence____demo0___demo1____demo__
47977
47640
  @pubnub = Pubnub.new(
47978
47641
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
47979
47642
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
47980
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
47981
47643
  uuid: 'ruby-test-uuid-client-one',
47982
47644
  auth_key: 'ruby-test-auth-client-one',
47983
47645
  cipher_key: 'super-secret-cipher-key')
@@ -48118,7 +47780,6 @@ it '__channel____demo0___demo1____demo_______presence____demo0___demo1____demo__
48118
47780
  @pubnub = Pubnub.new(
48119
47781
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
48120
47782
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
48121
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
48122
47783
  uuid: 'ruby-test-uuid-client-one',
48123
47784
  auth_key: 'ruby-test-auth-client-one',
48124
47785
  cipher_key: 'super-secret-cipher-key')
@@ -48304,7 +47965,6 @@ it '__channel____demo0___demo1____demo_______presence____demo0___demo1____demo__
48304
47965
  @pubnub = Pubnub.new(
48305
47966
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
48306
47967
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
48307
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
48308
47968
  uuid: 'ruby-test-uuid-client-one',
48309
47969
  auth_key: 'ruby-test-auth-client-one',
48310
47970
  cipher_key: 'super-secret-cipher-key')
@@ -48430,7 +48090,6 @@ it '__channel____demo0___demo1____demo_______presence____demo0___demo1____demo__
48430
48090
  @pubnub = Pubnub.new(
48431
48091
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
48432
48092
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
48433
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
48434
48093
  uuid: 'ruby-test-uuid-client-one',
48435
48094
  auth_key: 'ruby-test-auth-client-one',
48436
48095
  cipher_key: 'super-secret-cipher-key')
@@ -48470,7 +48129,6 @@ it '__channel____demo0___demo1____demo_______presence____demo0___demo1____demo__
48470
48129
  @pubnub = Pubnub.new(
48471
48130
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
48472
48131
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
48473
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
48474
48132
  uuid: 'ruby-test-uuid-client-one',
48475
48133
  auth_key: 'ruby-test-auth-client-one',
48476
48134
  cipher_key: 'super-secret-cipher-key')
@@ -48510,7 +48168,6 @@ it '__channel____demo0___demo1____demo_______presence____demo0___demo1____demo__
48510
48168
  @pubnub = Pubnub.new(
48511
48169
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
48512
48170
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
48513
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
48514
48171
  uuid: 'ruby-test-uuid-client-one',
48515
48172
  auth_key: 'ruby-test-auth-client-one',
48516
48173
  cipher_key: 'super-secret-cipher-key')
@@ -48550,7 +48207,6 @@ it '__channel____demo0___demo1____demo_______presence__nil___channel_group___dem
48550
48207
  @pubnub = Pubnub.new(
48551
48208
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
48552
48209
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
48553
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
48554
48210
  uuid: 'ruby-test-uuid-client-one',
48555
48211
  auth_key: 'ruby-test-auth-client-one',
48556
48212
  cipher_key: 'super-secret-cipher-key')
@@ -48631,7 +48287,6 @@ it '__channel____demo0___demo1____demo_______presence__nil___channel_group___dem
48631
48287
  @pubnub = Pubnub.new(
48632
48288
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
48633
48289
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
48634
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
48635
48290
  uuid: 'ruby-test-uuid-client-one',
48636
48291
  auth_key: 'ruby-test-auth-client-one',
48637
48292
  cipher_key: 'super-secret-cipher-key')
@@ -48712,7 +48367,6 @@ it '__channel____demo0___demo1____demo_______presence__nil___channel_group___dem
48712
48367
  @pubnub = Pubnub.new(
48713
48368
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
48714
48369
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
48715
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
48716
48370
  uuid: 'ruby-test-uuid-client-one',
48717
48371
  auth_key: 'ruby-test-auth-client-one',
48718
48372
  cipher_key: 'super-secret-cipher-key')
@@ -48793,7 +48447,6 @@ it '__channel____demo0___demo1____demo_______presence__nil___channel_group___dem
48793
48447
  @pubnub = Pubnub.new(
48794
48448
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
48795
48449
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
48796
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
48797
48450
  uuid: 'ruby-test-uuid-client-one',
48798
48451
  auth_key: 'ruby-test-auth-client-one',
48799
48452
  cipher_key: 'super-secret-cipher-key')
@@ -48833,7 +48486,6 @@ it '__channel____demo0___demo1____demo_______presence__nil___channel_group___dem
48833
48486
  @pubnub = Pubnub.new(
48834
48487
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
48835
48488
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
48836
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
48837
48489
  uuid: 'ruby-test-uuid-client-one',
48838
48490
  auth_key: 'ruby-test-auth-client-one',
48839
48491
  cipher_key: 'super-secret-cipher-key')
@@ -48873,7 +48525,6 @@ it '__channel____demo0___demo1____demo_______presence__nil___channel_group___dem
48873
48525
  @pubnub = Pubnub.new(
48874
48526
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
48875
48527
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
48876
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
48877
48528
  uuid: 'ruby-test-uuid-client-one',
48878
48529
  auth_key: 'ruby-test-auth-client-one',
48879
48530
  cipher_key: 'super-secret-cipher-key')
@@ -48913,7 +48564,6 @@ it '__channel____demo0___demo1____demo_______presence__nil___channel_group___dem
48913
48564
  @pubnub = Pubnub.new(
48914
48565
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
48915
48566
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
48916
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
48917
48567
  uuid: 'ruby-test-uuid-client-one',
48918
48568
  auth_key: 'ruby-test-auth-client-one',
48919
48569
  cipher_key: 'super-secret-cipher-key')
@@ -48994,7 +48644,6 @@ it '__channel____demo0___demo1____demo_______presence__nil___channel_group___dem
48994
48644
  @pubnub = Pubnub.new(
48995
48645
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
48996
48646
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
48997
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
48998
48647
  uuid: 'ruby-test-uuid-client-one',
48999
48648
  auth_key: 'ruby-test-auth-client-one',
49000
48649
  cipher_key: 'super-secret-cipher-key')
@@ -49075,7 +48724,6 @@ it '__channel____demo0___demo1____demo_______presence__nil___channel_group___dem
49075
48724
  @pubnub = Pubnub.new(
49076
48725
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
49077
48726
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
49078
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
49079
48727
  uuid: 'ruby-test-uuid-client-one',
49080
48728
  auth_key: 'ruby-test-auth-client-one',
49081
48729
  cipher_key: 'super-secret-cipher-key')
@@ -49156,7 +48804,6 @@ it '__channel____demo0___demo1____demo_______presence__nil___channel_group___dem
49156
48804
  @pubnub = Pubnub.new(
49157
48805
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
49158
48806
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
49159
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
49160
48807
  uuid: 'ruby-test-uuid-client-one',
49161
48808
  auth_key: 'ruby-test-auth-client-one',
49162
48809
  cipher_key: 'super-secret-cipher-key')
@@ -49196,7 +48843,6 @@ it '__channel____demo0___demo1____demo_______presence__nil___channel_group___dem
49196
48843
  @pubnub = Pubnub.new(
49197
48844
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
49198
48845
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
49199
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
49200
48846
  uuid: 'ruby-test-uuid-client-one',
49201
48847
  auth_key: 'ruby-test-auth-client-one',
49202
48848
  cipher_key: 'super-secret-cipher-key')
@@ -49236,7 +48882,6 @@ it '__channel____demo0___demo1____demo_______presence__nil___channel_group___dem
49236
48882
  @pubnub = Pubnub.new(
49237
48883
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
49238
48884
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
49239
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
49240
48885
  uuid: 'ruby-test-uuid-client-one',
49241
48886
  auth_key: 'ruby-test-auth-client-one',
49242
48887
  cipher_key: 'super-secret-cipher-key')
@@ -49276,7 +48921,6 @@ it '__channel____demo0___demo1____demo_______presence__nil___channel_group__nil_
49276
48921
  @pubnub = Pubnub.new(
49277
48922
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
49278
48923
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
49279
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
49280
48924
  uuid: 'ruby-test-uuid-client-one',
49281
48925
  auth_key: 'ruby-test-auth-client-one',
49282
48926
  cipher_key: 'super-secret-cipher-key')
@@ -49342,7 +48986,6 @@ it '__channel____demo0___demo1____demo_______presence__nil___channel_group__nil_
49342
48986
  @pubnub = Pubnub.new(
49343
48987
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
49344
48988
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
49345
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
49346
48989
  uuid: 'ruby-test-uuid-client-one',
49347
48990
  auth_key: 'ruby-test-auth-client-one',
49348
48991
  cipher_key: 'super-secret-cipher-key')
@@ -49408,7 +49051,6 @@ it '__channel____demo0___demo1____demo_______presence__nil___channel_group__nil_
49408
49051
  @pubnub = Pubnub.new(
49409
49052
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
49410
49053
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
49411
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
49412
49054
  uuid: 'ruby-test-uuid-client-one',
49413
49055
  auth_key: 'ruby-test-auth-client-one',
49414
49056
  cipher_key: 'super-secret-cipher-key')
@@ -49474,7 +49116,6 @@ it '__channel____demo0___demo1____demo_______presence__nil___channel_group__nil_
49474
49116
  @pubnub = Pubnub.new(
49475
49117
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
49476
49118
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
49477
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
49478
49119
  uuid: 'ruby-test-uuid-client-one',
49479
49120
  auth_key: 'ruby-test-auth-client-one',
49480
49121
  cipher_key: 'super-secret-cipher-key')
@@ -49514,7 +49155,6 @@ it '__channel____demo0___demo1____demo_______presence__nil___channel_group__nil_
49514
49155
  @pubnub = Pubnub.new(
49515
49156
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
49516
49157
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
49517
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
49518
49158
  uuid: 'ruby-test-uuid-client-one',
49519
49159
  auth_key: 'ruby-test-auth-client-one',
49520
49160
  cipher_key: 'super-secret-cipher-key')
@@ -49554,7 +49194,6 @@ it '__channel____demo0___demo1____demo_______presence__nil___channel_group__nil_
49554
49194
  @pubnub = Pubnub.new(
49555
49195
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
49556
49196
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
49557
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
49558
49197
  uuid: 'ruby-test-uuid-client-one',
49559
49198
  auth_key: 'ruby-test-auth-client-one',
49560
49199
  cipher_key: 'super-secret-cipher-key')
@@ -49594,7 +49233,6 @@ it '__channel__nil___presence___demo____channel_group___demo___http_sync__true__
49594
49233
  @pubnub = Pubnub.new(
49595
49234
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
49596
49235
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
49597
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
49598
49236
  uuid: 'ruby-test-uuid-client-one',
49599
49237
  auth_key: 'ruby-test-auth-client-one',
49600
49238
  cipher_key: 'super-secret-cipher-key')
@@ -49645,7 +49283,6 @@ it '__channel__nil___presence___demo____channel_group___demo___http_sync__true__
49645
49283
  @pubnub = Pubnub.new(
49646
49284
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
49647
49285
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
49648
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
49649
49286
  uuid: 'ruby-test-uuid-client-one',
49650
49287
  auth_key: 'ruby-test-auth-client-one',
49651
49288
  cipher_key: 'super-secret-cipher-key')
@@ -49711,7 +49348,6 @@ it '__channel__nil___presence___demo____channel_group___demo___http_sync__true__
49711
49348
  @pubnub = Pubnub.new(
49712
49349
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
49713
49350
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
49714
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
49715
49351
  uuid: 'ruby-test-uuid-client-one',
49716
49352
  auth_key: 'ruby-test-auth-client-one',
49717
49353
  cipher_key: 'super-secret-cipher-key')
@@ -49777,7 +49413,6 @@ it '__channel__nil___presence___demo____channel_group___demo___http_sync__false_
49777
49413
  @pubnub = Pubnub.new(
49778
49414
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
49779
49415
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
49780
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
49781
49416
  uuid: 'ruby-test-uuid-client-one',
49782
49417
  auth_key: 'ruby-test-auth-client-one',
49783
49418
  cipher_key: 'super-secret-cipher-key')
@@ -49817,7 +49452,6 @@ it '__channel__nil___presence___demo____channel_group___demo___http_sync__false_
49817
49452
  @pubnub = Pubnub.new(
49818
49453
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
49819
49454
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
49820
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
49821
49455
  uuid: 'ruby-test-uuid-client-one',
49822
49456
  auth_key: 'ruby-test-auth-client-one',
49823
49457
  cipher_key: 'super-secret-cipher-key')
@@ -49857,7 +49491,6 @@ it '__channel__nil___presence___demo____channel_group___demo___http_sync__false_
49857
49491
  @pubnub = Pubnub.new(
49858
49492
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
49859
49493
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
49860
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
49861
49494
  uuid: 'ruby-test-uuid-client-one',
49862
49495
  auth_key: 'ruby-test-auth-client-one',
49863
49496
  cipher_key: 'super-secret-cipher-key')
@@ -49897,7 +49530,6 @@ it '__channel__nil___presence___demo____channel_group___demo____http_sync__true_
49897
49530
  @pubnub = Pubnub.new(
49898
49531
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
49899
49532
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
49900
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
49901
49533
  uuid: 'ruby-test-uuid-client-one',
49902
49534
  auth_key: 'ruby-test-auth-client-one',
49903
49535
  cipher_key: 'super-secret-cipher-key')
@@ -49963,7 +49595,6 @@ it '__channel__nil___presence___demo____channel_group___demo____http_sync__true_
49963
49595
  @pubnub = Pubnub.new(
49964
49596
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
49965
49597
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
49966
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
49967
49598
  uuid: 'ruby-test-uuid-client-one',
49968
49599
  auth_key: 'ruby-test-auth-client-one',
49969
49600
  cipher_key: 'super-secret-cipher-key')
@@ -50029,7 +49660,6 @@ it '__channel__nil___presence___demo____channel_group___demo____http_sync__true_
50029
49660
  @pubnub = Pubnub.new(
50030
49661
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
50031
49662
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
50032
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
50033
49663
  uuid: 'ruby-test-uuid-client-one',
50034
49664
  auth_key: 'ruby-test-auth-client-one',
50035
49665
  cipher_key: 'super-secret-cipher-key')
@@ -50095,7 +49725,6 @@ it '__channel__nil___presence___demo____channel_group___demo____http_sync__false
50095
49725
  @pubnub = Pubnub.new(
50096
49726
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
50097
49727
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
50098
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
50099
49728
  uuid: 'ruby-test-uuid-client-one',
50100
49729
  auth_key: 'ruby-test-auth-client-one',
50101
49730
  cipher_key: 'super-secret-cipher-key')
@@ -50135,7 +49764,6 @@ it '__channel__nil___presence___demo____channel_group___demo____http_sync__false
50135
49764
  @pubnub = Pubnub.new(
50136
49765
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
50137
49766
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
50138
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
50139
49767
  uuid: 'ruby-test-uuid-client-one',
50140
49768
  auth_key: 'ruby-test-auth-client-one',
50141
49769
  cipher_key: 'super-secret-cipher-key')
@@ -50175,7 +49803,6 @@ it '__channel__nil___presence___demo____channel_group___demo____http_sync__false
50175
49803
  @pubnub = Pubnub.new(
50176
49804
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
50177
49805
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
50178
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
50179
49806
  uuid: 'ruby-test-uuid-client-one',
50180
49807
  auth_key: 'ruby-test-auth-client-one',
50181
49808
  cipher_key: 'super-secret-cipher-key')
@@ -50215,7 +49842,6 @@ it '__channel__nil___presence___demo____channel_group__nil___http_sync__true___c
50215
49842
  @pubnub = Pubnub.new(
50216
49843
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
50217
49844
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
50218
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
50219
49845
  uuid: 'ruby-test-uuid-client-one',
50220
49846
  auth_key: 'ruby-test-auth-client-one',
50221
49847
  cipher_key: 'super-secret-cipher-key')
@@ -50251,7 +49877,6 @@ it '__channel__nil___presence___demo____channel_group__nil___http_sync__true___c
50251
49877
  @pubnub = Pubnub.new(
50252
49878
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
50253
49879
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
50254
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
50255
49880
  uuid: 'ruby-test-uuid-client-one',
50256
49881
  auth_key: 'ruby-test-auth-client-one',
50257
49882
  cipher_key: 'super-secret-cipher-key')
@@ -50287,7 +49912,6 @@ it '__channel__nil___presence___demo____channel_group__nil___http_sync__true___c
50287
49912
  @pubnub = Pubnub.new(
50288
49913
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
50289
49914
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
50290
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
50291
49915
  uuid: 'ruby-test-uuid-client-one',
50292
49916
  auth_key: 'ruby-test-auth-client-one',
50293
49917
  cipher_key: 'super-secret-cipher-key')
@@ -50338,7 +49962,6 @@ it '__channel__nil___presence___demo____channel_group__nil___http_sync__false___
50338
49962
  @pubnub = Pubnub.new(
50339
49963
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
50340
49964
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
50341
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
50342
49965
  uuid: 'ruby-test-uuid-client-one',
50343
49966
  auth_key: 'ruby-test-auth-client-one',
50344
49967
  cipher_key: 'super-secret-cipher-key')
@@ -50378,7 +50001,6 @@ it '__channel__nil___presence___demo____channel_group__nil___http_sync__false___
50378
50001
  @pubnub = Pubnub.new(
50379
50002
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
50380
50003
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
50381
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
50382
50004
  uuid: 'ruby-test-uuid-client-one',
50383
50005
  auth_key: 'ruby-test-auth-client-one',
50384
50006
  cipher_key: 'super-secret-cipher-key')
@@ -50418,7 +50040,6 @@ it '__channel__nil___presence___demo____channel_group__nil___http_sync__false___
50418
50040
  @pubnub = Pubnub.new(
50419
50041
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
50420
50042
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
50421
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
50422
50043
  uuid: 'ruby-test-uuid-client-one',
50423
50044
  auth_key: 'ruby-test-auth-client-one',
50424
50045
  cipher_key: 'super-secret-cipher-key')
@@ -50458,7 +50079,6 @@ it '__channel__nil___presence___demo______channel_group___demo___http_sync__true
50458
50079
  @pubnub = Pubnub.new(
50459
50080
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
50460
50081
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
50461
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
50462
50082
  uuid: 'ruby-test-uuid-client-one',
50463
50083
  auth_key: 'ruby-test-auth-client-one',
50464
50084
  cipher_key: 'super-secret-cipher-key')
@@ -50509,7 +50129,6 @@ it '__channel__nil___presence___demo______channel_group___demo___http_sync__true
50509
50129
  @pubnub = Pubnub.new(
50510
50130
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
50511
50131
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
50512
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
50513
50132
  uuid: 'ruby-test-uuid-client-one',
50514
50133
  auth_key: 'ruby-test-auth-client-one',
50515
50134
  cipher_key: 'super-secret-cipher-key')
@@ -50575,7 +50194,6 @@ it '__channel__nil___presence___demo______channel_group___demo___http_sync__true
50575
50194
  @pubnub = Pubnub.new(
50576
50195
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
50577
50196
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
50578
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
50579
50197
  uuid: 'ruby-test-uuid-client-one',
50580
50198
  auth_key: 'ruby-test-auth-client-one',
50581
50199
  cipher_key: 'super-secret-cipher-key')
@@ -50641,7 +50259,6 @@ it '__channel__nil___presence___demo______channel_group___demo___http_sync__fals
50641
50259
  @pubnub = Pubnub.new(
50642
50260
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
50643
50261
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
50644
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
50645
50262
  uuid: 'ruby-test-uuid-client-one',
50646
50263
  auth_key: 'ruby-test-auth-client-one',
50647
50264
  cipher_key: 'super-secret-cipher-key')
@@ -50681,7 +50298,6 @@ it '__channel__nil___presence___demo______channel_group___demo___http_sync__fals
50681
50298
  @pubnub = Pubnub.new(
50682
50299
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
50683
50300
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
50684
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
50685
50301
  uuid: 'ruby-test-uuid-client-one',
50686
50302
  auth_key: 'ruby-test-auth-client-one',
50687
50303
  cipher_key: 'super-secret-cipher-key')
@@ -50721,7 +50337,6 @@ it '__channel__nil___presence___demo______channel_group___demo___http_sync__fals
50721
50337
  @pubnub = Pubnub.new(
50722
50338
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
50723
50339
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
50724
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
50725
50340
  uuid: 'ruby-test-uuid-client-one',
50726
50341
  auth_key: 'ruby-test-auth-client-one',
50727
50342
  cipher_key: 'super-secret-cipher-key')
@@ -50761,7 +50376,6 @@ it '__channel__nil___presence___demo______channel_group___demo____http_sync__tru
50761
50376
  @pubnub = Pubnub.new(
50762
50377
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
50763
50378
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
50764
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
50765
50379
  uuid: 'ruby-test-uuid-client-one',
50766
50380
  auth_key: 'ruby-test-auth-client-one',
50767
50381
  cipher_key: 'super-secret-cipher-key')
@@ -50842,7 +50456,6 @@ it '__channel__nil___presence___demo______channel_group___demo____http_sync__tru
50842
50456
  @pubnub = Pubnub.new(
50843
50457
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
50844
50458
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
50845
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
50846
50459
  uuid: 'ruby-test-uuid-client-one',
50847
50460
  auth_key: 'ruby-test-auth-client-one',
50848
50461
  cipher_key: 'super-secret-cipher-key')
@@ -50878,7 +50491,6 @@ it '__channel__nil___presence___demo______channel_group___demo____http_sync__tru
50878
50491
  @pubnub = Pubnub.new(
50879
50492
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
50880
50493
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
50881
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
50882
50494
  uuid: 'ruby-test-uuid-client-one',
50883
50495
  auth_key: 'ruby-test-auth-client-one',
50884
50496
  cipher_key: 'super-secret-cipher-key')
@@ -50929,7 +50541,6 @@ it '__channel__nil___presence___demo______channel_group___demo____http_sync__fal
50929
50541
  @pubnub = Pubnub.new(
50930
50542
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
50931
50543
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
50932
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
50933
50544
  uuid: 'ruby-test-uuid-client-one',
50934
50545
  auth_key: 'ruby-test-auth-client-one',
50935
50546
  cipher_key: 'super-secret-cipher-key')
@@ -50969,7 +50580,6 @@ it '__channel__nil___presence___demo______channel_group___demo____http_sync__fal
50969
50580
  @pubnub = Pubnub.new(
50970
50581
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
50971
50582
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
50972
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
50973
50583
  uuid: 'ruby-test-uuid-client-one',
50974
50584
  auth_key: 'ruby-test-auth-client-one',
50975
50585
  cipher_key: 'super-secret-cipher-key')
@@ -51009,7 +50619,6 @@ it '__channel__nil___presence___demo______channel_group___demo____http_sync__fal
51009
50619
  @pubnub = Pubnub.new(
51010
50620
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
51011
50621
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
51012
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
51013
50622
  uuid: 'ruby-test-uuid-client-one',
51014
50623
  auth_key: 'ruby-test-auth-client-one',
51015
50624
  cipher_key: 'super-secret-cipher-key')
@@ -51049,7 +50658,6 @@ it '__channel__nil___presence___demo______channel_group__nil___http_sync__true__
51049
50658
  @pubnub = Pubnub.new(
51050
50659
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
51051
50660
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
51052
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
51053
50661
  uuid: 'ruby-test-uuid-client-one',
51054
50662
  auth_key: 'ruby-test-auth-client-one',
51055
50663
  cipher_key: 'super-secret-cipher-key')
@@ -51100,7 +50708,6 @@ it '__channel__nil___presence___demo______channel_group__nil___http_sync__true__
51100
50708
  @pubnub = Pubnub.new(
51101
50709
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
51102
50710
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
51103
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
51104
50711
  uuid: 'ruby-test-uuid-client-one',
51105
50712
  auth_key: 'ruby-test-auth-client-one',
51106
50713
  cipher_key: 'super-secret-cipher-key')
@@ -51151,7 +50758,6 @@ it '__channel__nil___presence___demo______channel_group__nil___http_sync__true__
51151
50758
  @pubnub = Pubnub.new(
51152
50759
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
51153
50760
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
51154
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
51155
50761
  uuid: 'ruby-test-uuid-client-one',
51156
50762
  auth_key: 'ruby-test-auth-client-one',
51157
50763
  cipher_key: 'super-secret-cipher-key')
@@ -51202,7 +50808,6 @@ it '__channel__nil___presence___demo______channel_group__nil___http_sync__false_
51202
50808
  @pubnub = Pubnub.new(
51203
50809
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
51204
50810
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
51205
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
51206
50811
  uuid: 'ruby-test-uuid-client-one',
51207
50812
  auth_key: 'ruby-test-auth-client-one',
51208
50813
  cipher_key: 'super-secret-cipher-key')
@@ -51242,7 +50847,6 @@ it '__channel__nil___presence___demo______channel_group__nil___http_sync__false_
51242
50847
  @pubnub = Pubnub.new(
51243
50848
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
51244
50849
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
51245
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
51246
50850
  uuid: 'ruby-test-uuid-client-one',
51247
50851
  auth_key: 'ruby-test-auth-client-one',
51248
50852
  cipher_key: 'super-secret-cipher-key')
@@ -51282,7 +50886,6 @@ it '__channel__nil___presence___demo______channel_group__nil___http_sync__false_
51282
50886
  @pubnub = Pubnub.new(
51283
50887
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
51284
50888
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
51285
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
51286
50889
  uuid: 'ruby-test-uuid-client-one',
51287
50890
  auth_key: 'ruby-test-auth-client-one',
51288
50891
  cipher_key: 'super-secret-cipher-key')
@@ -51322,7 +50925,6 @@ it '__channel__nil___presence___demo___channel_group___demo___http_sync__true___
51322
50925
  @pubnub = Pubnub.new(
51323
50926
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
51324
50927
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
51325
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
51326
50928
  uuid: 'ruby-test-uuid-client-one',
51327
50929
  auth_key: 'ruby-test-auth-client-one',
51328
50930
  cipher_key: 'super-secret-cipher-key')
@@ -51373,7 +50975,6 @@ it '__channel__nil___presence___demo___channel_group___demo___http_sync__true___
51373
50975
  @pubnub = Pubnub.new(
51374
50976
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
51375
50977
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
51376
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
51377
50978
  uuid: 'ruby-test-uuid-client-one',
51378
50979
  auth_key: 'ruby-test-auth-client-one',
51379
50980
  cipher_key: 'super-secret-cipher-key')
@@ -51439,7 +51040,6 @@ it '__channel__nil___presence___demo___channel_group___demo___http_sync__true___
51439
51040
  @pubnub = Pubnub.new(
51440
51041
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
51441
51042
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
51442
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
51443
51043
  uuid: 'ruby-test-uuid-client-one',
51444
51044
  auth_key: 'ruby-test-auth-client-one',
51445
51045
  cipher_key: 'super-secret-cipher-key')
@@ -51505,7 +51105,6 @@ it '__channel__nil___presence___demo___channel_group___demo___http_sync__false__
51505
51105
  @pubnub = Pubnub.new(
51506
51106
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
51507
51107
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
51508
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
51509
51108
  uuid: 'ruby-test-uuid-client-one',
51510
51109
  auth_key: 'ruby-test-auth-client-one',
51511
51110
  cipher_key: 'super-secret-cipher-key')
@@ -51545,7 +51144,6 @@ it '__channel__nil___presence___demo___channel_group___demo___http_sync__false__
51545
51144
  @pubnub = Pubnub.new(
51546
51145
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
51547
51146
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
51548
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
51549
51147
  uuid: 'ruby-test-uuid-client-one',
51550
51148
  auth_key: 'ruby-test-auth-client-one',
51551
51149
  cipher_key: 'super-secret-cipher-key')
@@ -51585,7 +51183,6 @@ it '__channel__nil___presence___demo___channel_group___demo___http_sync__false__
51585
51183
  @pubnub = Pubnub.new(
51586
51184
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
51587
51185
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
51588
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
51589
51186
  uuid: 'ruby-test-uuid-client-one',
51590
51187
  auth_key: 'ruby-test-auth-client-one',
51591
51188
  cipher_key: 'super-secret-cipher-key')
@@ -51625,7 +51222,6 @@ it '__channel__nil___presence___demo___channel_group___demo____http_sync__true__
51625
51222
  @pubnub = Pubnub.new(
51626
51223
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
51627
51224
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
51628
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
51629
51225
  uuid: 'ruby-test-uuid-client-one',
51630
51226
  auth_key: 'ruby-test-auth-client-one',
51631
51227
  cipher_key: 'super-secret-cipher-key')
@@ -51691,7 +51287,6 @@ it '__channel__nil___presence___demo___channel_group___demo____http_sync__true__
51691
51287
  @pubnub = Pubnub.new(
51692
51288
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
51693
51289
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
51694
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
51695
51290
  uuid: 'ruby-test-uuid-client-one',
51696
51291
  auth_key: 'ruby-test-auth-client-one',
51697
51292
  cipher_key: 'super-secret-cipher-key')
@@ -51757,7 +51352,6 @@ it '__channel__nil___presence___demo___channel_group___demo____http_sync__true__
51757
51352
  @pubnub = Pubnub.new(
51758
51353
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
51759
51354
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
51760
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
51761
51355
  uuid: 'ruby-test-uuid-client-one',
51762
51356
  auth_key: 'ruby-test-auth-client-one',
51763
51357
  cipher_key: 'super-secret-cipher-key')
@@ -51808,7 +51402,6 @@ it '__channel__nil___presence___demo___channel_group___demo____http_sync__false_
51808
51402
  @pubnub = Pubnub.new(
51809
51403
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
51810
51404
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
51811
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
51812
51405
  uuid: 'ruby-test-uuid-client-one',
51813
51406
  auth_key: 'ruby-test-auth-client-one',
51814
51407
  cipher_key: 'super-secret-cipher-key')
@@ -51848,7 +51441,6 @@ it '__channel__nil___presence___demo___channel_group___demo____http_sync__false_
51848
51441
  @pubnub = Pubnub.new(
51849
51442
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
51850
51443
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
51851
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
51852
51444
  uuid: 'ruby-test-uuid-client-one',
51853
51445
  auth_key: 'ruby-test-auth-client-one',
51854
51446
  cipher_key: 'super-secret-cipher-key')
@@ -51888,7 +51480,6 @@ it '__channel__nil___presence___demo___channel_group___demo____http_sync__false_
51888
51480
  @pubnub = Pubnub.new(
51889
51481
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
51890
51482
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
51891
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
51892
51483
  uuid: 'ruby-test-uuid-client-one',
51893
51484
  auth_key: 'ruby-test-auth-client-one',
51894
51485
  cipher_key: 'super-secret-cipher-key')
@@ -51928,7 +51519,6 @@ it '__channel__nil___presence___demo___channel_group__nil___http_sync__true___ca
51928
51519
  @pubnub = Pubnub.new(
51929
51520
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
51930
51521
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
51931
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
51932
51522
  uuid: 'ruby-test-uuid-client-one',
51933
51523
  auth_key: 'ruby-test-auth-client-one',
51934
51524
  cipher_key: 'super-secret-cipher-key')
@@ -51964,7 +51554,6 @@ it '__channel__nil___presence___demo___channel_group__nil___http_sync__true___ca
51964
51554
  @pubnub = Pubnub.new(
51965
51555
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
51966
51556
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
51967
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
51968
51557
  uuid: 'ruby-test-uuid-client-one',
51969
51558
  auth_key: 'ruby-test-auth-client-one',
51970
51559
  cipher_key: 'super-secret-cipher-key')
@@ -52000,7 +51589,6 @@ it '__channel__nil___presence___demo___channel_group__nil___http_sync__true___ca
52000
51589
  @pubnub = Pubnub.new(
52001
51590
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
52002
51591
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
52003
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
52004
51592
  uuid: 'ruby-test-uuid-client-one',
52005
51593
  auth_key: 'ruby-test-auth-client-one',
52006
51594
  cipher_key: 'super-secret-cipher-key')
@@ -52036,7 +51624,6 @@ it '__channel__nil___presence___demo___channel_group__nil___http_sync__false___c
52036
51624
  @pubnub = Pubnub.new(
52037
51625
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
52038
51626
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
52039
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
52040
51627
  uuid: 'ruby-test-uuid-client-one',
52041
51628
  auth_key: 'ruby-test-auth-client-one',
52042
51629
  cipher_key: 'super-secret-cipher-key')
@@ -52076,7 +51663,6 @@ it '__channel__nil___presence___demo___channel_group__nil___http_sync__false___c
52076
51663
  @pubnub = Pubnub.new(
52077
51664
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
52078
51665
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
52079
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
52080
51666
  uuid: 'ruby-test-uuid-client-one',
52081
51667
  auth_key: 'ruby-test-auth-client-one',
52082
51668
  cipher_key: 'super-secret-cipher-key')
@@ -52116,7 +51702,6 @@ it '__channel__nil___presence___demo___channel_group__nil___http_sync__false___c
52116
51702
  @pubnub = Pubnub.new(
52117
51703
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
52118
51704
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
52119
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
52120
51705
  uuid: 'ruby-test-uuid-client-one',
52121
51706
  auth_key: 'ruby-test-auth-client-one',
52122
51707
  cipher_key: 'super-secret-cipher-key')
@@ -52156,7 +51741,6 @@ it '__channel__nil___presence____demo0___demo1____demo_______channel_group___dem
52156
51741
  @pubnub = Pubnub.new(
52157
51742
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
52158
51743
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
52159
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
52160
51744
  uuid: 'ruby-test-uuid-client-one',
52161
51745
  auth_key: 'ruby-test-auth-client-one',
52162
51746
  cipher_key: 'super-secret-cipher-key')
@@ -52267,7 +51851,6 @@ it '__channel__nil___presence____demo0___demo1____demo_______channel_group___dem
52267
51851
  @pubnub = Pubnub.new(
52268
51852
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
52269
51853
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
52270
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
52271
51854
  uuid: 'ruby-test-uuid-client-one',
52272
51855
  auth_key: 'ruby-test-auth-client-one',
52273
51856
  cipher_key: 'super-secret-cipher-key')
@@ -52348,7 +51931,6 @@ it '__channel__nil___presence____demo0___demo1____demo_______channel_group___dem
52348
51931
  @pubnub = Pubnub.new(
52349
51932
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
52350
51933
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
52351
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
52352
51934
  uuid: 'ruby-test-uuid-client-one',
52353
51935
  auth_key: 'ruby-test-auth-client-one',
52354
51936
  cipher_key: 'super-secret-cipher-key')
@@ -52444,7 +52026,6 @@ it '__channel__nil___presence____demo0___demo1____demo_______channel_group___dem
52444
52026
  @pubnub = Pubnub.new(
52445
52027
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
52446
52028
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
52447
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
52448
52029
  uuid: 'ruby-test-uuid-client-one',
52449
52030
  auth_key: 'ruby-test-auth-client-one',
52450
52031
  cipher_key: 'super-secret-cipher-key')
@@ -52484,7 +52065,6 @@ it '__channel__nil___presence____demo0___demo1____demo_______channel_group___dem
52484
52065
  @pubnub = Pubnub.new(
52485
52066
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
52486
52067
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
52487
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
52488
52068
  uuid: 'ruby-test-uuid-client-one',
52489
52069
  auth_key: 'ruby-test-auth-client-one',
52490
52070
  cipher_key: 'super-secret-cipher-key')
@@ -52524,7 +52104,6 @@ it '__channel__nil___presence____demo0___demo1____demo_______channel_group___dem
52524
52104
  @pubnub = Pubnub.new(
52525
52105
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
52526
52106
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
52527
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
52528
52107
  uuid: 'ruby-test-uuid-client-one',
52529
52108
  auth_key: 'ruby-test-auth-client-one',
52530
52109
  cipher_key: 'super-secret-cipher-key')
@@ -52564,7 +52143,6 @@ it '__channel__nil___presence____demo0___demo1____demo_______channel_group___dem
52564
52143
  @pubnub = Pubnub.new(
52565
52144
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
52566
52145
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
52567
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
52568
52146
  uuid: 'ruby-test-uuid-client-one',
52569
52147
  auth_key: 'ruby-test-auth-client-one',
52570
52148
  cipher_key: 'super-secret-cipher-key')
@@ -52660,7 +52238,6 @@ it '__channel__nil___presence____demo0___demo1____demo_______channel_group___dem
52660
52238
  @pubnub = Pubnub.new(
52661
52239
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
52662
52240
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
52663
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
52664
52241
  uuid: 'ruby-test-uuid-client-one',
52665
52242
  auth_key: 'ruby-test-auth-client-one',
52666
52243
  cipher_key: 'super-secret-cipher-key')
@@ -52741,7 +52318,6 @@ it '__channel__nil___presence____demo0___demo1____demo_______channel_group___dem
52741
52318
  @pubnub = Pubnub.new(
52742
52319
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
52743
52320
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
52744
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
52745
52321
  uuid: 'ruby-test-uuid-client-one',
52746
52322
  auth_key: 'ruby-test-auth-client-one',
52747
52323
  cipher_key: 'super-secret-cipher-key')
@@ -52852,7 +52428,6 @@ it '__channel__nil___presence____demo0___demo1____demo_______channel_group___dem
52852
52428
  @pubnub = Pubnub.new(
52853
52429
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
52854
52430
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
52855
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
52856
52431
  uuid: 'ruby-test-uuid-client-one',
52857
52432
  auth_key: 'ruby-test-auth-client-one',
52858
52433
  cipher_key: 'super-secret-cipher-key')
@@ -52892,7 +52467,6 @@ it '__channel__nil___presence____demo0___demo1____demo_______channel_group___dem
52892
52467
  @pubnub = Pubnub.new(
52893
52468
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
52894
52469
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
52895
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
52896
52470
  uuid: 'ruby-test-uuid-client-one',
52897
52471
  auth_key: 'ruby-test-auth-client-one',
52898
52472
  cipher_key: 'super-secret-cipher-key')
@@ -52932,7 +52506,6 @@ it '__channel__nil___presence____demo0___demo1____demo_______channel_group___dem
52932
52506
  @pubnub = Pubnub.new(
52933
52507
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
52934
52508
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
52935
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
52936
52509
  uuid: 'ruby-test-uuid-client-one',
52937
52510
  auth_key: 'ruby-test-auth-client-one',
52938
52511
  cipher_key: 'super-secret-cipher-key')
@@ -52972,7 +52545,6 @@ it '__channel__nil___presence____demo0___demo1____demo_______channel_group__nil_
52972
52545
  @pubnub = Pubnub.new(
52973
52546
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
52974
52547
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
52975
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
52976
52548
  uuid: 'ruby-test-uuid-client-one',
52977
52549
  auth_key: 'ruby-test-auth-client-one',
52978
52550
  cipher_key: 'super-secret-cipher-key')
@@ -53068,7 +52640,6 @@ it '__channel__nil___presence____demo0___demo1____demo_______channel_group__nil_
53068
52640
  @pubnub = Pubnub.new(
53069
52641
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
53070
52642
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
53071
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
53072
52643
  uuid: 'ruby-test-uuid-client-one',
53073
52644
  auth_key: 'ruby-test-auth-client-one',
53074
52645
  cipher_key: 'super-secret-cipher-key')
@@ -53164,7 +52735,6 @@ it '__channel__nil___presence____demo0___demo1____demo_______channel_group__nil_
53164
52735
  @pubnub = Pubnub.new(
53165
52736
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
53166
52737
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
53167
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
53168
52738
  uuid: 'ruby-test-uuid-client-one',
53169
52739
  auth_key: 'ruby-test-auth-client-one',
53170
52740
  cipher_key: 'super-secret-cipher-key')
@@ -53245,7 +52815,6 @@ it '__channel__nil___presence____demo0___demo1____demo_______channel_group__nil_
53245
52815
  @pubnub = Pubnub.new(
53246
52816
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
53247
52817
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
53248
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
53249
52818
  uuid: 'ruby-test-uuid-client-one',
53250
52819
  auth_key: 'ruby-test-auth-client-one',
53251
52820
  cipher_key: 'super-secret-cipher-key')
@@ -53285,7 +52854,6 @@ it '__channel__nil___presence____demo0___demo1____demo_______channel_group__nil_
53285
52854
  @pubnub = Pubnub.new(
53286
52855
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
53287
52856
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
53288
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
53289
52857
  uuid: 'ruby-test-uuid-client-one',
53290
52858
  auth_key: 'ruby-test-auth-client-one',
53291
52859
  cipher_key: 'super-secret-cipher-key')
@@ -53325,7 +52893,6 @@ it '__channel__nil___presence____demo0___demo1____demo_______channel_group__nil_
53325
52893
  @pubnub = Pubnub.new(
53326
52894
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
53327
52895
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
53328
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
53329
52896
  uuid: 'ruby-test-uuid-client-one',
53330
52897
  auth_key: 'ruby-test-auth-client-one',
53331
52898
  cipher_key: 'super-secret-cipher-key')
@@ -53365,7 +52932,6 @@ it '__channel__nil___presence__nil___channel_group___demo___http_sync__true___ca
53365
52932
  @pubnub = Pubnub.new(
53366
52933
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
53367
52934
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
53368
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
53369
52935
  uuid: 'ruby-test-uuid-client-one',
53370
52936
  auth_key: 'ruby-test-auth-client-one',
53371
52937
  cipher_key: 'super-secret-cipher-key')
@@ -53401,7 +52967,6 @@ it '__channel__nil___presence__nil___channel_group___demo___http_sync__true___ca
53401
52967
  @pubnub = Pubnub.new(
53402
52968
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
53403
52969
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
53404
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
53405
52970
  uuid: 'ruby-test-uuid-client-one',
53406
52971
  auth_key: 'ruby-test-auth-client-one',
53407
52972
  cipher_key: 'super-secret-cipher-key')
@@ -53437,7 +53002,6 @@ it '__channel__nil___presence__nil___channel_group___demo___http_sync__true___ca
53437
53002
  @pubnub = Pubnub.new(
53438
53003
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
53439
53004
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
53440
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
53441
53005
  uuid: 'ruby-test-uuid-client-one',
53442
53006
  auth_key: 'ruby-test-auth-client-one',
53443
53007
  cipher_key: 'super-secret-cipher-key')
@@ -53473,7 +53037,6 @@ it '__channel__nil___presence__nil___channel_group___demo___http_sync__false___c
53473
53037
  @pubnub = Pubnub.new(
53474
53038
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
53475
53039
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
53476
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
53477
53040
  uuid: 'ruby-test-uuid-client-one',
53478
53041
  auth_key: 'ruby-test-auth-client-one',
53479
53042
  cipher_key: 'super-secret-cipher-key')
@@ -53513,7 +53076,6 @@ it '__channel__nil___presence__nil___channel_group___demo___http_sync__false___c
53513
53076
  @pubnub = Pubnub.new(
53514
53077
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
53515
53078
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
53516
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
53517
53079
  uuid: 'ruby-test-uuid-client-one',
53518
53080
  auth_key: 'ruby-test-auth-client-one',
53519
53081
  cipher_key: 'super-secret-cipher-key')
@@ -53553,7 +53115,6 @@ it '__channel__nil___presence__nil___channel_group___demo___http_sync__false___c
53553
53115
  @pubnub = Pubnub.new(
53554
53116
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
53555
53117
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
53556
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
53557
53118
  uuid: 'ruby-test-uuid-client-one',
53558
53119
  auth_key: 'ruby-test-auth-client-one',
53559
53120
  cipher_key: 'super-secret-cipher-key')
@@ -53593,7 +53154,6 @@ it '__channel__nil___presence__nil___channel_group___demo____http_sync__true___c
53593
53154
  @pubnub = Pubnub.new(
53594
53155
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
53595
53156
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
53596
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
53597
53157
  uuid: 'ruby-test-uuid-client-one',
53598
53158
  auth_key: 'ruby-test-auth-client-one',
53599
53159
  cipher_key: 'super-secret-cipher-key')
@@ -53629,7 +53189,6 @@ it '__channel__nil___presence__nil___channel_group___demo____http_sync__true___c
53629
53189
  @pubnub = Pubnub.new(
53630
53190
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
53631
53191
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
53632
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
53633
53192
  uuid: 'ruby-test-uuid-client-one',
53634
53193
  auth_key: 'ruby-test-auth-client-one',
53635
53194
  cipher_key: 'super-secret-cipher-key')
@@ -53665,7 +53224,6 @@ it '__channel__nil___presence__nil___channel_group___demo____http_sync__true___c
53665
53224
  @pubnub = Pubnub.new(
53666
53225
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
53667
53226
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
53668
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
53669
53227
  uuid: 'ruby-test-uuid-client-one',
53670
53228
  auth_key: 'ruby-test-auth-client-one',
53671
53229
  cipher_key: 'super-secret-cipher-key')
@@ -53701,7 +53259,6 @@ it '__channel__nil___presence__nil___channel_group___demo____http_sync__false___
53701
53259
  @pubnub = Pubnub.new(
53702
53260
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
53703
53261
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
53704
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
53705
53262
  uuid: 'ruby-test-uuid-client-one',
53706
53263
  auth_key: 'ruby-test-auth-client-one',
53707
53264
  cipher_key: 'super-secret-cipher-key')
@@ -53741,7 +53298,6 @@ it '__channel__nil___presence__nil___channel_group___demo____http_sync__false___
53741
53298
  @pubnub = Pubnub.new(
53742
53299
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
53743
53300
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
53744
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
53745
53301
  uuid: 'ruby-test-uuid-client-one',
53746
53302
  auth_key: 'ruby-test-auth-client-one',
53747
53303
  cipher_key: 'super-secret-cipher-key')
@@ -53781,7 +53337,6 @@ it '__channel__nil___presence__nil___channel_group___demo____http_sync__false___
53781
53337
  @pubnub = Pubnub.new(
53782
53338
  publish_key: 'pub-c-b42cec2f-f468-4784-8833-dd2b074538c4',
53783
53339
  subscribe_key: 'sub-c-b7fb805a-1777-11e6-be83-0619f8945a4f',
53784
- secret_key: 'sec-c-OWIyYmVlYWYtYWMxMS00OTcxLTlhZDAtZDBlYTM4ODE1MWUy',
53785
53340
  uuid: 'ruby-test-uuid-client-one',
53786
53341
  auth_key: 'ruby-test-auth-client-one',
53787
53342
  cipher_key: 'super-secret-cipher-key')