stimulus_reflex 2.1.8 → 2.1.9

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: 86ddf9025a14bc42c51266fc2cc1289d665865d26e45e7ec0f1bc89bf696903c
4
- data.tar.gz: fe61f48bb99d49c9a52fee9e138e9949c34aa5e023265a14a1393952b907ffdb
3
+ metadata.gz: ec1235c76fc2f733c525dfa53abcc0fc624acb80a612a90f28ca29ea657cd5ac
4
+ data.tar.gz: 51cf02197dfd0359215684b3bba8b9e0d5c08e50db92bdc9e6cb09939922a73b
5
5
  SHA512:
6
- metadata.gz: a6339847a1cfe6420f11a50cd9373960f3df09f5ee7c84602b0fca9c42656285323eb67f005772fe302318c6d154309f76eff2a79df652368df078ab10c103e9
7
- data.tar.gz: 9f8ea3cfd82e00282d7f4f1342456535b3de73f3551c30a02ba4677c49ca9a9d01a9ded11464e7f4ca2fc51582064488fbf868a177121a38ef8933a8d53a9e4c
6
+ metadata.gz: 7f8324da5c6968aa12da5c2d00c85fcdc1be78f3321d1210c6ff3e19a00d280fe907f11233a82e9ed7ba299d69d5cc9db4416da31e01ee0ae4d3914019b93f76
7
+ data.tar.gz: 16d374bb19ea5f0d1fd62be993d097b554a1317f1df8f959c0ace9233690a2ca09decf9ba43e75fcd72c10e456354008e721aa5f5bf1c321ca5dabecd1eb1142
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stimulus_reflex (2.1.8)
4
+ stimulus_reflex (2.1.9)
5
5
  cable_ready (>= 4.0)
6
6
  nokogiri
7
7
  rack
@@ -70,7 +70,7 @@ GEM
70
70
  cable_ready (4.0.9)
71
71
  rails (>= 5.2)
72
72
  coderay (1.1.2)
73
- concurrent-ruby (1.1.5)
73
+ concurrent-ruby (1.1.6)
74
74
  crass (1.0.6)
75
75
  erubi (1.9.0)
76
76
  globalid (0.4.2)
@@ -86,12 +86,12 @@ GEM
86
86
  marcel (0.3.3)
87
87
  mimemagic (~> 0.3.2)
88
88
  method_source (0.9.2)
89
- mimemagic (0.3.3)
89
+ mimemagic (0.3.4)
90
90
  mini_mime (1.0.2)
91
91
  mini_portile2 (2.4.0)
92
92
  minitest (5.14.0)
93
93
  nio4r (2.5.2)
94
- nokogiri (1.10.7)
94
+ nokogiri (1.10.8)
95
95
  mini_portile2 (~> 2.4.0)
96
96
  parallel (1.19.1)
97
97
  parser (2.7.0.2)
@@ -101,7 +101,7 @@ GEM
101
101
  method_source (~> 0.9.0)
102
102
  pry-nav (0.3.0)
103
103
  pry (>= 0.9.10, < 0.13.0)
104
- rack (2.1.1)
104
+ rack (2.2.2)
105
105
  rack-test (1.1.0)
106
106
  rack (>= 1.0, < 3)
107
107
  rails (6.0.2.1)
@@ -132,10 +132,10 @@ GEM
132
132
  thor (>= 0.20.3, < 2.0)
133
133
  rainbow (3.0.0)
134
134
  rake (13.0.1)
135
- rubocop (0.77.0)
135
+ rubocop (0.79.0)
136
136
  jaro_winkler (~> 1.5.1)
137
137
  parallel (~> 1.10)
138
- parser (>= 2.6)
138
+ parser (>= 2.7.0.1)
139
139
  rainbow (>= 2.2.2, < 4.0)
140
140
  ruby-progressbar (~> 1.7)
141
141
  unicode-display_width (>= 1.4.0, < 1.7)
@@ -149,8 +149,8 @@ GEM
149
149
  actionpack (>= 4.0)
150
150
  activesupport (>= 4.0)
151
151
  sprockets (>= 3.0.0)
152
- standard (0.1.7)
153
- rubocop (~> 0.77.0)
152
+ standard (0.1.9)
153
+ rubocop (~> 0.79.0)
154
154
  rubocop-performance (~> 1.5.1)
155
155
  standardrb (1.0.0)
156
156
  standard
