svelte-on-rails 2.1.2 → 3.0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -6
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4002f622be27b2cee89f360cb18d02f063f4918208ecf433aeb85eee3e1b8ad3
4
- data.tar.gz: f91206ad19b1e982f583300036c00ae5061a2096cf6bf20ce4eaea9de2ca989f
3
+ metadata.gz: 76409374bf0d050e3692e15b2d3ea63581284880ae8f20bd53be6835303efe4a
4
+ data.tar.gz: 3eebb55f473cd0e34296d5b353110f3f73b137295826386399635ebbfc1b6e20
5
5
  SHA512:
6
- metadata.gz: f90f6082c7c97d672ca15c4c8d8c5c0576edb253ca35d02ca5857227365ccf52b1c4947aa28479aefd36351496a427a02976f0395e98ef63076b1d8a609c25c7
7
- data.tar.gz: afbd7c72cd186de0451e26f0216dcd310d92d277ec5bc7072bb1e61c67fcd483265cf5c598e5edeb99bc3afb392f66873c26aedd43753e2d365459c4223e3c3f
6
+ metadata.gz: bbcbf7474805e40713ed91e2ec26096b0395d7d2eabd299be3f62a7e1a809d01b176f09ef5a95c5d6fe92667174b3727ea223256fed4f46937c57d3b538220f0
7
+ data.tar.gz: 32378518bfc0de290d393771ca0eb66fc206bd5acf75b4673b45f7b72116d55396c1aa1807b47ab5a4e534abfec9ec5ac2b20c59cfd3bd42779c892781747f36
data/README.md CHANGED
@@ -1,17 +1,18 @@
1
1
  <div style="text-align: center;">
2
2
  <img src="./Svelte_Logo.svg.png" alt="Svelte Logo" height="120">
3
+ <img src="./vite-logo.svg" alt="Svelte Logo" height="120">
3
4
  </div>
4
5
 
5
6
  ---
6
7
 
7
- Do you want to combine DHH's [vision](https://rubyonrails.org/2021/12/15/Rails-7-fulfilling-a-vision)
8
- with modern front-end requirements?
8
+ Combining [DHH's vision](https://rubyonrails.org/2021/12/15/Rails-7-fulfilling-a-vision)
9
+ with modern front-end requirements:
9
10
 
10
11
  Svelte.
11
12
 
12
13
  Vite.
13
14
 
14
- Nothing else.
15
+ Hotwired.
15
16
 
16
17
  # Why Svelte?
17
18
 
@@ -64,9 +65,10 @@ performance optimized.
64
65
  Thanks to [shakacode](https://github.com/shakacode/react_on_rails)
65
66
  and [ElMassimo](https://github.com/ElMassimo) for inspiring and helping me with their gems.
66
67
 
67
- **STATUS** This gem is in early development but ready to use for curious developers.
68
- It has a nearly 100% test coverage, all tests pass and, since 2025-05-15 it is successfully
69
- implemented on my first customers app.
68
+ **STATUS:** This gem is in the early stages of development, but is ready for use.
69
+ It has nearly 100% test coverage and all tests pass. Since 15 May 2025, it has been successfully
70
+ implemented on my first customer's app: an ERP system with fat Svelte components that are crucial for the workflow.
71
+ of this company.
70
72
 
71
73
  If you have issues, please open one, and contributors are welcome!
72
74
 
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: 2.1.2
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Sedlmair