faye 1.4.0 → 1.4.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/LICENSE.md +1 -1
- data/build/client/faye-browser-min.js +1 -1
- data/build/client/faye-browser-min.js.map +1 -1
- data/build/client/faye-browser.js +2 -6
- data/build/client/faye-browser.js.map +1 -1
- data/lib/faye.rb +1 -1
- metadata +3 -7
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: faye
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Coglan
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: cookiejar
|
@@ -346,7 +345,6 @@ dependencies:
|
|
346
345
|
- - ">="
|
347
346
|
- !ruby/object:Gem::Version
|
348
347
|
version: 4.0.0
|
349
|
-
description:
|
350
348
|
email: jcoglan@gmail.com
|
351
349
|
executables: []
|
352
350
|
extensions: []
|
@@ -390,7 +388,6 @@ homepage: https://faye.jcoglan.com
|
|
390
388
|
licenses:
|
391
389
|
- Apache-2.0
|
392
390
|
metadata: {}
|
393
|
-
post_install_message:
|
394
391
|
rdoc_options:
|
395
392
|
- "--main"
|
396
393
|
- README.md
|
@@ -409,8 +406,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
409
406
|
- !ruby/object:Gem::Version
|
410
407
|
version: '0'
|
411
408
|
requirements: []
|
412
|
-
rubygems_version: 3.
|
413
|
-
signing_key:
|
409
|
+
rubygems_version: 3.6.7
|
414
410
|
specification_version: 4
|
415
411
|
summary: Simple pub/sub messaging for the web
|
416
412
|
test_files: []
|