@@ -176,4 +176,4 @@ DEPENDENCIES
176
176
  stimulus_reflex!
177
177
 
178
178
  BUNDLED WITH
179
- 2.1.1
179
+ 2.1.4
data/README.md CHANGED
@@ -1,18 +1,30 @@
1
- [![Lines of Code](http://img.shields.io/badge/lines_of_code-598-brightgreen.svg?style=flat)](http://blog.codinghorror.com/the-best-code-is-no-code-at-all/)
1
+ [![Lines of Code](http://img.shields.io/badge/lines_of_code-608-brightgreen.svg?style=flat)](http://blog.codinghorror.com/the-best-code-is-no-code-at-all/)
2
2
  [![Maintainability](https://api.codeclimate.com/v1/badges/2b24fdbd1ae37a24bedb/maintainability)](https://codeclimate.com/github/hopsoft/stimulus_reflex/maintainability)
3
3
  ![Prettier-Standard](https://github.com/hopsoft/stimulus_reflex/workflows/Prettier-Standard/badge.svg)
4
4
  ![StandardRB](https://github.com/hopsoft/stimulus_reflex/workflows/StandardRB/badge.svg)
5
5
  ![Tests](https://github.com/hopsoft/stimulus_reflex/workflows/Tests/badge.svg)
6
- [![Discourse](https://img.shields.io/badge/Forum-Discourse-blue.svg?style=flat)](https://stimulus-reflex.discourse.group)
7
- [![Discord](https://img.shields.io/badge/Chat-Discord-blue.svg?style=flat)](https://discord.gg/XveN625)
8
6
 
9
7
  # StimulusReflex
10
8
 
11
- _reflex_ - an action that is performed as a response to a stimulus
9
+ **You just discovered an exciting new way to build modern, reactive, real-time apps with Ruby on Rails.**
12
10
 
13
- **Build reactive applications with the Rails tooling you already know and love.** StimulusReflex is designed to work perfectly with [server rendered HTML](https://guides.rubyonrails.org/action_view_overview.html), [Russian doll caching](https://edgeguides.rubyonrails.org/caching_with_rails.html#russian-doll-caching), [Stimulus](https://stimulusjs.org/), [Turbolinks](https://www.youtube.com/watch?v=SWEts0rlezA), etc... and strives to live up to the vision outlined in [The Rails Doctrine](https://rubyonrails.org/doctrine/).
11
+ StimulusReflex eliminates the complexity imposed by full-stack frontend frameworks.
12
+ And, it's fast.
14
13
 
15
- _Inspired by [Phoenix LiveView](https://youtu.be/Z2DU0qLfPIY?t=670)._ 🙌
14
+ It works with seamlessly with the Rails tooling you already know and love.
15
+
16
+ - [Server rendered HTML over the wire](https://guides.rubyonrails.org/action_view_overview.html)
17
+ - [ERB, or your favorite templating engine](https://www.ruby-toolbox.com/categories/template_engines)
18
+ - [Russian doll caching](https://edgeguides.rubyonrails.org/caching_with_rails.html#russian-doll-caching)
19
+ - [Stimulus](https://stimulusjs.org/)
20
+ - [Turbolinks](https://www.youtube.com/watch?v=SWEts0rlezA)
21
+ - etc...
22
+
23
+ **The goal is to help small teams do big things with familiar tools.**
24
+
25
+ > This project strives to live up to the vision outlined in [The Rails Doctrine](https://rubyonrails.org/doctrine/).
26
+
27
+ _Originally inspired by [Phoenix LiveView](https://youtu.be/Z2DU0qLfPIY?t=670)._ 🙌
16
28
 
17
29
  ## Docs
18
30
 
@@ -22,6 +34,11 @@ _Inspired by [Phoenix LiveView](https://youtu.be/Z2DU0qLfPIY?t=670)._ 🙌
22
34
 
23
35
  - http://expo.stimulusreflex.com
24
36
 
37
+ ## Community
38
+
39
+ - [Discourse](https://stimulus-reflex.discourse.group) - long form async communication
40
+ - [Discord](https://discord.gg/XveN625) - chat root
41
+
25
42
  ## Contributing
26
43
 
27
44
  ### Code of Conduct
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StimulusReflex
4
- VERSION = "2.1.8"
4
+ VERSION = "2.1.9"
5
5
  end
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: 2.1.8
4
+ version: 2.1.9
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-01-27 00:00:00.000000000 Z
11
+ date: 2020-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack