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.
- checksums.yaml +4 -4
- data/README.md +1 -3
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc4a6377868a5a06f7160c6e9a543ce94fbff469a3152051a9ac4091f37e3659
|
4
|
+
data.tar.gz: 2b451e6217380df53a0f1163347e320ea932386c6ba794916dd2edc07e2de037
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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:
|
98
|
+
summary: Seamless and rock-solid integration of Svelte Components into Rails views,
|
99
|
+
based on vite_rails.
|
99
100
|
test_files: []
|