actioncable
Advanced tools
Comparing version 5.0.1 to 5.0.2-rc1
@@ -0,1 +1,6 @@ | ||
## Rails 5.0.2.rc1 (February 24, 2017) ## | ||
* No changes. | ||
## Rails 5.0.1 (December 21, 2016) ## | ||
@@ -2,0 +7,0 @@ |
@@ -258,3 +258,3 @@ (function() { | ||
Connection.prototype.reopen = function() { | ||
var error, error1; | ||
var error; | ||
ActionCable.log("Reopening WebSocket, current state is " + (this.getState())); | ||
@@ -261,0 +261,0 @@ if (this.isActive()) { |
{ | ||
"name": "actioncable", | ||
"version": "5.0.1", | ||
"version": "5.0.2-rc1", | ||
"description": "WebSocket framework for Ruby on Rails.", | ||
@@ -5,0 +5,0 @@ "main": "lib/assets/compiled/action_cable.js", |
@@ -536,2 +536,11 @@ # Action Cable – Integrated WebSockets for Rails | ||
## Download and Installation | ||
The latest version of Action Cable can be installed with [RubyGems](#gem-usage), | ||
or with [npm](#npm-usage). | ||
Source code can be downloaded as part of the Rails project on GitHub | ||
* https://github.com/rails/rails/tree/master/actioncable | ||
## License | ||
@@ -538,0 +547,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46264
565
1