utopia-project 0.24.1 → 0.26.0
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/project/readme/update.rb +1 -1
- data/lib/utopia/project/version.rb +1 -1
- data/public/_static/site.css +4 -4
- data/readme.md +3 -3
- 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: bac9a3bea3d8034fb1424e91cc4190c8b8f55c08013651c7ffd1a9992a960d97
|
4
|
+
data.tar.gz: 6540896758867b7939b453f82164488118d4b2f427f991edb4ae694e9ab65fb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa363f52ff5f4f13bdfd2cf3038ce57f91b16b59457ec66272f685d45ba4e55a950f15d245d59989472ae415fc7fc39496a00dcc8080a3a0748894627d1f2805
|
7
|
+
data.tar.gz: 5eff03c8af06dbe727a24f599c5e1c6d1421f579a869eb33f3d0a14f3bb37ecc0b00adb89820912882e623fe4a334138df005b46bf7ae322ea9a7638fb0c8ac3
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/public/_static/site.css
CHANGED
@@ -37,10 +37,6 @@ p code:first-child, p code:last-child {
|
|
37
37
|
padding: 0;
|
38
38
|
}
|
39
39
|
|
40
|
-
p img {
|
41
|
-
max-width: 100%;
|
42
|
-
}
|
43
|
-
|
44
40
|
pre {
|
45
41
|
/* -moz-tab-size is still required by Firefox */
|
46
42
|
--tab-size: 2;
|
@@ -107,6 +103,10 @@ main {
|
|
107
103
|
max-width: 48rem;
|
108
104
|
}
|
109
105
|
|
106
|
+
main img {
|
107
|
+
max-width: 100%;
|
108
|
+
}
|
109
|
+
|
110
110
|
:target {
|
111
111
|
background-color: var(--header-color);
|
112
112
|
}
|
data/readme.md
CHANGED
@@ -42,11 +42,11 @@ We welcome contributions to this project.
|
|
42
42
|
|
43
43
|
### Developer Certificate of Origin
|
44
44
|
|
45
|
-
|
45
|
+
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.
|
46
46
|
|
47
|
-
###
|
47
|
+
### Community Guidelines
|
48
48
|
|
49
|
-
This project is
|
49
|
+
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.
|
50
50
|
|
51
51
|
## See Also
|
52
52
|
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: utopia-project
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.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: 2024-
|
43
|
+
date: 2024-06-28 00:00:00.000000000 Z
|
44
44
|
dependencies:
|
45
45
|
- !ruby/object:Gem::Dependency
|
46
46
|
name: decode
|
@@ -273,7 +273,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
273
273
|
- !ruby/object:Gem::Version
|
274
274
|
version: '0'
|
275
275
|
requirements: []
|
276
|
-
rubygems_version: 3.5.
|
276
|
+
rubygems_version: 3.5.11
|
277
277
|
signing_key:
|
278
278
|
specification_version: 4
|
279
279
|
summary: A project documentation tool based on Utopia.
|
metadata.gz.sig
CHANGED
Binary file
|