cable_ready 4.0.2 → 4.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +117 -26
- data/README.md +5 -1
- data/bin/console +2 -9
- data/lib/cable_ready.rb +2 -3
- data/lib/cable_ready/version.rb +1 -1
- metadata +20 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e3ee79d7ceb554a3266d00a314664dd6b4013b31bee26c2ffe9eea1731d8902
|
4
|
+
data.tar.gz: e4a2e91f8d7a5ebc075f4b6779fe0596d8d818771d2c982573dd732a984df799
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 663d675621ad4a81f8c3c5ce37c246c19106a1712bc0969258bd44f0283c562ffd07792ff7d4191eba29eb943697617063b0d93d7b07dc2ee585445ec1d1ec0a
|
7
|
+
data.tar.gz: 71c5ecc3737f9528c6aa9ebbbc5f1ae85470fca5d8e5a56bef7b4beca7b1d251a681338c93314b06ddcdc3c71c529a7bc5b7e1cd2da3b4176b51378b218c78ca
|
data/Gemfile.lock
CHANGED
@@ -1,52 +1,130 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
cable_ready (4.0.
|
5
|
-
|
4
|
+
cable_ready (4.0.3)
|
5
|
+
rails (>= 5.2)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
|
10
|
+
actioncable (6.0.0)
|
11
|
+
actionpack (= 6.0.0)
|
12
|
+
nio4r (~> 2.0)
|
13
|
+
websocket-driver (>= 0.6.1)
|
14
|
+
actionmailbox (6.0.0)
|
15
|
+
actionpack (= 6.0.0)
|
16
|
+
activejob (= 6.0.0)
|
17
|
+
activerecord (= 6.0.0)
|
18
|
+
activestorage (= 6.0.0)
|
19
|
+
activesupport (= 6.0.0)
|
20
|
+
mail (>= 2.7.1)
|
21
|
+
actionmailer (6.0.0)
|
22
|
+
actionpack (= 6.0.0)
|
23
|
+
actionview (= 6.0.0)
|
24
|
+
activejob (= 6.0.0)
|
25
|
+
mail (~> 2.5, >= 2.5.4)
|
26
|
+
rails-dom-testing (~> 2.0)
|
27
|
+
actionpack (6.0.0)
|
28
|
+
actionview (= 6.0.0)
|
29
|
+
activesupport (= 6.0.0)
|
30
|
+
rack (~> 2.0)
|
31
|
+
rack-test (>= 0.6.3)
|
32
|
+
rails-dom-testing (~> 2.0)
|
33
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
34
|
+
actiontext (6.0.0)
|
35
|
+
actionpack (= 6.0.0)
|
36
|
+
activerecord (= 6.0.0)
|
37
|
+
activestorage (= 6.0.0)
|
38
|
+
activesupport (= 6.0.0)
|
39
|
+
nokogiri (>= 1.8.5)
|
40
|
+
actionview (6.0.0)
|
41
|
+
activesupport (= 6.0.0)
|
42
|
+
builder (~> 3.1)
|
43
|
+
erubi (~> 1.4)
|
44
|
+
rails-dom-testing (~> 2.0)
|
45
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
46
|
+
activejob (6.0.0)
|
47
|
+
activesupport (= 6.0.0)
|
48
|
+
globalid (>= 0.3.6)
|
49
|
+
activemodel (6.0.0)
|
50
|
+
activesupport (= 6.0.0)
|
51
|
+
activerecord (6.0.0)
|
52
|
+
activemodel (= 6.0.0)
|
53
|
+
activesupport (= 6.0.0)
|
54
|
+
activestorage (6.0.0)
|
55
|
+
actionpack (= 6.0.0)
|
56
|
+
activejob (= 6.0.0)
|
57
|
+
activerecord (= 6.0.0)
|
58
|
+
marcel (~> 0.3.1)
|
59
|
+
activesupport (6.0.0)
|
11
60
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
12
61
|
i18n (>= 0.7, < 2)
|
13
62
|
minitest (~> 5.1)
|
14
63
|
tzinfo (~> 1.1)
|
64
|
+
zeitwerk (~> 2.1, >= 2.1.8)
|
15
65
|
ast (2.4.0)
|
16
|
-
|
17
|
-
debug_inspector (>= 0.0.1)
|
18
|
-
byebug (11.0.1)
|
66
|
+
builder (3.2.3)
|
19
67
|
coderay (1.1.2)
|
20
68
|
concurrent-ruby (1.1.5)
|
21
|
-
|
69
|
+
crass (1.0.4)
|
70
|
+
erubi (1.8.0)
|
71
|
+
globalid (0.4.2)
|
72
|
+
activesupport (>= 4.2.0)
|
22
73
|
i18n (1.6.0)
|
23
74
|
concurrent-ruby (~> 1.0)
|
24
|
-
interception (0.5)
|
25
75
|
jaro_winkler (1.5.3)
|
76
|
+
loofah (2.2.3)
|
77
|
+
crass (~> 1.0.2)
|
78
|
+
nokogiri (>= 1.5.9)
|
79
|
+
mail (2.7.1)
|
80
|
+
mini_mime (>= 0.1.1)
|
81
|
+
marcel (0.3.3)
|
82
|
+
mimemagic (~> 0.3.2)
|
26
83
|
method_source (0.9.2)
|
84
|
+
mimemagic (0.3.3)
|
85
|
+
mini_mime (1.0.2)
|
86
|
+
mini_portile2 (2.4.0)
|
27
87
|
minitest (5.11.3)
|
28
|
-
|
88
|
+
nio4r (2.4.0)
|
89
|
+
nokogiri (1.10.4)
|
90
|
+
mini_portile2 (~> 2.4.0)
|
29
91
|
parallel (1.17.0)
|
30
92
|
parser (2.6.3.0)
|
31
93
|
ast (~> 2.4.0)
|
32
94
|
pry (0.12.2)
|
33
95
|
coderay (~> 1.1.0)
|
34
96
|
method_source (~> 0.9.0)
|
35
|
-
pry-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
97
|
+
pry-nav (0.3.0)
|
98
|
+
pry (>= 0.9.10, < 0.13.0)
|
99
|
+
rack (2.0.7)
|
100
|
+
rack-test (1.1.0)
|
101
|
+
rack (>= 1.0, < 3)
|
102
|
+
rails (6.0.0)
|
103
|
+
actioncable (= 6.0.0)
|
104
|
+
actionmailbox (= 6.0.0)
|
105
|
+
actionmailer (= 6.0.0)
|
106
|
+
actionpack (= 6.0.0)
|
107
|
+
actiontext (= 6.0.0)
|
108
|
+
actionview (= 6.0.0)
|
109
|
+
activejob (= 6.0.0)
|
110
|
+
activemodel (= 6.0.0)
|
111
|
+
activerecord (= 6.0.0)
|
112
|
+
activestorage (= 6.0.0)
|
113
|
+
activesupport (= 6.0.0)
|
114
|
+
bundler (>= 1.3.0)
|
115
|
+
railties (= 6.0.0)
|
116
|
+
sprockets-rails (>= 2.0.0)
|
117
|
+
rails-dom-testing (2.0.3)
|
118
|
+
activesupport (>= 4.2.0)
|
119
|
+
nokogiri (>= 1.6)
|
120
|
+
rails-html-sanitizer (1.2.0)
|
121
|
+
loofah (~> 2.2, >= 2.2.2)
|
122
|
+
railties (6.0.0)
|
123
|
+
actionpack (= 6.0.0)
|
124
|
+
activesupport (= 6.0.0)
|
125
|
+
method_source
|
126
|
+
rake (>= 0.8.7)
|
127
|
+
thor (>= 0.20.3, < 2.0)
|
50
128
|
rainbow (3.0.0)
|
51
129
|
rake (12.3.3)
|
52
130
|
rubocop (0.72.0)
|
@@ -59,24 +137,37 @@ GEM
|
|
59
137
|
rubocop-performance (1.4.1)
|
60
138
|
rubocop (>= 0.71.0)
|
61
139
|
ruby-progressbar (1.10.1)
|
140
|
+
sprockets (3.7.2)
|
141
|
+
concurrent-ruby (~> 1.0)
|
142
|
+
rack (> 1, < 3)
|
143
|
+
sprockets-rails (3.2.1)
|
144
|
+
actionpack (>= 4.0)
|
145
|
+
activesupport (>= 4.0)
|
146
|
+
sprockets (>= 3.0.0)
|
62
147
|
standard (0.1.2)
|
63
148
|
rubocop (~> 0.72.0)
|
64
149
|
rubocop-performance (~> 1.4.0)
|
65
150
|
standardrb (1.0.0)
|
66
151
|
standard
|
152
|
+
thor (0.20.3)
|
67
153
|
thread_safe (0.3.6)
|
68
154
|
tzinfo (1.2.5)
|
69
155
|
thread_safe (~> 0.1)
|
70
156
|
unicode-display_width (1.6.0)
|
157
|
+
websocket-driver (0.7.1)
|
158
|
+
websocket-extensions (>= 0.1.0)
|
159
|
+
websocket-extensions (0.1.4)
|
160
|
+
zeitwerk (2.1.9)
|
71
161
|
|
72
162
|
PLATFORMS
|
73
163
|
ruby
|
74
164
|
|
75
165
|
DEPENDENCIES
|
76
166
|
cable_ready!
|
77
|
-
pry
|
167
|
+
pry
|
168
|
+
pry-nav
|
78
169
|
rake
|
79
170
|
standardrb
|
80
171
|
|
81
172
|
BUNDLED WITH
|
82
|
-
2.0.
|
173
|
+
2.0.2
|
data/README.md
CHANGED
@@ -344,4 +344,8 @@ cable_ready["MyChannel"].set_dataset_property(
|
|
344
344
|
|
345
345
|
## JavaScript Development
|
346
346
|
|
347
|
-
|
347
|
+
```sh
|
348
|
+
cd /path/to/cable_ready/javascript
|
349
|
+
vim ./cable_ready.js
|
350
|
+
yarn publish
|
351
|
+
```
|
data/bin/console
CHANGED
@@ -2,13 +2,6 @@
|
|
2
2
|
|
3
3
|
require "bundler/setup"
|
4
4
|
require "cable_ready"
|
5
|
+
require "pry"
|
5
6
|
|
6
|
-
|
7
|
-
# with your gem easier. You can also use a different console, if you like.
|
8
|
-
|
9
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
-
# require "pry"
|
11
|
-
# Pry.start
|
12
|
-
|
13
|
-
require "irb"
|
14
|
-
IRB.start(__FILE__)
|
7
|
+
Pry.start
|
data/lib/cable_ready.rb
CHANGED
data/lib/cable_ready/version.rb
CHANGED
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cable_ready
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nathan Hopkins
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-08-
|
11
|
+
date: 2019-08-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name:
|
14
|
+
name: rails
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 5.
|
19
|
+
version: '5.2'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 5.
|
26
|
+
version: '5.2'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -53,7 +53,21 @@ dependencies:
|
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
|
-
name: pry
|
56
|
+
name: pry
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: pry-nav
|
57
71
|
requirement: !ruby/object:Gem::Requirement
|
58
72
|
requirements:
|
59
73
|
- - ">="
|