cable_ready 4.3.0.pre1 → 4.4.0.pre2

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: b124067d935e758b9acabc55a7c2a3a49d23ecde28fd40d28e721a99ee80fbe1
4
- data.tar.gz: 014b1832272d66cab366100879d94079bcf42ad6c9bf0ea7789206283b531d7f
3
+ metadata.gz: 336dc16eec4f5d8fef87d25319d07bbc2381ac552c384a2066387c209efa4782
4
+ data.tar.gz: 782e97d08ef9d7adf559d1e69808adb779af99f54fbabe0c40091138fbe04cb9
5
5
  SHA512:
6
- metadata.gz: bddca7aec4c1d17ac77fd9e959ef02269f4bccc937d5024b0d9677cded6792a3c64fcf29efe0897ee3dfef3bc9d4c230808747a3158bd8ff9bb4e55eec015f04
7
- data.tar.gz: 3c285ac7c59835d57377ee64d565eefc32e5a802046f470fad2af7f9cbb6dc7338e3f0269fb5629bb1658cb10a3774937c8082b4c568c7f3a0a161335e0a2fcd
6
+ metadata.gz: f59b24c3691502cf20f6c0b0b9d665adba7b5dab021b6dc411a790579040f97483766a0e97f3ad37d288f22c64869b0eaa8c8d9bee376b433b773974132d16bf
7
+ data.tar.gz: 066c91020558f7ac188fcc11fbd86c182cb2f7a527608c6ec1ecc84f50014f515224e4fd60c45d625dbe9236c631c38f3c84e8b6f83bd899b0101f9442df2a75
@@ -0,0 +1,312 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased](https://github.com/hopsoft/cable_ready/tree/HEAD)
4
+
5
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.0.pre1...HEAD)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - use CustomEvent to get IE11 working [\#74](https://github.com/hopsoft/cable_ready/pull/74) ([existentialmutt](https://github.com/existentialmutt))
10
+
11
+ ## [v4.4.0.pre1](https://github.com/hopsoft/cable_ready/tree/v4.4.0.pre1) (2020-09-25)
12
+
13
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.0.pre0...v4.4.0.pre1)
14
+
15
+ **Merged pull requests:**
16
+
17
+ - Add support for pushState [\#73](https://github.com/hopsoft/cable_ready/pull/73) ([hopsoft](https://github.com/hopsoft))
18
+ - Bump actionview from 6.0.3.2 to 6.0.3.3 [\#72](https://github.com/hopsoft/cable_ready/pull/72) ([dependabot[bot]](https://github.com/apps/dependabot))
19
+ - set\_focus operation [\#69](https://github.com/hopsoft/cable_ready/pull/69) ([leastbad](https://github.com/leastbad))
20
+
21
+ ## [v4.4.0.pre0](https://github.com/hopsoft/cable_ready/tree/v4.4.0.pre0) (2020-09-02)
22
+
23
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.3.0...v4.4.0.pre0)
24
+
25
+ **Implemented enhancements:**
26
+
27
+ - Add a shared mutex to avoid concurrency issues in Channels [\#65](https://github.com/hopsoft/cable_ready/pull/65) ([barrywoolgar](https://github.com/barrywoolgar))
28
+
29
+ **Closed issues:**
30
+
31
+ - 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)
32
+ - documentation: Mention cable.yml adapter configuration [\#66](https://github.com/hopsoft/cable_ready/issues/66)
33
+
34
+ **Merged pull requests:**
35
+
36
+ - Provide an async perform method [\#63](https://github.com/hopsoft/cable_ready/pull/63) ([julianrubisch](https://github.com/julianrubisch))
37
+ - Add braces to hash parameter to remove warning [\#61](https://github.com/hopsoft/cable_ready/pull/61) ([dabit](https://github.com/dabit))
38
+ - only pass inner html if childrenOnly is false [\#58](https://github.com/hopsoft/cable_ready/pull/58) ([joshleblanc](https://github.com/joshleblanc))
39
+
40
+ ## [v4.3.0](https://github.com/hopsoft/cable_ready/tree/v4.3.0) (2020-07-02)
41
+
42
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.3.0.pre2...v4.3.0)
43
+
44
+ ## [v4.3.0.pre2](https://github.com/hopsoft/cable_ready/tree/v4.3.0.pre2) (2020-06-27)
45
+
46
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.3.0-pre1...v4.3.0.pre2)
47
+
48
+ **Implemented enhancements:**
49
+
50
+ - Notifications [\#55](https://github.com/hopsoft/cable_ready/pull/55) ([leastbad](https://github.com/leastbad))
51
+
52
+ **Closed issues:**
53
+
54
+ - current\_user concerns? [\#54](https://github.com/hopsoft/cable_ready/issues/54)
55
+ - Update documentation [\#52](https://github.com/hopsoft/cable_ready/issues/52)
56
+
57
+ **Merged pull requests:**
58
+
59
+ - 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))
60
+ - 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))
61
+
62
+ ## [v4.3.0-pre1](https://github.com/hopsoft/cable_ready/tree/v4.3.0-pre1) (2020-06-15)
63
+
64
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.3.0.pre1...v4.3.0-pre1)
65
+
66
+ ## [v4.3.0.pre1](https://github.com/hopsoft/cable_ready/tree/v4.3.0.pre1) (2020-06-15)
67
+
68
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.3.0.pre0...v4.3.0.pre1)
69
+
70
+ **Merged pull requests:**
71
+
72
+ - text\_content is missing from 4.3.0.pre0 [\#53](https://github.com/hopsoft/cable_ready/pull/53) ([leastbad](https://github.com/leastbad))
73
+
74
+ ## [v4.3.0.pre0](https://github.com/hopsoft/cable_ready/tree/v4.3.0.pre0) (2020-06-13)
75
+
76
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.2.0...v4.3.0.pre0)
77
+
78
+ **Implemented enhancements:**
79
+
80
+ - Make DOMOperations extendable [\#44](https://github.com/hopsoft/cable_ready/pull/44) ([n-rodriguez](https://github.com/n-rodriguez))
81
+ - broadcast\_to method [\#38](https://github.com/hopsoft/cable_ready/pull/38) ([leastbad](https://github.com/leastbad))
82
+
83
+ **Closed issues:**
84
+
85
+ - Make JS DOMOperations extendable [\#43](https://github.com/hopsoft/cable_ready/issues/43)
86
+
87
+ **Merged pull requests:**
88
+
89
+ - Dom id signature fix [\#51](https://github.com/hopsoft/cable_ready/pull/51) ([leastbad](https://github.com/leastbad))
90
+ - add dom\_id helper [\#50](https://github.com/hopsoft/cable_ready/pull/50) ([leastbad](https://github.com/leastbad))
91
+ - Support for multiple CSS classes. [\#49](https://github.com/hopsoft/cable_ready/pull/49) ([sarriagada](https://github.com/sarriagada))
92
+ - Make morph emit after event [\#48](https://github.com/hopsoft/cable_ready/pull/48) ([julianrubisch](https://github.com/julianrubisch))
93
+ - Customize operations via initializer [\#47](https://github.com/hopsoft/cable_ready/pull/47) ([leastbad](https://github.com/leastbad))
94
+ - Correct method 'outerHtml' to 'outer\_html' in documentation [\#39](https://github.com/hopsoft/cable_ready/pull/39) ([pskarlas](https://github.com/pskarlas))
95
+ - Add setStyles [\#37](https://github.com/hopsoft/cable_ready/pull/37) ([excid3](https://github.com/excid3))
96
+ - Fix typo in method name outerHTML -\> outer\_html [\#35](https://github.com/hopsoft/cable_ready/pull/35) ([back2war](https://github.com/back2war))
97
+
98
+ ## [v4.2.0](https://github.com/hopsoft/cable_ready/tree/v4.2.0) (2020-06-02)
99
+
100
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.1.2...v4.2.0)
101
+
102
+ **Closed issues:**
103
+
104
+ - Question: Would you consider this intended behaviour? [\#41](https://github.com/hopsoft/cable_ready/issues/41)
105
+
106
+ **Merged pull requests:**
107
+
108
+ - after-outer-html emitted from new element [\#46](https://github.com/hopsoft/cable_ready/pull/46) ([leastbad](https://github.com/leastbad))
109
+ - Fix `outer\_html` notation [\#45](https://github.com/hopsoft/cable_ready/pull/45) ([julianrubisch](https://github.com/julianrubisch))
110
+ - Print out the selector for easier debugging perform errors [\#36](https://github.com/hopsoft/cable_ready/pull/36) ([excid3](https://github.com/excid3))
111
+ - add set\_property method to library [\#34](https://github.com/hopsoft/cable_ready/pull/34) ([leastbad](https://github.com/leastbad))
112
+
113
+ ## [v4.1.2](https://github.com/hopsoft/cable_ready/tree/v4.1.2) (2020-04-27)
114
+
115
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.1.1...v4.1.2)
116
+
117
+ **Fixed bugs:**
118
+
119
+ - 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))
120
+
121
+ ## [v4.1.1](https://github.com/hopsoft/cable_ready/tree/v4.1.1) (2020-04-20)
122
+
123
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.1.0...v4.1.1)
124
+
125
+ **Implemented enhancements:**
126
+
127
+ - add set\_style method to library [\#32](https://github.com/hopsoft/cable_ready/pull/32) ([leastbad](https://github.com/leastbad))
128
+
129
+ **Merged pull requests:**
130
+
131
+ - Add funding file [\#31](https://github.com/hopsoft/cable_ready/pull/31) ([andrewmcodes](https://github.com/andrewmcodes))
132
+ - update README and package.json [\#30](https://github.com/hopsoft/cable_ready/pull/30) ([andrewmcodes](https://github.com/andrewmcodes))
133
+
134
+ ## [v4.1.0](https://github.com/hopsoft/cable_ready/tree/v4.1.0) (2020-04-05)
135
+
136
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.9...v4.1.0)
137
+
138
+ **Merged pull requests:**
139
+
140
+ - 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))
141
+ - Set cookie support [\#28](https://github.com/hopsoft/cable_ready/pull/28) ([hopsoft](https://github.com/hopsoft))
142
+ - README.md: Fix typo [\#27](https://github.com/hopsoft/cable_ready/pull/27) ([henrik](https://github.com/henrik))
143
+ - Update event-dispatch.md [\#25](https://github.com/hopsoft/cable_ready/pull/25) ([leastbad](https://github.com/leastbad))
144
+ - Fix typo on Remove Css Class methods [\#24](https://github.com/hopsoft/cable_ready/pull/24) ([darkrubyist](https://github.com/darkrubyist))
145
+
146
+ ## [v4.0.9](https://github.com/hopsoft/cable_ready/tree/v4.0.9) (2020-01-27)
147
+
148
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.8...v4.0.9)
149
+
150
+ **Merged pull requests:**
151
+
152
+ - Add support to ignore missing DOM elements via options parameter [\#23](https://github.com/hopsoft/cable_ready/pull/23) ([leastbad](https://github.com/leastbad))
153
+ - fix sporadic error - undefined method \<\< for nil, when adding operation [\#21](https://github.com/hopsoft/cable_ready/pull/21) ([szTheory](https://github.com/szTheory))
154
+
155
+ ## [v4.0.8](https://github.com/hopsoft/cable_ready/tree/v4.0.8) (2019-11-04)
156
+
157
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.7...v4.0.8)
158
+
159
+ **Merged pull requests:**
160
+
161
+ - Simplify logic to make it more understandable [\#20](https://github.com/hopsoft/cable_ready/pull/20) ([hopsoft](https://github.com/hopsoft))
162
+
163
+ ## [v4.0.7](https://github.com/hopsoft/cable_ready/tree/v4.0.7) (2019-10-05)
164
+
165
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.6...v4.0.7)
166
+
167
+ **Merged pull requests:**
168
+
169
+ - Add gh actions [\#17](https://github.com/hopsoft/cable_ready/pull/17) ([andrewmcodes](https://github.com/andrewmcodes))
170
+ - Add Gitbook integration [\#16](https://github.com/hopsoft/cable_ready/pull/16) ([andrewmcodes](https://github.com/andrewmcodes))
171
+
172
+ ## [v4.0.6](https://github.com/hopsoft/cable_ready/tree/v4.0.6) (2019-10-03)
173
+
174
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.5...v4.0.6)
175
+
176
+ **Implemented enhancements:**
177
+
178
+ - Add support for redirect/visit [\#10](https://github.com/hopsoft/cable_ready/issues/10)
179
+
180
+ **Merged pull requests:**
181
+
182
+ - Update to format with prettier-standard [\#15](https://github.com/hopsoft/cable_ready/pull/15) ([hopsoft](https://github.com/hopsoft))
183
+ - Add support for permanent nodes [\#14](https://github.com/hopsoft/cable_ready/pull/14) ([andreaslillebo](https://github.com/andreaslillebo))
184
+
185
+ ## [v4.0.5](https://github.com/hopsoft/cable_ready/tree/v4.0.5) (2019-09-20)
186
+
187
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.4...v4.0.5)
188
+
189
+ **Merged pull requests:**
190
+
191
+ - Hopsoft/bubble [\#13](https://github.com/hopsoft/cable_ready/pull/13) ([hopsoft](https://github.com/hopsoft))
192
+
193
+ ## [v4.0.4](https://github.com/hopsoft/cable_ready/tree/v4.0.4) (2019-09-19)
194
+
195
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.3...v4.0.4)
196
+
197
+ **Merged pull requests:**
198
+
199
+ - Refactor how events are managed [\#12](https://github.com/hopsoft/cable_ready/pull/12) ([hopsoft](https://github.com/hopsoft))
200
+ - Added support for XPath selectors [\#11](https://github.com/hopsoft/cable_ready/pull/11) ([leastbad](https://github.com/leastbad))
201
+
202
+ ## [v4.0.3](https://github.com/hopsoft/cable_ready/tree/v4.0.3) (2019-08-17)
203
+
204
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.2...v4.0.3)
205
+
206
+ ## [v4.0.2](https://github.com/hopsoft/cable_ready/tree/v4.0.2) (2019-08-10)
207
+
208
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.1...v4.0.2)
209
+
210
+ ## [v4.0.1](https://github.com/hopsoft/cable_ready/tree/v4.0.1) (2019-08-10)
211
+
212
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.0...v4.0.1)
213
+
214
+ **Merged pull requests:**
215
+
216
+ - Merge JavaScript NPM package into this repo [\#9](https://github.com/hopsoft/cable_ready/pull/9) ([hopsoft](https://github.com/hopsoft))
217
+
218
+ ## [v4.0.0](https://github.com/hopsoft/cable_ready/tree/v4.0.0) (2019-08-09)
219
+
220
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v3.0.1...v4.0.0)
221
+
222
+ ## [v3.0.1](https://github.com/hopsoft/cable_ready/tree/v3.0.1) (2019-05-13)
223
+
224
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v3.0.0...v3.0.1)
225
+
226
+ ## [v3.0.0](https://github.com/hopsoft/cable_ready/tree/v3.0.0) (2019-03-25)
227
+
228
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.8...v3.0.0)
229
+
230
+ **Merged pull requests:**
231
+
232
+ - Use outerHTML instead of replace [\#8](https://github.com/hopsoft/cable_ready/pull/8) ([hopsoft](https://github.com/hopsoft))
233
+
234
+ ## [v2.0.8](https://github.com/hopsoft/cable_ready/tree/v2.0.8) (2018-11-25)
235
+
236
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.7...v2.0.8)
237
+
238
+ **Merged pull requests:**
239
+
240
+ - Dispatch before/after events for DOM activity [\#7](https://github.com/hopsoft/cable_ready/pull/7) ([hopsoft](https://github.com/hopsoft))
241
+
242
+ ## [v2.0.7](https://github.com/hopsoft/cable_ready/tree/v2.0.7) (2018-10-26)
243
+
244
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.6...v2.0.7)
245
+
246
+ ## [v2.0.6](https://github.com/hopsoft/cable_ready/tree/v2.0.6) (2018-10-20)
247
+
248
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.5...v2.0.6)
249
+
250
+ ## [v2.0.5](https://github.com/hopsoft/cable_ready/tree/v2.0.5) (2018-10-08)
251
+
252
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.4...v2.0.5)
253
+
254
+ **Merged pull requests:**
255
+
256
+ - Support morph option for childrenOnly [\#6](https://github.com/hopsoft/cable_ready/pull/6) ([hopsoft](https://github.com/hopsoft))
257
+
258
+ ## [v2.0.4](https://github.com/hopsoft/cable_ready/tree/v2.0.4) (2017-11-09)
259
+
260
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.3...v2.0.4)
261
+
262
+ ## [v2.0.3](https://github.com/hopsoft/cable_ready/tree/v2.0.3) (2017-11-06)
263
+
264
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.2...v2.0.3)
265
+
266
+ **Merged pull requests:**
267
+
268
+ - Compress HTML [\#5](https://github.com/hopsoft/cable_ready/pull/5) ([hopsoft](https://github.com/hopsoft))
269
+
270
+ ## [v2.0.2](https://github.com/hopsoft/cable_ready/tree/v2.0.2) (2017-11-03)
271
+
272
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.1...v2.0.2)
273
+
274
+ **Merged pull requests:**
275
+
276
+ - Make morph a first class operation [\#4](https://github.com/hopsoft/cable_ready/pull/4) ([hopsoft](https://github.com/hopsoft))
277
+
278
+ ## [v2.0.1](https://github.com/hopsoft/cable_ready/tree/v2.0.1) (2017-10-15)
279
+
280
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.0...v2.0.1)
281
+
282
+ ## [v2.0.0](https://github.com/hopsoft/cable_ready/tree/v2.0.0) (2017-10-14)
283
+
284
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v1.1.0...v2.0.0)
285
+
286
+ **Merged pull requests:**
287
+
288
+ - Improved programmatic interface [\#3](https://github.com/hopsoft/cable_ready/pull/3) ([hopsoft](https://github.com/hopsoft))
289
+
290
+ ## [v1.1.0](https://github.com/hopsoft/cable_ready/tree/v1.1.0) (2017-09-24)
291
+
292
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v1.0.0...v1.1.0)
293
+
294
+ **Closed issues:**
295
+
296
+ - FINISH IT!!! [\#1](https://github.com/hopsoft/cable_ready/issues/1)
297
+
298
+ **Merged pull requests:**
299
+
300
+ - Support more DOM operations/mutations [\#2](https://github.com/hopsoft/cable_ready/pull/2) ([hopsoft](https://github.com/hopsoft))
301
+
302
+ ## [v1.0.0](https://github.com/hopsoft/cable_ready/tree/v1.0.0) (2017-09-20)
303
+
304
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v0.1.0...v1.0.0)
305
+
306
+ ## [v0.1.0](https://github.com/hopsoft/cable_ready/tree/v0.1.0) (2017-05-19)
307
+
308
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/e62800f06e2f436fc66de2b9840313ba1de349bc...v0.1.0)
309
+
310
+
311
+
312
+ \* *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.pre1)
4
+ cable_ready (4.4.0.pre2)
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-409-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,18 +16,22 @@ 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
@@ -47,23 +51,33 @@ module CableReady
47
51
  end
48
52
 
49
53
  def broadcast(*identifiers, clear: true)
50
- @channels.values
51
- .reject { |channel| identifiers.any? && identifiers.exclude?(channel.identifier) }
52
- .select { |channel| channel.identifier.is_a?(String) }
53
- .tap do |channels|
54
- channels.each { |channel| @channels[channel.identifier].broadcast(clear) }
55
- channels.each { |channel| @channels.except!(channel.identifier) if clear }
56
- 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
57
63
  end
58
64
 
59
65
  def broadcast_to(model, *identifiers, clear: true)
60
- @channels.values
61
- .reject { |channel| identifiers.any? && identifiers.exclude?(channel.identifier) }
62
- .reject { |channel| channel.identifier.is_a?(String) }
63
- .tap do |channels|
64
- channels.each { |channel| @channels[channel.identifier].broadcast_to(model, clear) }
65
- channels.each { |channel| @channels.except!(channel.identifier) if clear }
66
- 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
67
81
  end
68
82
  end
69
83
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CableReady
4
- VERSION = "4.3.0.pre1"
4
+ VERSION = "4.4.0.pre2"
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.pre1
4
+ version: 4.4.0.pre2
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-15 00:00:00.000000000 Z
11
+ date: 2020-11-02 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
-