pusher-fake 1.0.0 → 1.0.1
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 411098177b51831e870975c96edc07d251b4c6bb
|
|
4
|
+
data.tar.gz: 0d6ea7cd0535a49619ae113cc8c7cd20c06ce8c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 18fc5183f71a80e1686216e136dc2c54ab88c3ca311b15915d3338f406a9a28c6efdfd78792bd5c8c60f97414c1e4557fbb49b197c73f416bf8228e757cd411b
|
|
7
|
+
data.tar.gz: 173fa7604e37588900fb541c9c0ca2ac2693e244835bd542854fa64f314b9e2a93ebc3477f82e11f666bf20ca462266b843448aec25298f6629a114f727bd0ac
|
data/features/support/application/public/javascripts/vendor/{pusher-2.2.1.js → pusher-2.2.2.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Pusher JavaScript Library v2.2.
|
|
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.
|
|
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://
|
|
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.
|
|
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.
|
data/lib/pusher-fake.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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
|