utopia 2.24.2 → 2.24.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/bake/utopia/environment.rb +1 -1
- data/bake/utopia/site.rb +1 -1
- data/bake/utopia.rb +1 -1
- data/lib/utopia/content/markup.rb +1 -1
- data/lib/utopia/controller/actions.rb +1 -1
- data/lib/utopia/extensions/array_split.rb +1 -1
- data/lib/utopia/redirection.rb +1 -1
- data/lib/utopia/session.rb +1 -1
- data/lib/utopia/setup.rb +1 -1
- data/lib/utopia/version.rb +2 -2
- data/readme.md +3 -3
- data/setup/site/test/website.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- 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: 494ae9c1b432c4caa44c74b853e9742e7a24a2f84bd0440b5e2d2f89e191ddd7
|
4
|
+
data.tar.gz: 582e6261256c75d96151074a86a530e84c09ef47d3d90b7addfa8e2f624d55a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 219203d2adfe3fecbb38cae09d00eb8363baa3f8b0e91ad259c965e8a7d0d226b558f60d57720226c120080e9fd41b4a4b52d756840935ba4bf42841f9c04c0e
|
7
|
+
data.tar.gz: 7a55646fbc5dc089eb542d132059789d6fefa136b73fd86584e08aedf7552275def5fb86e3f845f6820ebb4dcbc627840fa97431dd82e9853e59531215c8aac1
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/bake/utopia/environment.rb
CHANGED
data/bake/utopia/site.rb
CHANGED
data/bake/utopia.rb
CHANGED
data/lib/utopia/redirection.rb
CHANGED
data/lib/utopia/session.rb
CHANGED
data/lib/utopia/setup.rb
CHANGED
data/lib/utopia/version.rb
CHANGED
data/readme.md
CHANGED
@@ -44,8 +44,8 @@ We welcome contributions to this project.
|
|
44
44
|
|
45
45
|
### Developer Certificate of Origin
|
46
46
|
|
47
|
-
|
47
|
+
In order to protect users of this project, we require all contributors to comply with the [Developer Certificate of Origin](https://developercertificate.org/). This ensures that all contributions are properly licensed and attributed.
|
48
48
|
|
49
|
-
###
|
49
|
+
### Community Guidelines
|
50
50
|
|
51
|
-
This project is
|
51
|
+
This project is best served by a collaborative and respectful environment. Treat each other professionally, respect differing viewpoints, and engage constructively. Harassment, discrimination, or harmful behavior is not tolerated. Communicate clearly, listen actively, and support one another. If any issues arise, please inform the project maintainers.
|
data/setup/site/test/website.rb
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.24.
|
4
|
+
version: 2.24.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samuel Williams
|
@@ -41,7 +41,7 @@ cert_chain:
|
|
41
41
|
Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
|
42
42
|
voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
|
43
43
|
-----END CERTIFICATE-----
|
44
|
-
date: 2024-
|
44
|
+
date: 2024-06-29 00:00:00.000000000 Z
|
45
45
|
dependencies:
|
46
46
|
- !ruby/object:Gem::Dependency
|
47
47
|
name: bake
|
@@ -327,7 +327,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
327
327
|
- !ruby/object:Gem::Version
|
328
328
|
version: '0'
|
329
329
|
requirements: []
|
330
|
-
rubygems_version: 3.5.
|
330
|
+
rubygems_version: 3.5.11
|
331
331
|
signing_key:
|
332
332
|
specification_version: 4
|
333
333
|
summary: Utopia is a framework for building dynamic content-driven websites.
|
metadata.gz.sig
CHANGED
Binary file
|