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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f95e97b2e0bf724ac7f8732ee9fd130aee16f8449757a417b10829add727dd80
4
- data.tar.gz: 383acc15f950b0071a2eee996883843406b31c2793ede351d268b19367046b41
3
+ metadata.gz: 0a9a5b356c268a3d40c93c3fba2ea7b2eda8be364ebe60de7ca8c4142bbdecbc
4
+ data.tar.gz: 28fed91305d65d9b27e8ca887542f242c413168e9554f968ab351dbc2fc49edd
5
5
  SHA512:
6
- metadata.gz: 256fe69274a1c6b79c195ff718fe60164d1f2050e0eb4885157d8b6642f556ded2a3272df3c653755fc1daa45129dc66db79e9a71aa17fefe39475848a47d07b
7
- data.tar.gz: 25b3ad31db2c98a24ac512a177d9a7814ad6fabe9ad8ba38b4f9a7d29ac4795036050bde49e15f3b072d0db6e68f3f1af61f9c0dd34534830a43a9082465a824
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.1)
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.5)
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
@@ -945,7 +945,7 @@ const extractDataAttributes = element => {
945
945
 
946
946
  var name = "stimulus_reflex";
947
947
 
948
- var version = "3.5.1";
948
+ var version = "3.5.2";
949
949
 
950
950
  var description = "Build reactive applications with the Rails tooling you already know and love.";
951
951
 
@@ -869,7 +869,7 @@
869
869
  return attrs;
870
870
  };
871
871
  var name = "stimulus_reflex";
872
- var version = "3.5.1";
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";
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require "thor"
4
+
3
5
  module StimulusReflex
4
6
  class Installer
5
7
  include Thor::Base
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StimulusReflex
4
- VERSION = "3.5.1"
4
+ VERSION = "3.5.2"
5
5
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stimulus_reflex",
3
- "version": "3.5.1",
3
+ "version": "3.5.2",
4
4
  "description": "Build reactive applications with the Rails tooling you already know and love.",
5
5
  "keywords": [
6
6
  "ruby",
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.1
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-14 00:00:00.000000000 Z
11
+ date: 2024-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actioncable