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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef755199c691867f1083ae6b234e155f6945a4a997cd28202985792a4f60549f
4
- data.tar.gz: 26e926810f99fc3ad9574be140cd3b4524a1ce9e3518abac6fdff3a513af4475
3
+ metadata.gz: 0a4d289bd66a80138ad11fb0ee66d63a593b802d295506253a1efbfd8bee08ef
4
+ data.tar.gz: 318a9f5aa84bfb48ea08609c25a83820a2365cf583f6c08cd076af9895273ff1
5
5
  SHA512:
6
- metadata.gz: 9f8b7b3b38941887c24252fba67f9627e40b73f6572541ca2ac499b8e0ccb40be1e4993774b4938b15f3f293e1fec675ceaf14cfabc32f05f0f5e86932ceae08
7
- data.tar.gz: e0f0d0362d2a698474b5673036a5c6d3816b0afa814b798fa0e4a54a71a97dd6b622de5f0234a2ce5439d11f203256b8a4dcf976a2a51f9c686631c4817f0783
6
+ metadata.gz: 55ded14eb91a0598111f5b3be3a0cb3502957a8f2613d7423709e54709b7e03b2ffbd1b10a6d433297bacc62690ab07a3a5cef9169800a70330bf1eb4b0257ec
7
+ data.tar.gz: cdd3559b141aa6a082a5900575ede36283dac3cd04b7313854367ab145723faadbc1a0861437c962979e7d562a56139c99e6ec9d0ca4b69b61a99c620fb7105f
data/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Changelog
2
2
 
3
- ## [Unreleased](https://github.com/hopsoft/stimulus_reflex/tree/HEAD)
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...HEAD)
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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stimulus_reflex (3.2.0.pre1)
4
+ stimulus_reflex (3.2.0)
5
5
  cable_ready (>= 4.1.2)
6
6
  nokogiri
7
7
  rack
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StimulusReflex
4
- VERSION = "3.2.0.pre1"
4
+ VERSION = "3.2.0"
5
5
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class DemoReflex < ApplicationReflex
3
+ class PostsReflex < ApplicationReflex
4
4
  # Add Reflex methods in this file.
5
5
  #
6
6
  # All Reflex instances expose the following properties:
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.pre1
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-08 00:00:00.000000000 Z
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/demo_reflex.rb
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: 1.3.1
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