File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11name : cable
2- version : 0.2.2
2+ version : 0.3.0
33
44authors :
55 -
Celso Fernandes <[email protected] > @@ -17,16 +17,14 @@ dependencies:
1717development_dependencies :
1818 redis :
1919 github : jgaskins/redis
20- # version: ~> 0.5.0
21- branch : master # lock this down later
20+ version : ~> 0.6
2221 # legacy
2322 # uncomment to manually test locally
2423 # redis:
2524 # github: stefanwille/crystal-redis
2625 # version: ~> 2.8.0
2726 ameba :
2827 github : crystal-ameba/ameba
29- branch : master
30- # version: ~> 1.5.0
28+ version : ~> 1.5.0
3129
3230license : MIT
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ require "./cable/**"
55
66# TODO: Write documentation for `Cable`
77module Cable
8- VERSION = " 0.2.2 "
8+ VERSION = " 0.3.0 "
99
1010 INTERNAL = {
1111 message_types: {
You can’t perform that action at this time.
0 commit comments