render_turbo_stream 1.4.5 → 1.4.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c77fc6dda3c5b3edc629f63a7f572835b1e6c5c4e22cd7708eb9d5dd4be99db
4
- data.tar.gz: 83552375772d2a578a39fbca51b0ef586b47eb4eafc9de7a949a00472f61c78a
3
+ metadata.gz: 0cf85719220f2451edcc8c407b63ca8e02349990da42de189ff688a127c1be84
4
+ data.tar.gz: 64bda3cf73b0e593312c1a42bf7b6abd179a61dd26514dcad7f53be8df3f9b6d
5
5
  SHA512:
6
- metadata.gz: 9d6e8e06675b08dc65465da8424c918bb65757a2d8fa053ea5b6d9dc98bb452bdc152c350c08f80a762c0ab9c08d5afbdf7bf6aa3b65b4fe60a80bf4a8f197f7
7
- data.tar.gz: ab8b0e8d42d0957e632881148b28f29e67c3380dc4e61191c54697c7a255d03b463d213bb494b780cc948be941da017d17a23b8758f6caa5d26e9b499b693ed4
6
+ metadata.gz: 0f43fe156e6b6b453a7fba19c532a713c8449981457dd02dfdea6a4109e831bd36f2a74060313e9b3be2a776125049360e45d840c9b4676f2701e5f8abefe951
7
+ data.tar.gz: aec323da9c493d84001644927b3127bd2f6e5a13ff1107657a082c098a8d8f7236bb44003ebac8478a2066802de516582fe8de4ecb089b3b712692321aecb923
data/README.md CHANGED
@@ -8,7 +8,7 @@ And build it dynamically: Most [turbo_power](https://github.com/marcoroth/turbo_
8
8
 
9
9
  ATTENTION: This plugin is in a early state.
10
10
 
11
- Hope it helps you.
11
+ Hope this gem can help you.
12
12
 
13
13
  An overview of how we design a rails-7 application with turbo
14
14
  is [published on dev.to](https://dev.to/chmich/rails-7-vite-wrapping-up-1pia).
@@ -292,3 +292,7 @@ Contribution welcome.
292
292
  ## License
293
293
 
294
294
  The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
295
+
296
+ ## Thanks
297
+
298
+ Thanks to Marco Roth for turbo_power and thanks to DHH and the rails team for taking a bold new step by creating turbo.
@@ -1,3 +1,3 @@
1
1
  module RenderTurboStream
2
- VERSION = "1.4.5"
2
+ VERSION = "1.4.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: render_turbo_stream
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.5
4
+ version: 1.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - christian
@@ -24,11 +24,11 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 7.0.4.3
27
- description: Writing templates like (create|update).turbo_stream.haml annoyed me.
28
- This gem handles translated flash messages, sets status, and renders partials through
29
- turbo-stream directly from the controller. Together with the turbo_power gem or
30
- custom turbo-stream actions, you can also handle predefined javascript actions like
31
- redirects. Includes helpers for enabling request testing.
27
+ description: This gem handles translated flash messages, sets status, and renders
28
+ partials via turbo-stream directly from the controller. No need to write *.turbo_stream.*
29
+ templates. Together with the turbo_power gem or custom turbo-stream actions, you
30
+ can also handle predefined javascript. Redirects can now be handled easily. Includes
31
+ helpers for enabling request tests.
32
32
  email:
33
33
  - christian@sedlmair.ch
34
34
  executables: []
@@ -72,6 +72,6 @@ requirements: []
72
72
  rubygems_version: 3.4.12
73
73
  signing_key:
74
74
  specification_version: 4
75
- summary: Render partials and execute javascript directly from the controller. With
76
- test helpers.
75
+ summary: Render partials and run javascripts directly from the controller. With test
76
+ helpers.
77
77
  test_files: []