utopia 2.27.0 → 2.28.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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/utopia/static/mime_types.rb +1 -1
- data/lib/utopia/version.rb +1 -1
- data/readme.md +9 -0
- data/releases.md +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 120bb11cd46d779a0e8bdf7f5a70f07c4dde752524b3f74c8a06b7fdeb5c7bbc
|
4
|
+
data.tar.gz: 8620b93060f672177388dce2d8fa3d4c9ea817b3abd6e50b00a9f01b255a340c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80cf5f92c1dd4eb2aed90db86edecac2b1036e5138054302a2d41ba73b57105f69dc60bd9efa8fef84b78849399eee672c5b3f4e4bbed15e40573a466db979ed
|
7
|
+
data.tar.gz: 2d39940da4b8ae7719e72363a4bfb9466f013d78210687e2bfdafabc84d2534016cb945b8bee060c7c084d25738cdade2b2e85a32fc2ff12611256eb2b42b5e5
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -22,7 +22,7 @@ module Utopia
|
|
22
22
|
"xspf" => "application/xspf+xml",
|
23
23
|
},
|
24
24
|
:media => [
|
25
|
-
:xiph, "mp3", "mp4", "wav", "aiff", "aac", "webm", "mov", "avi", "wmv", "mpg"
|
25
|
+
:xiph, "mp3", "mp4", "wav", "aiff", "aac", "webm", "mov", "avi", "wmv", "mpg", "m3u8", "ts"
|
26
26
|
],
|
27
27
|
:text => [
|
28
28
|
"html", "css", "js", ["map", "application/json"], "txt", "rtf", "xml", "pdf"
|
data/lib/utopia/version.rb
CHANGED
data/readme.md
CHANGED
@@ -27,6 +27,15 @@ Please see the [project documentation](https://github.com/ioquatix/utopia) for m
|
|
27
27
|
|
28
28
|
- [Updating Utopia](https://github.com/ioquatix/utopiaguides/updating-utopia/index) - This guide explains how to update existing `utopia` websites.
|
29
29
|
|
30
|
+
## Releases
|
31
|
+
|
32
|
+
Please see the [project releases](https://github.com/ioquatix/utopiareleases/index) for all releases.
|
33
|
+
|
34
|
+
### v2.27.0
|
35
|
+
|
36
|
+
- Improved error logging using `Console` gem.
|
37
|
+
- Only install `npm ls --production` dependencies into `public/_components`.
|
38
|
+
|
30
39
|
## See Also
|
31
40
|
|
32
41
|
- [XRB](https://github.com/socketry/xrb) — Template and markup parsers, markup generation.
|
data/releases.md
CHANGED
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: utopia
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.28.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samuel Williams
|
@@ -40,7 +40,7 @@ cert_chain:
|
|
40
40
|
Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
|
41
41
|
voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
|
42
42
|
-----END CERTIFICATE-----
|
43
|
-
date: 2025-
|
43
|
+
date: 2025-03-08 00:00:00.000000000 Z
|
44
44
|
dependencies:
|
45
45
|
- !ruby/object:Gem::Dependency
|
46
46
|
name: bake
|
metadata.gz.sig
CHANGED
Binary file
|