cable 0.8.5 → 0.8.6
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -0
- metadata +2 -1
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
0.8.6
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: cable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.8.
|
5
|
+
version: 0.8.6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Spencer Markowski
|
@@ -57,6 +57,7 @@ extensions: []
|
|
57
57
|
extra_rdoc_files: []
|
58
58
|
|
59
59
|
files:
|
60
|
+
- VERSION
|
60
61
|
- app/controllers/admin/cable_settings_controller.rb
|
61
62
|
- app/controllers/admin_controller.rb
|
62
63
|
- app/controllers/attachable_assets_controller.rb
|