stimulus_reflex 3.2.0.pre1 → 3.2.0
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stimulus_reflex/version.rb +1 -1
- data/test/tmp/app/reflexes/{demo_reflex.rb → posts_reflex.rb} +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a4d289bd66a80138ad11fb0ee66d63a593b802d295506253a1efbfd8bee08ef
|
|
4
|
+
data.tar.gz: 318a9f5aa84bfb48ea08609c25a83820a2365cf583f6c08cd076af9895273ff1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 55ded14eb91a0598111f5b3be3a0cb3502957a8f2613d7423709e54709b7e03b2ffbd1b10a6d433297bacc62690ab07a3a5cef9169800a70330bf1eb4b0257ec
|
|
7
|
+
data.tar.gz: cdd3559b141aa6a082a5900575ede36283dac3cd04b7313854367ab145723faadbc1a0861437c962979e7d562a56139c99e6ec9d0ca4b69b61a99c620fb7105f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [
|
|
3
|
+
## [v3.2.0.pre1](https://github.com/hopsoft/stimulus_reflex/tree/v3.2.0.pre1) (2020-05-08)
|
|
4
4
|
|
|
5
|
-
[Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.2.0-pre0...
|
|
5
|
+
[Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.2.0-pre0...v3.2.0.pre1)
|
|
6
6
|
|
|
7
7
|
**Fixed bugs:**
|
|
8
8
|
|
|
@@ -122,6 +122,7 @@
|
|
|
122
122
|
- Check the ActionCable connection on stimuluate [\#148](https://github.com/hopsoft/stimulus_reflex/pull/148) ([hopsoft](https://github.com/hopsoft))
|
|
123
123
|
- Attach element.tagName to extracted attributes [\#146](https://github.com/hopsoft/stimulus_reflex/pull/146) ([julianrubisch](https://github.com/julianrubisch))
|
|
124
124
|
- Create dynamic changelog [\#143](https://github.com/hopsoft/stimulus_reflex/pull/143) ([andrewmcodes](https://github.com/andrewmcodes))
|
|
125
|
+
- add funding file [\#141](https://github.com/hopsoft/stimulus_reflex/pull/141) ([andrewmcodes](https://github.com/andrewmcodes))
|
|
125
126
|
|
|
126
127
|
**Fixed bugs:**
|
|
127
128
|
|
|
@@ -149,7 +150,6 @@
|
|
|
149
150
|
|
|
150
151
|
- update install script to set session store [\#134](https://github.com/hopsoft/stimulus_reflex/pull/134) ([leastbad](https://github.com/leastbad))
|
|
151
152
|
- update package.json and readme [\#133](https://github.com/hopsoft/stimulus_reflex/pull/133) ([andrewmcodes](https://github.com/andrewmcodes))
|
|
152
|
-
- tweak prettier-standard and add actions caching [\#125](https://github.com/hopsoft/stimulus_reflex/pull/125) ([andrewmcodes](https://github.com/andrewmcodes))
|
|
153
153
|
|
|
154
154
|
**Closed issues:**
|
|
155
155
|
|
|
@@ -161,8 +161,8 @@
|
|
|
161
161
|
|
|
162
162
|
**Implemented enhancements:**
|
|
163
163
|
|
|
164
|
-
- add funding file [\#141](https://github.com/hopsoft/stimulus_reflex/pull/141) ([andrewmcodes](https://github.com/andrewmcodes))
|
|
165
164
|
- Reload session prior to each reflex accessing it [\#131](https://github.com/hopsoft/stimulus_reflex/pull/131) ([hopsoft](https://github.com/hopsoft))
|
|
165
|
+
- tweak prettier-standard and add actions caching [\#125](https://github.com/hopsoft/stimulus_reflex/pull/125) ([andrewmcodes](https://github.com/andrewmcodes))
|
|
166
166
|
|
|
167
167
|
**Closed issues:**
|
|
168
168
|
|
data/Gemfile.lock
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.2.0
|
|
4
|
+
version: 3.2.0
|
|
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-05-
|
|
11
|
+
date: 2020-05-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rack
|
|
@@ -172,7 +172,7 @@ files:
|
|
|
172
172
|
- test/generators/stimulus_reflex_generator_test.rb
|
|
173
173
|
- test/test_helper.rb
|
|
174
174
|
- test/tmp/app/reflexes/application_reflex.rb
|
|
175
|
-
- test/tmp/app/reflexes/
|
|
175
|
+
- test/tmp/app/reflexes/posts_reflex.rb
|
|
176
176
|
homepage: https://github.com/hopsoft/stimulus_reflex
|
|
177
177
|
licenses:
|
|
178
178
|
- MIT
|
|
@@ -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:
|
|
@@ -208,5 +208,5 @@ summary: Build reactive applications with the Rails tooling you already know and
|
|
|
208
208
|
test_files:
|
|
209
209
|
- test/test_helper.rb
|
|
210
210
|
- test/generators/stimulus_reflex_generator_test.rb
|
|
211
|
-
- test/tmp/app/reflexes/demo_reflex.rb
|
|
212
211
|
- test/tmp/app/reflexes/application_reflex.rb
|
|
212
|
+
- test/tmp/app/reflexes/posts_reflex.rb
|