stimulus_reflex 3.5.1 → 3.5.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/Gemfile.lock +4 -2
- data/README.md +2 -2
- data/app/assets/javascripts/stimulus_reflex.js +1 -1
- data/app/assets/javascripts/stimulus_reflex.umd.js +1 -1
- data/lib/stimulus_reflex/installer.rb +2 -0
- data/lib/stimulus_reflex/version.rb +1 -1
- data/package.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a9a5b356c268a3d40c93c3fba2ea7b2eda8be364ebe60de7ca8c4142bbdecbc
|
|
4
|
+
data.tar.gz: 28fed91305d65d9b27e8ca887542f242c413168e9554f968ab351dbc2fc49edd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d04da9c1ed3472caf667408d2119b81e2a6fdaa4678db9754536141dc8c51d35206b397e1a540f78b511e2336909b3449b33680cef6d3b6e77fa00ded22ecdc7
|
|
7
|
+
data.tar.gz: b2349d34257ec55c63edeb43e41607516f4992c14a5565152d1364e19f74cbaae80a915f62e64c6aa0b2f1dc957c40d45e386e2e79de0006b915cb861d4e600d
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
stimulus_reflex (3.5.
|
|
4
|
+
stimulus_reflex (3.5.2)
|
|
5
5
|
actioncable (>= 5.2, < 8)
|
|
6
6
|
actionpack (>= 5.2, < 8)
|
|
7
7
|
actionview (>= 5.2, < 8)
|
|
@@ -174,7 +174,8 @@ GEM
|
|
|
174
174
|
redis-client (0.14.0)
|
|
175
175
|
connection_pool
|
|
176
176
|
regexp_parser (2.7.0)
|
|
177
|
-
rexml (3.2.
|
|
177
|
+
rexml (3.2.8)
|
|
178
|
+
strscan (>= 3.0.9)
|
|
178
179
|
rubocop (1.44.1)
|
|
179
180
|
json (~> 2.3)
|
|
180
181
|
parallel (~> 1.10)
|
|
@@ -195,6 +196,7 @@ GEM
|
|
|
195
196
|
language_server-protocol (~> 3.17.0.2)
|
|
196
197
|
rubocop (= 1.44.1)
|
|
197
198
|
rubocop-performance (= 1.15.2)
|
|
199
|
+
strscan (3.1.0)
|
|
198
200
|
thor (1.3.1)
|
|
199
201
|
thread-local (1.1.0)
|
|
200
202
|
timeout (0.3.2)
|
data/README.md
CHANGED
|
@@ -141,10 +141,10 @@ View the [wiki](https://github.com/stimulusreflex/stimulus_reflex/wiki/Editor-Co
|
|
|
141
141
|
1. Update the `cable_ready` dependency version in `stimulus_reflex.gemspec` and `package.json`
|
|
142
142
|
1. Make sure that you run `yarn` and `bundle` to pick up the latest.
|
|
143
143
|
1. Bump version number at `lib/stimulus_reflex/version.rb`. Pre-release versions use `.preN`
|
|
144
|
-
1. Run `rake build` and `yarn build`
|
|
144
|
+
1. Run `bundle exec rake build` and `yarn build`
|
|
145
145
|
1. Run `bin/standardize`
|
|
146
146
|
1. Commit and push changes to GitHub
|
|
147
|
-
1. Run `rake release`
|
|
147
|
+
1. Run `bundle exec rake release`
|
|
148
148
|
1. Run `yarn publish --no-git-tag-version`
|
|
149
149
|
1. Yarn will prompt you for the new version. Pre-release versions use `-preN`
|
|
150
150
|
1. Commit and push changes to GitHub
|
|
@@ -869,7 +869,7 @@
|
|
|
869
869
|
return attrs;
|
|
870
870
|
};
|
|
871
871
|
var name = "stimulus_reflex";
|
|
872
|
-
var version = "3.5.
|
|
872
|
+
var version = "3.5.2";
|
|
873
873
|
var description = "Build reactive applications with the Rails tooling you already know and love.";
|
|
874
874
|
var keywords = [ "ruby", "rails", "websockets", "actioncable", "turbolinks", "reactive", "cable", "ujs", "ssr", "stimulus", "reflex", "stimulus_reflex", "dom", "morphdom" ];
|
|
875
875
|
var homepage = "https://docs.stimulusreflex.com";
|
data/package.json
CHANGED
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.5.
|
|
4
|
+
version: 3.5.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: 2024-05-
|
|
11
|
+
date: 2024-05-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: actioncable
|