pusher-fake 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4018221dfac239178547457cb5f01ff6de4fa6a5
4
- data.tar.gz: 96ddd96fce5d6b969c965ffa197fc5b38aa51d40
3
+ metadata.gz: 411098177b51831e870975c96edc07d251b4c6bb
4
+ data.tar.gz: 0d6ea7cd0535a49619ae113cc8c7cd20c06ce8c9
5
5
  SHA512:
6
- metadata.gz: 069edb3dc3fe2a368023b154b7f24fae69a4083cfc536f6552e0471ed40255ba749f8138597ddae3e9901b60ab9121fc82c4f70bd3cb2751b3e471fa4e846d95
7
- data.tar.gz: e99741e224800cf12a1c814a1d25f233172956490232e8020540336b0584ce930fe7cd146b4d5a169e428e30000cb07cd677e69e43dbbd2841138822c5b247f9
6
+ metadata.gz: 18fc5183f71a80e1686216e136dc2c54ab88c3ca311b15915d3338f406a9a28c6efdfd78792bd5c8c60f97414c1e4557fbb49b197c73f416bf8228e757cd411b
7
+ data.tar.gz: 173fa7604e37588900fb541c9c0ca2ac2693e244835bd542854fa64f314b9e2a93ebc3477f82e11f666bf20ca462266b843448aec25298f6629a114f727bd0ac
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Pusher JavaScript Library v2.2.1
2
+ * Pusher JavaScript Library v2.2.2
3
3
  * http://pusher.com/
4
4
  *
5
5
  * Copyright 2014, Pusher
@@ -626,7 +626,7 @@
626
626
  }).call(this);
627
627
 
628
628
  ;(function() {
629
- Pusher.VERSION = '2.2.1';
629
+ Pusher.VERSION = '2.2.2';
630
630
  Pusher.PROTOCOL = 7;
631
631
 
632
632
  // DEPRECATED: WS connection parameters
@@ -648,7 +648,7 @@
648
648
  Pusher.unavailable_timeout = 10000;
649
649
  // CDN configuration
650
650
  Pusher.cdn_http = 'http://js.pusher.com/';
651
- Pusher.cdn_https = 'https://d3dy5gmtp8yhk7.cloudfront.net/';
651
+ Pusher.cdn_https = 'https://js.pusher.com/';
652
652
  Pusher.dependency_suffix = '';
653
653
 
654
654
  Pusher.getDefaultStrategy = function(config) {
@@ -13,7 +13,7 @@
13
13
  <ul></ul>
14
14
  </section>
15
15
 
16
- <script src="/javascripts/vendor/pusher-2.2.1.js"></script>
16
+ <script src="/javascripts/vendor/pusher-2.2.2.js"></script>
17
17
  <script>
18
18
  window.addEventListener("DOMContentLoaded", function() {
19
19
  // Create the client instance using the PusherFake server.
@@ -6,7 +6,7 @@ require "thin"
6
6
 
7
7
  module PusherFake
8
8
  # The current version string.
9
- VERSION = "1.0.0"
9
+ VERSION = "1.0.1"
10
10
 
11
11
  autoload :Channel, "pusher-fake/channel"
12
12
  autoload :Configuration, "pusher-fake/configuration"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pusher-fake
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tristan Dunn
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-07 00:00:00.000000000 Z
11
+ date: 2014-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: em-http-request
@@ -212,7 +212,7 @@ files:
212
212
  - features/step_definitions/presence_steps.rb
213
213
  - features/step_definitions/webhook_steps.rb
214
214
  - features/support/application.rb
215
- - features/support/application/public/javascripts/vendor/pusher-2.2.1.js
215
+ - features/support/application/public/javascripts/vendor/pusher-2.2.2.js
216
216
  - features/support/application/views/index.erb
217
217
  - features/support/coveralls.rb
218
218
  - features/support/environment.rb
@@ -282,7 +282,7 @@ test_files:
282
282
  - features/step_definitions/navigation_steps.rb
283
283
  - features/step_definitions/presence_steps.rb
284
284
  - features/step_definitions/webhook_steps.rb
285
- - features/support/application/public/javascripts/vendor/pusher-2.2.1.js
285
+ - features/support/application/public/javascripts/vendor/pusher-2.2.2.js
286
286
  - features/support/application/views/index.erb
287
287
  - features/support/application.rb
288
288
  - features/support/coveralls.rb