cable_ready 4.3.0.pre0 → 4.4.0.pre1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97d1c34cd35126aebacd48f7aca392baa47991f89677ea1f22fc7c6c7cdc3ff8
4
- data.tar.gz: ea3aac6324f788063497cd88100200e5168cebb5b6e74b9a5ce8b5c32c65df6c
3
+ metadata.gz: be824a0305f8417ebd3aee0bd8a64144e42b35a614f77f894b377c91613678e1
4
+ data.tar.gz: 5608ede1c9b6b00adf16e21eb4ebbe82ac6b5a1e1ef4ffabca235e00afadab23
5
5
  SHA512:
6
- metadata.gz: d625cb0b81b01dfd7a4dfa6bf452fdb5b56ea1e231bb56441801818ff1d31b78a58b032c0af0d33be8e447660b419c1693b291fea6eb5aa10b094611fbc19b89
7
- data.tar.gz: f39ea747112802ee20f11557820e65894596e940adb146fca7bbc6d21aeb92380393144188826f943111ca28f4a06ace7fa6999d258b38af7df2ff1cc5ff0f4e
6
+ metadata.gz: a0b76d5e5b31a40c17d949faf153f7490a5ad5cd9daded8b34812dc128d84125022c33ca9eb7ce0b0745f4d580356fa5cd780aa6e5e2edca1c9498d50aebbbc6
7
+ data.tar.gz: d8dae8b936daf39d8433048003e12c1397fce3594cfccbe1bfda400d8c738f7627152e0e71f241bae05ec2e8fc5b844225b6c99d8bdc558aa2d6cd2cd5a806df
@@ -0,0 +1,294 @@
1
+ # Changelog
2
+
3
+ ## [v4.4.0.pre0](https://github.com/hopsoft/cable_ready/tree/v4.4.0.pre0) (2020-09-02)
4
+
5
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.3.0...v4.4.0.pre0)
6
+
7
+ **Implemented enhancements:**
8
+
9
+ - Add a shared mutex to avoid concurrency issues in Channels [\#65](https://github.com/hopsoft/cable_ready/pull/65) ([barrywoolgar](https://github.com/barrywoolgar))
10
+
11
+ **Closed issues:**
12
+
13
+ - Using morph with a document fragment appears to do a full replace instead of a morph [\#67](https://github.com/hopsoft/cable_ready/issues/67)
14
+ - documentation: Mention cable.yml adapter configuration [\#66](https://github.com/hopsoft/cable_ready/issues/66)
15
+
16
+ **Merged pull requests:**
17
+
18
+ - Provide an async perform method [\#63](https://github.com/hopsoft/cable_ready/pull/63) ([julianrubisch](https://github.com/julianrubisch))
19
+ - Add braces to hash parameter to remove warning [\#61](https://github.com/hopsoft/cable_ready/pull/61) ([dabit](https://github.com/dabit))
20
+ - only pass inner html if childrenOnly is false [\#58](https://github.com/hopsoft/cable_ready/pull/58) ([joshleblanc](https://github.com/joshleblanc))
21
+
22
+ ## [v4.3.0](https://github.com/hopsoft/cable_ready/tree/v4.3.0) (2020-07-02)
23
+
24
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.3.0.pre2...v4.3.0)
25
+
26
+ ## [v4.3.0.pre2](https://github.com/hopsoft/cable_ready/tree/v4.3.0.pre2) (2020-06-27)
27
+
28
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.3.0-pre1...v4.3.0.pre2)
29
+
30
+ **Implemented enhancements:**
31
+
32
+ - Notifications [\#55](https://github.com/hopsoft/cable_ready/pull/55) ([leastbad](https://github.com/leastbad))
33
+
34
+ **Closed issues:**
35
+
36
+ - current\_user concerns? [\#54](https://github.com/hopsoft/cable_ready/issues/54)
37
+ - Update documentation [\#52](https://github.com/hopsoft/cable_ready/issues/52)
38
+
39
+ **Merged pull requests:**
40
+
41
+ - Bump rack from 2.2.2 to 2.2.3 [\#57](https://github.com/hopsoft/cable_ready/pull/57) ([dependabot[bot]](https://github.com/apps/dependabot))
42
+ - Bump actionpack from 6.0.3.1 to 6.0.3.2 [\#56](https://github.com/hopsoft/cable_ready/pull/56) ([dependabot[bot]](https://github.com/apps/dependabot))
43
+
44
+ ## [v4.3.0-pre1](https://github.com/hopsoft/cable_ready/tree/v4.3.0-pre1) (2020-06-15)
45
+
46
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.3.0.pre1...v4.3.0-pre1)
47
+
48
+ ## [v4.3.0.pre1](https://github.com/hopsoft/cable_ready/tree/v4.3.0.pre1) (2020-06-15)
49
+
50
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.3.0.pre0...v4.3.0.pre1)
51
+
52
+ **Merged pull requests:**
53
+
54
+ - text\_content is missing from 4.3.0.pre0 [\#53](https://github.com/hopsoft/cable_ready/pull/53) ([leastbad](https://github.com/leastbad))
55
+
56
+ ## [v4.3.0.pre0](https://github.com/hopsoft/cable_ready/tree/v4.3.0.pre0) (2020-06-13)
57
+
58
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.2.0...v4.3.0.pre0)
59
+
60
+ **Implemented enhancements:**
61
+
62
+ - Make DOMOperations extendable [\#44](https://github.com/hopsoft/cable_ready/pull/44) ([n-rodriguez](https://github.com/n-rodriguez))
63
+ - broadcast\_to method [\#38](https://github.com/hopsoft/cable_ready/pull/38) ([leastbad](https://github.com/leastbad))
64
+
65
+ **Closed issues:**
66
+
67
+ - Make JS DOMOperations extendable [\#43](https://github.com/hopsoft/cable_ready/issues/43)
68
+
69
+ **Merged pull requests:**
70
+
71
+ - Dom id signature fix [\#51](https://github.com/hopsoft/cable_ready/pull/51) ([leastbad](https://github.com/leastbad))
72
+ - add dom\_id helper [\#50](https://github.com/hopsoft/cable_ready/pull/50) ([leastbad](https://github.com/leastbad))
73
+ - Support for multiple CSS classes. [\#49](https://github.com/hopsoft/cable_ready/pull/49) ([sarriagada](https://github.com/sarriagada))
74
+ - Make morph emit after event [\#48](https://github.com/hopsoft/cable_ready/pull/48) ([julianrubisch](https://github.com/julianrubisch))
75
+ - Customize operations via initializer [\#47](https://github.com/hopsoft/cable_ready/pull/47) ([leastbad](https://github.com/leastbad))
76
+ - Correct method 'outerHtml' to 'outer\_html' in documentation [\#39](https://github.com/hopsoft/cable_ready/pull/39) ([pskarlas](https://github.com/pskarlas))
77
+ - Add setStyles [\#37](https://github.com/hopsoft/cable_ready/pull/37) ([excid3](https://github.com/excid3))
78
+ - Fix typo in method name outerHTML -\> outer\_html [\#35](https://github.com/hopsoft/cable_ready/pull/35) ([back2war](https://github.com/back2war))
79
+
80
+ ## [v4.2.0](https://github.com/hopsoft/cable_ready/tree/v4.2.0) (2020-06-02)
81
+
82
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.1.2...v4.2.0)
83
+
84
+ **Closed issues:**
85
+
86
+ - Question: Would you consider this intended behaviour? [\#41](https://github.com/hopsoft/cable_ready/issues/41)
87
+
88
+ **Merged pull requests:**
89
+
90
+ - after-outer-html emitted from new element [\#46](https://github.com/hopsoft/cable_ready/pull/46) ([leastbad](https://github.com/leastbad))
91
+ - Fix `outer\_html` notation [\#45](https://github.com/hopsoft/cable_ready/pull/45) ([julianrubisch](https://github.com/julianrubisch))
92
+ - Print out the selector for easier debugging perform errors [\#36](https://github.com/hopsoft/cable_ready/pull/36) ([excid3](https://github.com/excid3))
93
+ - add set\_property method to library [\#34](https://github.com/hopsoft/cable_ready/pull/34) ([leastbad](https://github.com/leastbad))
94
+
95
+ ## [v4.1.2](https://github.com/hopsoft/cable_ready/tree/v4.1.2) (2020-04-27)
96
+
97
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.1.1...v4.1.2)
98
+
99
+ **Fixed bugs:**
100
+
101
+ - Ensure the active text input retains its value and focus after DOM mutations [\#33](https://github.com/hopsoft/cable_ready/pull/33) ([hopsoft](https://github.com/hopsoft))
102
+
103
+ ## [v4.1.1](https://github.com/hopsoft/cable_ready/tree/v4.1.1) (2020-04-20)
104
+
105
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.1.0...v4.1.1)
106
+
107
+ **Implemented enhancements:**
108
+
109
+ - add set\_style method to library [\#32](https://github.com/hopsoft/cable_ready/pull/32) ([leastbad](https://github.com/leastbad))
110
+
111
+ **Merged pull requests:**
112
+
113
+ - Add funding file [\#31](https://github.com/hopsoft/cable_ready/pull/31) ([andrewmcodes](https://github.com/andrewmcodes))
114
+ - update README and package.json [\#30](https://github.com/hopsoft/cable_ready/pull/30) ([andrewmcodes](https://github.com/andrewmcodes))
115
+
116
+ ## [v4.1.0](https://github.com/hopsoft/cable_ready/tree/v4.1.0) (2020-04-05)
117
+
118
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.9...v4.1.0)
119
+
120
+ **Merged pull requests:**
121
+
122
+ - Bump acorn from 7.1.0 to 7.1.1 in /javascript [\#29](https://github.com/hopsoft/cable_ready/pull/29) ([dependabot[bot]](https://github.com/apps/dependabot))
123
+ - Set cookie support [\#28](https://github.com/hopsoft/cable_ready/pull/28) ([hopsoft](https://github.com/hopsoft))
124
+ - README.md: Fix typo [\#27](https://github.com/hopsoft/cable_ready/pull/27) ([henrik](https://github.com/henrik))
125
+ - Update event-dispatch.md [\#25](https://github.com/hopsoft/cable_ready/pull/25) ([leastbad](https://github.com/leastbad))
126
+ - Fix typo on Remove Css Class methods [\#24](https://github.com/hopsoft/cable_ready/pull/24) ([darkrubyist](https://github.com/darkrubyist))
127
+
128
+ ## [v4.0.9](https://github.com/hopsoft/cable_ready/tree/v4.0.9) (2020-01-27)
129
+
130
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.8...v4.0.9)
131
+
132
+ **Merged pull requests:**
133
+
134
+ - Add support to ignore missing DOM elements via options parameter [\#23](https://github.com/hopsoft/cable_ready/pull/23) ([leastbad](https://github.com/leastbad))
135
+ - fix sporadic error - undefined method \<\< for nil, when adding operation [\#21](https://github.com/hopsoft/cable_ready/pull/21) ([szTheory](https://github.com/szTheory))
136
+
137
+ ## [v4.0.8](https://github.com/hopsoft/cable_ready/tree/v4.0.8) (2019-11-04)
138
+
139
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.7...v4.0.8)
140
+
141
+ **Merged pull requests:**
142
+
143
+ - Simplify logic to make it more understandable [\#20](https://github.com/hopsoft/cable_ready/pull/20) ([hopsoft](https://github.com/hopsoft))
144
+
145
+ ## [v4.0.7](https://github.com/hopsoft/cable_ready/tree/v4.0.7) (2019-10-05)
146
+
147
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.6...v4.0.7)
148
+
149
+ **Merged pull requests:**
150
+
151
+ - Add gh actions [\#17](https://github.com/hopsoft/cable_ready/pull/17) ([andrewmcodes](https://github.com/andrewmcodes))
152
+ - Add Gitbook integration [\#16](https://github.com/hopsoft/cable_ready/pull/16) ([andrewmcodes](https://github.com/andrewmcodes))
153
+
154
+ ## [v4.0.6](https://github.com/hopsoft/cable_ready/tree/v4.0.6) (2019-10-03)
155
+
156
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.5...v4.0.6)
157
+
158
+ **Implemented enhancements:**
159
+
160
+ - Add support for redirect/visit [\#10](https://github.com/hopsoft/cable_ready/issues/10)
161
+
162
+ **Merged pull requests:**
163
+
164
+ - Update to format with prettier-standard [\#15](https://github.com/hopsoft/cable_ready/pull/15) ([hopsoft](https://github.com/hopsoft))
165
+ - Add support for permanent nodes [\#14](https://github.com/hopsoft/cable_ready/pull/14) ([andreaslillebo](https://github.com/andreaslillebo))
166
+
167
+ ## [v4.0.5](https://github.com/hopsoft/cable_ready/tree/v4.0.5) (2019-09-20)
168
+
169
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.4...v4.0.5)
170
+
171
+ **Merged pull requests:**
172
+
173
+ - Hopsoft/bubble [\#13](https://github.com/hopsoft/cable_ready/pull/13) ([hopsoft](https://github.com/hopsoft))
174
+
175
+ ## [v4.0.4](https://github.com/hopsoft/cable_ready/tree/v4.0.4) (2019-09-19)
176
+
177
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.3...v4.0.4)
178
+
179
+ **Merged pull requests:**
180
+
181
+ - Refactor how events are managed [\#12](https://github.com/hopsoft/cable_ready/pull/12) ([hopsoft](https://github.com/hopsoft))
182
+ - Added support for XPath selectors [\#11](https://github.com/hopsoft/cable_ready/pull/11) ([leastbad](https://github.com/leastbad))
183
+
184
+ ## [v4.0.3](https://github.com/hopsoft/cable_ready/tree/v4.0.3) (2019-08-17)
185
+
186
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.2...v4.0.3)
187
+
188
+ ## [v4.0.2](https://github.com/hopsoft/cable_ready/tree/v4.0.2) (2019-08-10)
189
+
190
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.1...v4.0.2)
191
+
192
+ ## [v4.0.1](https://github.com/hopsoft/cable_ready/tree/v4.0.1) (2019-08-10)
193
+
194
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.0...v4.0.1)
195
+
196
+ **Merged pull requests:**
197
+
198
+ - Merge JavaScript NPM package into this repo [\#9](https://github.com/hopsoft/cable_ready/pull/9) ([hopsoft](https://github.com/hopsoft))
199
+
200
+ ## [v4.0.0](https://github.com/hopsoft/cable_ready/tree/v4.0.0) (2019-08-09)
201
+
202
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v3.0.1...v4.0.0)
203
+
204
+ ## [v3.0.1](https://github.com/hopsoft/cable_ready/tree/v3.0.1) (2019-05-13)
205
+
206
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v3.0.0...v3.0.1)
207
+
208
+ ## [v3.0.0](https://github.com/hopsoft/cable_ready/tree/v3.0.0) (2019-03-25)
209
+
210
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.8...v3.0.0)
211
+
212
+ **Merged pull requests:**
213
+
214
+ - Use outerHTML instead of replace [\#8](https://github.com/hopsoft/cable_ready/pull/8) ([hopsoft](https://github.com/hopsoft))
215
+
216
+ ## [v2.0.8](https://github.com/hopsoft/cable_ready/tree/v2.0.8) (2018-11-25)
217
+
218
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.7...v2.0.8)
219
+
220
+ **Merged pull requests:**
221
+
222
+ - Dispatch before/after events for DOM activity [\#7](https://github.com/hopsoft/cable_ready/pull/7) ([hopsoft](https://github.com/hopsoft))
223
+
224
+ ## [v2.0.7](https://github.com/hopsoft/cable_ready/tree/v2.0.7) (2018-10-26)
225
+
226
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.6...v2.0.7)
227
+
228
+ ## [v2.0.6](https://github.com/hopsoft/cable_ready/tree/v2.0.6) (2018-10-20)
229
+
230
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.5...v2.0.6)
231
+
232
+ ## [v2.0.5](https://github.com/hopsoft/cable_ready/tree/v2.0.5) (2018-10-08)
233
+
234
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.4...v2.0.5)
235
+
236
+ **Merged pull requests:**
237
+
238
+ - Support morph option for childrenOnly [\#6](https://github.com/hopsoft/cable_ready/pull/6) ([hopsoft](https://github.com/hopsoft))
239
+
240
+ ## [v2.0.4](https://github.com/hopsoft/cable_ready/tree/v2.0.4) (2017-11-09)
241
+
242
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.3...v2.0.4)
243
+
244
+ ## [v2.0.3](https://github.com/hopsoft/cable_ready/tree/v2.0.3) (2017-11-06)
245
+
246
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.2...v2.0.3)
247
+
248
+ **Merged pull requests:**
249
+
250
+ - Compress HTML [\#5](https://github.com/hopsoft/cable_ready/pull/5) ([hopsoft](https://github.com/hopsoft))
251
+
252
+ ## [v2.0.2](https://github.com/hopsoft/cable_ready/tree/v2.0.2) (2017-11-03)
253
+
254
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.1...v2.0.2)
255
+
256
+ **Merged pull requests:**
257
+
258
+ - Make morph a first class operation [\#4](https://github.com/hopsoft/cable_ready/pull/4) ([hopsoft](https://github.com/hopsoft))
259
+
260
+ ## [v2.0.1](https://github.com/hopsoft/cable_ready/tree/v2.0.1) (2017-10-15)
261
+
262
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.0...v2.0.1)
263
+
264
+ ## [v2.0.0](https://github.com/hopsoft/cable_ready/tree/v2.0.0) (2017-10-14)
265
+
266
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v1.1.0...v2.0.0)
267
+
268
+ **Merged pull requests:**
269
+
270
+ - Improved programmatic interface [\#3](https://github.com/hopsoft/cable_ready/pull/3) ([hopsoft](https://github.com/hopsoft))
271
+
272
+ ## [v1.1.0](https://github.com/hopsoft/cable_ready/tree/v1.1.0) (2017-09-24)
273
+
274
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v1.0.0...v1.1.0)
275
+
276
+ **Closed issues:**
277
+
278
+ - FINISH IT!!! [\#1](https://github.com/hopsoft/cable_ready/issues/1)
279
+
280
+ **Merged pull requests:**
281
+
282
+ - Support more DOM operations/mutations [\#2](https://github.com/hopsoft/cable_ready/pull/2) ([hopsoft](https://github.com/hopsoft))
283
+
284
+ ## [v1.0.0](https://github.com/hopsoft/cable_ready/tree/v1.0.0) (2017-09-20)
285
+
286
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v0.1.0...v1.0.0)
287
+
288
+ ## [v0.1.0](https://github.com/hopsoft/cable_ready/tree/v0.1.0) (2017-05-19)
289
+
290
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/e62800f06e2f436fc66de2b9840313ba1de349bc...v0.1.0)
291
+
292
+
293
+
294
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
@@ -1,80 +1,95 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cable_ready (4.3.0.pre0)
4
+ cable_ready (4.4.0.pre1)
5
5
  rails (>= 5.2)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (6.0.3.1)
11
- actionpack (= 6.0.3.1)
10
+ actioncable (6.0.3.3)
11
+ actionpack (= 6.0.3.3)
12
12
  nio4r (~> 2.0)
13
13
  websocket-driver (>= 0.6.1)
14
- actionmailbox (6.0.3.1)
15
- actionpack (= 6.0.3.1)
16
- activejob (= 6.0.3.1)
17
- activerecord (= 6.0.3.1)
18
- activestorage (= 6.0.3.1)
19
- activesupport (= 6.0.3.1)
14
+ actionmailbox (6.0.3.3)
15
+ actionpack (= 6.0.3.3)
16
+ activejob (= 6.0.3.3)
17
+ activerecord (= 6.0.3.3)
18
+ activestorage (= 6.0.3.3)
19
+ activesupport (= 6.0.3.3)
20
20
  mail (>= 2.7.1)
21
- actionmailer (6.0.3.1)
22
- actionpack (= 6.0.3.1)
23
- actionview (= 6.0.3.1)
24
- activejob (= 6.0.3.1)
21
+ actionmailer (6.0.3.3)
22
+ actionpack (= 6.0.3.3)
23
+ actionview (= 6.0.3.3)
24
+ activejob (= 6.0.3.3)
25
25
  mail (~> 2.5, >= 2.5.4)
26
26
  rails-dom-testing (~> 2.0)
27
- actionpack (6.0.3.1)
28
- actionview (= 6.0.3.1)
29
- activesupport (= 6.0.3.1)
27
+ actionpack (6.0.3.3)
28
+ actionview (= 6.0.3.3)
29
+ activesupport (= 6.0.3.3)
30
30
  rack (~> 2.0, >= 2.0.8)
31
31
  rack-test (>= 0.6.3)
32
32
  rails-dom-testing (~> 2.0)
33
33
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
34
- actiontext (6.0.3.1)
35
- actionpack (= 6.0.3.1)
36
- activerecord (= 6.0.3.1)
37
- activestorage (= 6.0.3.1)
38
- activesupport (= 6.0.3.1)
34
+ actiontext (6.0.3.3)
35
+ actionpack (= 6.0.3.3)
36
+ activerecord (= 6.0.3.3)
37
+ activestorage (= 6.0.3.3)
38
+ activesupport (= 6.0.3.3)
39
39
  nokogiri (>= 1.8.5)
40
- actionview (6.0.3.1)
41
- activesupport (= 6.0.3.1)
40
+ actionview (6.0.3.3)
41
+ activesupport (= 6.0.3.3)
42
42
  builder (~> 3.1)
43
43
  erubi (~> 1.4)
44
44
  rails-dom-testing (~> 2.0)
45
45
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
46
- activejob (6.0.3.1)
47
- activesupport (= 6.0.3.1)
46
+ activejob (6.0.3.3)
47
+ activesupport (= 6.0.3.3)
48
48
  globalid (>= 0.3.6)
49
- activemodel (6.0.3.1)
50
- activesupport (= 6.0.3.1)
51
- activerecord (6.0.3.1)
52
- activemodel (= 6.0.3.1)
53
- activesupport (= 6.0.3.1)
54
- activestorage (6.0.3.1)
55
- actionpack (= 6.0.3.1)
56
- activejob (= 6.0.3.1)
57
- activerecord (= 6.0.3.1)
49
+ activemodel (6.0.3.3)
50
+ activesupport (= 6.0.3.3)
51
+ activerecord (6.0.3.3)
52
+ activemodel (= 6.0.3.3)
53
+ activesupport (= 6.0.3.3)
54
+ activestorage (6.0.3.3)
55
+ actionpack (= 6.0.3.3)
56
+ activejob (= 6.0.3.3)
57
+ activerecord (= 6.0.3.3)
58
58
  marcel (~> 0.3.1)
59
- activesupport (6.0.3.1)
59
+ activesupport (6.0.3.3)
60
60
  concurrent-ruby (~> 1.0, >= 1.0.2)
61
61
  i18n (>= 0.7, < 2)
62
62
  minitest (~> 5.1)
63
63
  tzinfo (~> 1.1)
64
64
  zeitwerk (~> 2.2, >= 2.2.2)
65
+ addressable (2.7.0)
66
+ public_suffix (>= 2.0.2, < 5.0)
65
67
  ast (2.4.1)
66
68
  builder (3.2.4)
67
69
  coderay (1.1.3)
68
- concurrent-ruby (1.1.6)
70
+ concurrent-ruby (1.1.7)
69
71
  crass (1.0.6)
70
72
  erubi (1.9.0)
73
+ faraday (1.0.1)
74
+ multipart-post (>= 1.2, < 3)
75
+ faraday-http-cache (2.2.0)
76
+ faraday (>= 0.8)
77
+ github_changelog_generator (1.15.2)
78
+ activesupport
79
+ faraday-http-cache
80
+ multi_json
81
+ octokit (~> 4.6)
82
+ rainbow (>= 2.2.1)
83
+ rake (>= 10.0)
84
+ retriable (~> 3.0)
71
85
  globalid (0.4.2)
72
86
  activesupport (>= 4.2.0)
73
- i18n (1.8.3)
87
+ i18n (1.8.5)
74
88
  concurrent-ruby (~> 1.0)
75
- loofah (2.5.0)
89
+ loofah (2.7.0)
76
90
  crass (~> 1.0.2)
77
91
  nokogiri (>= 1.5.9)
92
+ magic_frozen_string_literal (1.1.0)
78
93
  mail (2.7.1)
79
94
  mini_mime (>= 0.1.1)
80
95
  marcel (0.3.3)
@@ -83,75 +98,86 @@ GEM
83
98
  mimemagic (0.3.5)
84
99
  mini_mime (1.0.2)
85
100
  mini_portile2 (2.4.0)
86
- minitest (5.14.1)
87
- nio4r (2.5.2)
88
- nokogiri (1.10.9)
101
+ minitest (5.14.2)
102
+ multi_json (1.15.0)
103
+ multipart-post (2.1.1)
104
+ nio4r (2.5.4)
105
+ nokogiri (1.10.10)
89
106
  mini_portile2 (~> 2.4.0)
90
- parallel (1.19.1)
91
- parser (2.7.1.3)
92
- ast (~> 2.4.0)
107
+ octokit (4.18.0)
108
+ faraday (>= 0.9)
109
+ sawyer (~> 0.8.0, >= 0.5.3)
110
+ parallel (1.19.2)
111
+ parser (2.7.1.5)
112
+ ast (~> 2.4.1)
93
113
  pry (0.12.2)
94
114
  coderay (~> 1.1.0)
95
115
  method_source (~> 0.9.0)
96
116
  pry-nav (0.3.0)
97
117
  pry (>= 0.9.10, < 0.13.0)
98
- rack (2.2.2)
118
+ public_suffix (4.0.6)
119
+ rack (2.2.3)
99
120
  rack-test (1.1.0)
100
121
  rack (>= 1.0, < 3)
101
- rails (6.0.3.1)
102
- actioncable (= 6.0.3.1)
103
- actionmailbox (= 6.0.3.1)
104
- actionmailer (= 6.0.3.1)
105
- actionpack (= 6.0.3.1)
106
- actiontext (= 6.0.3.1)
107
- actionview (= 6.0.3.1)
108
- activejob (= 6.0.3.1)
109
- activemodel (= 6.0.3.1)
110
- activerecord (= 6.0.3.1)
111
- activestorage (= 6.0.3.1)
112
- activesupport (= 6.0.3.1)
122
+ rails (6.0.3.3)
123
+ actioncable (= 6.0.3.3)
124
+ actionmailbox (= 6.0.3.3)
125
+ actionmailer (= 6.0.3.3)
126
+ actionpack (= 6.0.3.3)
127
+ actiontext (= 6.0.3.3)
128
+ actionview (= 6.0.3.3)
129
+ activejob (= 6.0.3.3)
130
+ activemodel (= 6.0.3.3)
131
+ activerecord (= 6.0.3.3)
132
+ activestorage (= 6.0.3.3)
133
+ activesupport (= 6.0.3.3)
113
134
  bundler (>= 1.3.0)
114
- railties (= 6.0.3.1)
135
+ railties (= 6.0.3.3)
115
136
  sprockets-rails (>= 2.0.0)
116
137
  rails-dom-testing (2.0.3)
117
138
  activesupport (>= 4.2.0)
118
139
  nokogiri (>= 1.6)
119
140
  rails-html-sanitizer (1.3.0)
120
141
  loofah (~> 2.3)
121
- railties (6.0.3.1)
122
- actionpack (= 6.0.3.1)
123
- activesupport (= 6.0.3.1)
142
+ railties (6.0.3.3)
143
+ actionpack (= 6.0.3.3)
144
+ activesupport (= 6.0.3.3)
124
145
  method_source
125
146
  rake (>= 0.8.7)
126
147
  thor (>= 0.20.3, < 2.0)
127
148
  rainbow (3.0.0)
128
149
  rake (13.0.1)
129
- regexp_parser (1.7.1)
150
+ regexp_parser (1.8.0)
151
+ retriable (3.1.2)
130
152
  rexml (3.2.4)
131
- rubocop (0.85.1)
153
+ rubocop (0.92.0)
132
154
  parallel (~> 1.10)
133
- parser (>= 2.7.0.1)
155
+ parser (>= 2.7.1.5)
134
156
  rainbow (>= 2.2.2, < 4.0)
135
157
  regexp_parser (>= 1.7)
136
158
  rexml
137
- rubocop-ast (>= 0.0.3)
159
+ rubocop-ast (>= 0.5.0)
138
160
  ruby-progressbar (~> 1.7)
139
161
  unicode-display_width (>= 1.4.0, < 2.0)
140
- rubocop-ast (0.0.3)
141
- parser (>= 2.7.0.1)
142
- rubocop-performance (1.6.1)
143
- rubocop (>= 0.71.0)
162
+ rubocop-ast (0.5.1)
163
+ parser (>= 2.7.1.5)
164
+ rubocop-performance (1.8.1)
165
+ rubocop (>= 0.87.0)
166
+ rubocop-ast (>= 0.4.0)
144
167
  ruby-progressbar (1.10.1)
168
+ sawyer (0.8.2)
169
+ addressable (>= 2.3.5)
170
+ faraday (> 0.8, < 2.0)
145
171
  sprockets (4.0.2)
146
172
  concurrent-ruby (~> 1.0)
147
173
  rack (> 1, < 3)
148
- sprockets-rails (3.2.1)
174
+ sprockets-rails (3.2.2)
149
175
  actionpack (>= 4.0)
150
176
  activesupport (>= 4.0)
151
177
  sprockets (>= 3.0.0)
152
- standard (0.4.7)
153
- rubocop (~> 0.85.0)
154
- rubocop-performance (~> 1.6.0)
178
+ standard (0.7)
179
+ rubocop (= 0.92)
180
+ rubocop-performance (= 1.8.1)
155
181
  standardrb (1.0.0)
156
182
  standard
157
183
  thor (1.0.1)
@@ -159,16 +185,18 @@ GEM
159
185
  tzinfo (1.2.7)
160
186
  thread_safe (~> 0.1)
161
187
  unicode-display_width (1.7.0)
162
- websocket-driver (0.7.2)
188
+ websocket-driver (0.7.3)
163
189
  websocket-extensions (>= 0.1.0)
164
190
  websocket-extensions (0.1.5)
165
- zeitwerk (2.3.0)
191
+ zeitwerk (2.4.0)
166
192
 
167
193
  PLATFORMS
168
194
  ruby
169
195
 
170
196
  DEPENDENCIES
171
197
  cable_ready!
198
+ github_changelog_generator
199
+ magic_frozen_string_literal
172
200
  pry
173
201
  pry-nav
174
202
  rake
data/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  <img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-brightgreen.svg" target="_blank" />
12
12
  </a>
13
13
  <a href="http://blog.codinghorror.com/the-best-code-is-no-code-at-all/" target="_blank">
14
- <img alt="Lines of Code" src="https://img.shields.io/badge/lines_of_code-344-brightgreen.svg?style=flat" />
14
+ <img alt="Lines of Code" src="https://img.shields.io/badge/lines_of_code-403-brightgreen.svg?style=flat" />
15
15
  </a>
16
16
  <a href="https://cableready.stimulusreflex.com" target="_blank">
17
17
  <img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
@@ -27,6 +27,9 @@
27
27
  <img alt="JavaScript Code Style" src="https://img.shields.io/badge/JavaScript_Code_Style-prettier_standard-ff69b4.svg" />
28
28
  </a>
29
29
  <br />
30
+ <a href="https://www.codacy.com/manual/hopsoft/cable_ready/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=hopsoft/cable_ready&amp;utm_campaign=Badge_Grade" target="_blank">
31
+ <img alt="Code Quality" src="https://app.codacy.com/project/badge/Grade/8e6971e3410347eaaa16be2555160b9c"/>
32
+ </a>
30
33
  <a href="https://codeclimate.com/github/hopsoft/cable_ready/maintainability" target="_blank">
31
34
  <img alt="Maintainability" src="https://api.codeclimate.com/v1/badges/83ddf1fee4af7e51a681/maintainability" />
32
35
  </a>
data/Rakefile CHANGED
@@ -1,9 +1,15 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require "bundler/gem_tasks"
4
+ require "github_changelog_generator/task"
4
5
 
5
6
  task default: [:test]
6
7
 
7
8
  task :test do
8
9
  puts "Please write some tests..."
9
10
  end
11
+
12
+ GitHubChangelogGenerator::RakeTask.new :changelog do |config|
13
+ config.user = "hopsoft"
14
+ config.project = "cable_ready"
15
+ end
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
+ bundle exec magic_frozen_string_literal
3
4
  bundle exec standardrb --fix
4
5
  cd ./javascript && yarn run prettier-standard cable_ready.js
@@ -14,8 +14,10 @@ Gem::Specification.new do |gem|
14
14
 
15
15
  gem.add_dependency "rails", ">= 5.2"
16
16
 
17
- gem.add_development_dependency "rake"
18
- gem.add_development_dependency "standardrb"
17
+ gem.add_development_dependency "github_changelog_generator"
18
+ gem.add_development_dependency "magic_frozen_string_literal"
19
19
  gem.add_development_dependency "pry"
20
20
  gem.add_development_dependency "pry-nav"
21
+ gem.add_development_dependency "rake"
22
+ gem.add_development_dependency "standardrb"
21
23
  end
@@ -16,14 +16,14 @@ module CableReady
16
16
  def broadcast(clear)
17
17
  operations.select! { |_, list| list.present? }
18
18
  operations.deep_transform_keys! { |key| key.to_s.camelize(:lower) }
19
- ActionCable.server.broadcast identifier, "cableReady" => true, "operations" => operations
19
+ ActionCable.server.broadcast identifier, {"cableReady" => true, "operations" => operations}
20
20
  reset if clear
21
21
  end
22
22
 
23
23
  def broadcast_to(model, clear)
24
24
  operations.select! { |_, list| list.present? }
25
25
  operations.deep_transform_keys! { |key| key.to_s.camelize(:lower) }
26
- identifier.broadcast_to model, "cableReady" => true, "operations" => operations
26
+ identifier.broadcast_to model, {"cableReady" => true, "operations" => operations}
27
27
  reset if clear
28
28
  end
29
29
 
@@ -16,22 +16,27 @@ module CableReady
16
16
  @operations = {}
17
17
  %i[
18
18
  add_css_class
19
+ console_log
19
20
  dispatch_event
20
21
  inner_html
21
22
  insert_adjacent_html
22
23
  insert_adjacent_text
23
24
  morph
25
+ notification
24
26
  outer_html
27
+ push_state
25
28
  remove
26
29
  remove_attribute
27
30
  remove_css_class
28
31
  set_attribute
29
32
  set_cookie
30
33
  set_dataset_property
34
+ set_focus
31
35
  set_property
32
36
  set_style
33
37
  set_styles
34
38
  set_value
39
+ text_content
35
40
  ].each do |operation|
36
41
  add_operation operation
37
42
  end
@@ -46,23 +51,33 @@ module CableReady
46
51
  end
47
52
 
48
53
  def broadcast(*identifiers, clear: true)
49
- @channels.values
50
- .reject { |channel| identifiers.any? && identifiers.exclude?(channel.identifier) }
51
- .select { |channel| channel.identifier.is_a?(String) }
52
- .tap do |channels|
53
- channels.each { |channel| @channels[channel.identifier].broadcast(clear) }
54
- channels.each { |channel| @channels.except!(channel.identifier) if clear }
55
- end
54
+ mutex.synchronize do
55
+ @channels.values
56
+ .reject { |channel| identifiers.any? && identifiers.exclude?(channel.identifier) }
57
+ .select { |channel| channel.identifier.is_a?(String) }
58
+ .tap do |channels|
59
+ channels.each { |channel| @channels[channel.identifier].broadcast(clear) }
60
+ channels.each { |channel| @channels.except!(channel.identifier) if clear }
61
+ end
62
+ end
56
63
  end
57
64
 
58
65
  def broadcast_to(model, *identifiers, clear: true)
59
- @channels.values
60
- .reject { |channel| identifiers.any? && identifiers.exclude?(channel.identifier) }
61
- .reject { |channel| channel.identifier.is_a?(String) }
62
- .tap do |channels|
63
- channels.each { |channel| @channels[channel.identifier].broadcast_to(model, clear) }
64
- channels.each { |channel| @channels.except!(channel.identifier) if clear }
65
- end
66
+ mutex.synchronize do
67
+ @channels.values
68
+ .reject { |channel| identifiers.any? && identifiers.exclude?(channel.identifier) }
69
+ .reject { |channel| channel.identifier.is_a?(String) }
70
+ .tap do |channels|
71
+ channels.each { |channel| @channels[channel.identifier].broadcast_to(model, clear) }
72
+ channels.each { |channel| @channels.except!(channel.identifier) if clear }
73
+ end
74
+ end
75
+ end
76
+
77
+ private
78
+
79
+ def mutex
80
+ @mutex ||= Mutex.new
66
81
  end
67
82
  end
68
83
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CableReady
4
- VERSION = "4.3.0.pre0"
4
+ VERSION = "4.4.0.pre1"
5
5
  end
data/tags CHANGED
@@ -13,31 +13,42 @@ CableReady lib/cable_ready/version.rb /^module CableReady$/;" m
13
13
  Channel lib/cable_ready/channel.rb /^ class Channel$/;" c class:CableReady
14
14
  Channels lib/cable_ready/channels.rb /^ class Channels$/;" c class:CableReady
15
15
  Engine lib/cable_ready.rb /^ class Engine < Rails::Engine$/;" c class:CableReady
16
- [] lib/cable_ready/channels.rb /^ def [](channel_name)$/;" f class:CableReady.Channels
17
- add_css_class lib/cable_ready/channel.rb /^ def add_css_class(options = {})$/;" f class:CableReady.Channel
16
+ [] lib/cable_ready/channels.rb /^ def [](identifier)$/;" f class:CableReady.Channels
18
17
  add_operation lib/cable_ready/channel.rb /^ def add_operation(key, options)$/;" f class:CableReady.Channel
19
- broadcast lib/cable_ready/channel.rb /^ def broadcast$/;" f class:CableReady.Channel
20
- broadcast lib/cable_ready/channels.rb /^ def broadcast$/;" f class:CableReady.Channels
18
+ add_operation lib/cable_ready/channels.rb /^ def add_operation(operation, &implementation)$/;" f class:CableReady.Channels
19
+ broadcast lib/cable_ready/channel.rb /^ def broadcast(clear)$/;" f class:CableReady.Channel
20
+ broadcast lib/cable_ready/channels.rb /^ def broadcast(*identifiers, clear: true)$/;" f class:CableReady.Channels
21
+ broadcast_to lib/cable_ready/channel.rb /^ def broadcast_to(model, clear)$/;" f class:CableReady.Channel
22
+ broadcast_to lib/cable_ready/channels.rb /^ def broadcast_to(model, *identifiers, clear: true)$/;" f class:CableReady.Channels
21
23
  cable_ready lib/cable_ready/broadcaster.rb /^ def cable_ready$/;" f class:CableReady.Broadcaster
22
- clear lib/cable_ready/channel.rb /^ def clear$/;" f class:CableReady.Channel
23
- clear lib/cable_ready/channels.rb /^ def clear$/;" f class:CableReady.Channels
24
+ configure lib/cable_ready/channels.rb /^ def self.configure$/;" F class:CableReady.Channels
24
25
  const.bubbles javascript/cable_ready.js /^ const init = { bubbles: true, cancelable: true }$/;" p
25
26
  const.cancelable javascript/cable_ready.js /^ const init = { bubbles: true, cancelable: true }$/;" p
26
- const.dispatchEvent javascript/cable_ready.js /^ dispatchEvent: config => {$/;" p
27
- dispatch_event lib/cable_ready/channel.rb /^ def dispatch_event(options = {})$/;" f class:CableReady.Channel
28
- initialize lib/cable_ready/channel.rb /^ def initialize(name)$/;" f class:CableReady.Channel
27
+ const.color javascript/cable_ready.js /^ color: true,$/;" p
28
+ const.date javascript/cable_ready.js /^ date: true,$/;" p
29
+ const.datetime javascript/cable_ready.js /^ datetime: true,$/;" p
30
+ const.datetime-local javascript/cable_ready.js /^ 'datetime-local': true,$/;" p
31
+ const.email javascript/cable_ready.js /^ email: true,$/;" p
32
+ const.month javascript/cable_ready.js /^ month: true,$/;" p
33
+ const.number javascript/cable_ready.js /^ number: true,$/;" p
34
+ const.password javascript/cable_ready.js /^ password: true,$/;" p
35
+ const.pushState javascript/cable_ready.js /^ pushState: config => {$/;" p
36
+ const.range javascript/cable_ready.js /^ range: true,$/;" p
37
+ const.search javascript/cable_ready.js /^ search: true,$/;" p
38
+ const.select-multiple javascript/cable_ready.js /^ 'select-multiple': true,$/;" p
39
+ const.select-one javascript/cable_ready.js /^ 'select-one': true,$/;" p
40
+ const.tel javascript/cable_ready.js /^ tel: true,$/;" p
41
+ const.text javascript/cable_ready.js /^ text: true,$/;" p
42
+ const.textarea javascript/cable_ready.js /^ textarea: true,$/;" p
43
+ const.time javascript/cable_ready.js /^ time: true,$/;" p
44
+ const.url javascript/cable_ready.js /^ url: true,$/;" p
45
+ const.value javascript/cable_ready.js /^ const ignore = { value: true }$/;" p
46
+ const.week javascript/cable_ready.js /^ week: true$/;" p
47
+ dom_id lib/cable_ready/broadcaster.rb /^ def dom_id(record, prefix = nil)$/;" f class:CableReady.Broadcaster
48
+ import.INPUT javascript/cable_ready.js /^ INPUT: true,$/;" p
49
+ import.SELECT javascript/cable_ready.js /^ SELECT: true$/;" p
50
+ import.TEXTAREA javascript/cable_ready.js /^ TEXTAREA: true,$/;" p
51
+ initialize lib/cable_ready/channel.rb /^ def initialize(identifier, available_operations)$/;" f class:CableReady.Channel
29
52
  initialize lib/cable_ready/channels.rb /^ def initialize$/;" f class:CableReady.Channels
30
- inner_html lib/cable_ready/channel.rb /^ def inner_html(options = {})$/;" f class:CableReady.Channel
31
- insert_adjacent_html lib/cable_ready/channel.rb /^ def insert_adjacent_html(options = {})$/;" f class:CableReady.Channel
32
- insert_adjacent_text lib/cable_ready/channel.rb /^ def insert_adjacent_text(options = {})$/;" f class:CableReady.Channel
33
- morph lib/cable_ready/channel.rb /^ def morph(options = {})$/;" f class:CableReady.Channel
34
- outer_html lib/cable_ready/channel.rb /^ def outer_html(options = {})$/;" f class:CableReady.Channel
35
- remove lib/cable_ready/channel.rb /^ def remove(options = {})$/;" f class:CableReady.Channel
36
- remove_attribute lib/cable_ready/channel.rb /^ def remove_attribute(options = {})$/;" f class:CableReady.Channel
37
- remove_css_class lib/cable_ready/channel.rb /^ def remove_css_class(options = {})$/;" f class:CableReady.Channel
38
- set_attribute lib/cable_ready/channel.rb /^ def set_attribute(options = {})$/;" f class:CableReady.Channel
39
- set_cookie lib/cable_ready/channel.rb /^ def set_cookie(value)$/;" f class:CableReady.Channel
40
- set_dataset_property lib/cable_ready/channel.rb /^ def set_dataset_property(options = {})$/;" f class:CableReady.Channel
41
- set_value lib/cable_ready/channel.rb /^ def set_value(options = {})$/;" f class:CableReady.Channel
42
- stub lib/cable_ready/channel.rb /^ def stub$/;" f class:CableReady.Channel
43
- text_content lib/cable_ready/channel.rb /^ def text_content(options = {})$/;" f class:CableReady.Channel
53
+ mutex lib/cable_ready/channels.rb /^ def mutex$/;" f class:CableReady.Channels
54
+ reset lib/cable_ready/channel.rb /^ def reset$/;" f class:CableReady.Channel
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cable_ready
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.0.pre0
4
+ version: 4.4.0.pre1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Hopkins
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-13 00:00:00.000000000 Z
11
+ date: 2020-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -25,7 +25,7 @@ dependencies:
25
25
  - !ruby/object:Gem::Version
26
26
  version: '5.2'
27
27
  - !ruby/object:Gem::Dependency
28
- name: rake
28
+ name: github_changelog_generator
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - ">="
@@ -39,7 +39,7 @@ dependencies:
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
- name: standardrb
42
+ name: magic_frozen_string_literal
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - ">="
@@ -80,13 +80,42 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description:
83
+ - !ruby/object:Gem::Dependency
84
+ name: rake
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: standardrb
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ description:
84
112
  email:
85
113
  - natehop@gmail.com
86
114
  executables: []
87
115
  extensions: []
88
116
  extra_rdoc_files: []
89
117
  files:
118
+ - CHANGELOG.md
90
119
  - CODE_OF_CONDUCT.md
91
120
  - Gemfile
92
121
  - Gemfile.lock
@@ -104,12 +133,11 @@ files:
104
133
  - lib/cable_ready/channels.rb
105
134
  - lib/cable_ready/version.rb
106
135
  - tags
107
- - yarn.lock
108
136
  homepage: https://github.com/hopsoft/cable_ready
109
137
  licenses:
110
138
  - MIT
111
139
  metadata: {}
112
- post_install_message:
140
+ post_install_message:
113
141
  rdoc_options: []
114
142
  require_paths:
115
143
  - lib
@@ -124,8 +152,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
152
  - !ruby/object:Gem::Version
125
153
  version: 1.3.1
126
154
  requirements: []
127
- rubygems_version: 3.0.3
128
- signing_key:
155
+ rubygems_version: 3.1.2
156
+ signing_key:
129
157
  specification_version: 4
130
158
  summary: Out-of-Band Server Triggered DOM Operations
131
159
  test_files: []
data/yarn.lock DELETED
@@ -1,3 +0,0 @@
1
- # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2
- # yarn lockfile v1
3
-