stimulus_reflex 3.2.2.pre1 → 3.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +11 -3
- data/Gemfile.lock +15 -10
- data/lib/stimulus_reflex/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 937efac65da2fd94f45c4e51711bcb43c043a2c1a7c403ac7e3b7ab3e1418aa8
|
|
4
|
+
data.tar.gz: 1650a98f1ec8134d5acf56deefbb15e8a536457e8bb044b6f002b2e56a7ce4a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab6ffdefc511e60dd3b6f2c732d8a11fc8a11ec6d86a3c0887356539859e497c1671d1db18c50361869e8d8072f96f674b8e7ac899dec02a23641c0a3c3535fb
|
|
7
|
+
data.tar.gz: f245124014cfbf5b1d673ea3a5da5781115e0e6d525ff64526e80901651cbcb818df57128ed3ae2121542408079782837835faec67180b657fa2965d702b2f03
|
data/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased](https://github.com/hopsoft/stimulus_reflex/tree/HEAD)
|
|
4
4
|
|
|
5
|
-
[Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.2.2.
|
|
5
|
+
[Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.2.2.pre1...HEAD)
|
|
6
|
+
|
|
7
|
+
**Closed issues:**
|
|
8
|
+
|
|
9
|
+
- Issue with doing a partial dom update [\#223](https://github.com/hopsoft/stimulus_reflex/issues/223)
|
|
10
|
+
|
|
11
|
+
## [v3.2.2.pre1](https://github.com/hopsoft/stimulus_reflex/tree/v3.2.2.pre1) (2020-05-30)
|
|
12
|
+
|
|
13
|
+
[Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.2.2.pre0...v3.2.2.pre1)
|
|
6
14
|
|
|
7
15
|
**Fixed bugs:**
|
|
8
16
|
|
|
@@ -400,7 +408,6 @@
|
|
|
400
408
|
|
|
401
409
|
- Add support to configure room via register option [\#52](https://github.com/hopsoft/stimulus_reflex/pull/52) ([hopsoft](https://github.com/hopsoft))
|
|
402
410
|
- Move gitbook files to docs [\#49](https://github.com/hopsoft/stimulus_reflex/pull/49) ([hopsoft](https://github.com/hopsoft))
|
|
403
|
-
- Allow override of default controller [\#37](https://github.com/hopsoft/stimulus_reflex/pull/37) ([hopsoft](https://github.com/hopsoft))
|
|
404
411
|
|
|
405
412
|
**Closed issues:**
|
|
406
413
|
|
|
@@ -416,10 +423,10 @@
|
|
|
416
423
|
- Updated Minimal Javascript Example in README.md [\#47](https://github.com/hopsoft/stimulus_reflex/pull/47) ([kobaltz](https://github.com/kobaltz))
|
|
417
424
|
- Setup StimulusReflex controller callbacks [\#45](https://github.com/hopsoft/stimulus_reflex/pull/45) ([hopsoft](https://github.com/hopsoft))
|
|
418
425
|
- add .vscode directory to .gitignore [\#42](https://github.com/hopsoft/stimulus_reflex/pull/42) ([andrewmcodes](https://github.com/andrewmcodes))
|
|
426
|
+
- Allow override of default controller [\#37](https://github.com/hopsoft/stimulus_reflex/pull/37) ([hopsoft](https://github.com/hopsoft))
|
|
419
427
|
- update the name of the actions per feedback [\#36](https://github.com/hopsoft/stimulus_reflex/pull/36) ([andrewmcodes](https://github.com/andrewmcodes))
|
|
420
428
|
- update github templates [\#35](https://github.com/hopsoft/stimulus_reflex/pull/35) ([andrewmcodes](https://github.com/andrewmcodes))
|
|
421
429
|
- Tighten up security of remote invocation [\#32](https://github.com/hopsoft/stimulus_reflex/pull/32) ([hopsoft](https://github.com/hopsoft))
|
|
422
|
-
- Add Ruby magic comment [\#18](https://github.com/hopsoft/stimulus_reflex/pull/18) ([dixpac](https://github.com/dixpac))
|
|
423
430
|
|
|
424
431
|
**Fixed bugs:**
|
|
425
432
|
|
|
@@ -453,6 +460,7 @@
|
|
|
453
460
|
**Implemented enhancements:**
|
|
454
461
|
|
|
455
462
|
- Implicitly send DOM attributes to reflex methods [\#21](https://github.com/hopsoft/stimulus_reflex/pull/21) ([hopsoft](https://github.com/hopsoft))
|
|
463
|
+
- Add Ruby magic comment [\#18](https://github.com/hopsoft/stimulus_reflex/pull/18) ([dixpac](https://github.com/dixpac))
|
|
456
464
|
- Add GitHub Actions for Linters [\#17](https://github.com/hopsoft/stimulus_reflex/pull/17) ([andrewmcodes](https://github.com/andrewmcodes))
|
|
457
465
|
|
|
458
466
|
**Fixed bugs:**
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
stimulus_reflex (3.2.2
|
|
4
|
+
stimulus_reflex (3.2.2)
|
|
5
5
|
cable_ready (>= 4.1.2)
|
|
6
6
|
nokogiri
|
|
7
7
|
rack
|
|
@@ -67,7 +67,7 @@ GEM
|
|
|
67
67
|
zeitwerk (~> 2.2, >= 2.2.2)
|
|
68
68
|
ast (2.4.0)
|
|
69
69
|
builder (3.2.4)
|
|
70
|
-
cable_ready (4.
|
|
70
|
+
cable_ready (4.2.0)
|
|
71
71
|
rails (>= 5.2)
|
|
72
72
|
coderay (1.1.3)
|
|
73
73
|
concurrent-ruby (1.1.6)
|
|
@@ -75,7 +75,7 @@ GEM
|
|
|
75
75
|
erubi (1.9.0)
|
|
76
76
|
globalid (0.4.2)
|
|
77
77
|
activesupport (>= 4.2.0)
|
|
78
|
-
i18n (1.8.
|
|
78
|
+
i18n (1.8.3)
|
|
79
79
|
concurrent-ruby (~> 1.0)
|
|
80
80
|
loofah (2.5.0)
|
|
81
81
|
crass (~> 1.0.2)
|
|
@@ -131,27 +131,32 @@ GEM
|
|
|
131
131
|
thor (>= 0.20.3, < 2.0)
|
|
132
132
|
rainbow (3.0.0)
|
|
133
133
|
rake (13.0.1)
|
|
134
|
+
regexp_parser (1.7.0)
|
|
134
135
|
rexml (3.2.4)
|
|
135
|
-
rubocop (0.
|
|
136
|
+
rubocop (0.85.0)
|
|
136
137
|
parallel (~> 1.10)
|
|
137
138
|
parser (>= 2.7.0.1)
|
|
138
139
|
rainbow (>= 2.2.2, < 4.0)
|
|
140
|
+
regexp_parser (>= 1.7)
|
|
139
141
|
rexml
|
|
142
|
+
rubocop-ast (>= 0.0.3)
|
|
140
143
|
ruby-progressbar (~> 1.7)
|
|
141
144
|
unicode-display_width (>= 1.4.0, < 2.0)
|
|
142
|
-
rubocop-
|
|
145
|
+
rubocop-ast (0.0.3)
|
|
146
|
+
parser (>= 2.7.0.1)
|
|
147
|
+
rubocop-performance (1.6.1)
|
|
143
148
|
rubocop (>= 0.71.0)
|
|
144
149
|
ruby-progressbar (1.10.1)
|
|
145
|
-
sprockets (4.0.
|
|
150
|
+
sprockets (4.0.2)
|
|
146
151
|
concurrent-ruby (~> 1.0)
|
|
147
152
|
rack (> 1, < 3)
|
|
148
153
|
sprockets-rails (3.2.1)
|
|
149
154
|
actionpack (>= 4.0)
|
|
150
155
|
activesupport (>= 4.0)
|
|
151
156
|
sprockets (>= 3.0.0)
|
|
152
|
-
standard (0.4.
|
|
153
|
-
rubocop (~> 0.
|
|
154
|
-
rubocop-performance (~> 1.
|
|
157
|
+
standard (0.4.7)
|
|
158
|
+
rubocop (~> 0.85.0)
|
|
159
|
+
rubocop-performance (~> 1.6.0)
|
|
155
160
|
standardrb (1.0.0)
|
|
156
161
|
standard
|
|
157
162
|
thor (1.0.1)
|
|
@@ -161,7 +166,7 @@ GEM
|
|
|
161
166
|
unicode-display_width (1.7.0)
|
|
162
167
|
websocket-driver (0.7.2)
|
|
163
168
|
websocket-extensions (>= 0.1.0)
|
|
164
|
-
websocket-extensions (0.1.
|
|
169
|
+
websocket-extensions (0.1.5)
|
|
165
170
|
zeitwerk (2.3.0)
|
|
166
171
|
|
|
167
172
|
PLATFORMS
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stimulus_reflex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.2
|
|
4
|
+
version: 3.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Hopkins
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-06-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rack
|
|
@@ -197,9 +197,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
197
197
|
version: '0'
|
|
198
198
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
199
199
|
requirements:
|
|
200
|
-
- - "
|
|
200
|
+
- - ">="
|
|
201
201
|
- !ruby/object:Gem::Version
|
|
202
|
-
version:
|
|
202
|
+
version: '0'
|
|
203
203
|
requirements: []
|
|
204
204
|
rubygems_version: 3.0.3
|
|
205
205
|
signing_key:
|