svelte-on-rails 1.0.0 → 1.0.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -3
  3. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af9b4125161ea52c5785989db9e7f4b250a4bbe993f49264403680c5aa5467fb
4
- data.tar.gz: 1d21a733aa52d57f892159baeb88c162cb78f46fca648dd2f31b45e3db8819e0
3
+ metadata.gz: bc4a6377868a5a06f7160c6e9a543ce94fbff469a3152051a9ac4091f37e3659
4
+ data.tar.gz: 2b451e6217380df53a0f1163347e320ea932386c6ba794916dd2edc07e2de037
5
5
  SHA512:
6
- metadata.gz: 72c0797453be3020409b6e28f5b7f472e8e0c1a22e010c401925ad2a81ac360c522612a7e52bac3d7a8da5a4c51f62668a68d46a33b3a955ed9e072366a567fd
7
- data.tar.gz: 7f377d2c359daa8a9a2e18cd7c147187dd4249bbd0a8b5987f0feddb4a7b72020bc49591e04502055e4a7223e78e05b8e832c21c345dc93ac1d943440587dfc0
6
+ metadata.gz: 1bc7158bcec98b8566f280e8f2034d58d3f1bc64257ac7a54919c3e7247e8068ac282fabfdfa370422cd61173d780ef62be130b38dab290b5f73d8a050807723
7
+ data.tar.gz: 2504cdf6ada8a93a69dd67bd9b56fb54f1d6260d909ec91437b08df16af705700425194fd65ad56f83a990427b023b52f3cc8ed03421a0bda1b0622332454b68
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Svelte on Rails
2
2
 
3
- Seamless and robust Svelte in Rails integration.
3
+ Seamless and rock-solid integration of Svelte Components into Rails views, based on `vite_rails`.
4
4
 
5
5
  By default, and when installed together with `@hotwired/turbo-rails`, it renders
6
6
  svelte components on the first request server side («SSR») and for subsequent
@@ -11,8 +11,6 @@ This way svelte works perfectly together with turbo. You will never notice
11
11
  this unpleasant «blink» on the frontend and is optimised for maximum
12
12
  performance. SSR compilation is done by vite.
13
13
 
14
- All this is developed on Rails-7 together with `vite_rails`.
15
-
16
14
  Thanks to [shakacode](https://github.com/shakacode/react_on_rails)
17
15
  and [ElMassimo](https://github.com/ElMassimo) for inspiring and helping me with their gems.
18
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: svelte-on-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Sedlmair
@@ -95,5 +95,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  requirements: []
96
96
  rubygems_version: 3.6.7
97
97
  specification_version: 4
98
- summary: Seamlessly integrate Svelte Components into Rails views.
98
+ summary: Seamless and rock-solid integration of Svelte Components into Rails views,
99
+ based on vite_rails.
99
100
  test_files: []