utopia-project 0.25.0 → 0.26.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 415a85cb36320cacb5c06f947cf16d22cc83531a7b2159d581eea28985d35eb2
4
- data.tar.gz: ded7b92cddfe2956685e1af91daef04a15f196b8c499bee7cb20f9966c2a64ca
3
+ metadata.gz: bac9a3bea3d8034fb1424e91cc4190c8b8f55c08013651c7ffd1a9992a960d97
4
+ data.tar.gz: 6540896758867b7939b453f82164488118d4b2f427f991edb4ae694e9ab65fb2
5
5
  SHA512:
6
- metadata.gz: 8623fb0fe30715f9d5c0049c2d865b0b7a76f7061151acac172ab50cb7e5147142292415b625a055ca9b98f4d22ca45e8af1d9786e792e8387943993f3c01a9f
7
- data.tar.gz: dd75841d0306e83655628f7f9424435818327c30fb5bbf7848939839f9d3df73e8f9fc5c3d6bef185218aa067f8d78412258e085803afda591ca0fc9ae28bfea
6
+ metadata.gz: fa363f52ff5f4f13bdfd2cf3038ce57f91b16b59457ec66272f685d45ba4e55a950f15d245d59989472ae415fc7fc39496a00dcc8080a3a0748894627d1f2805
7
+ data.tar.gz: 5eff03c8af06dbe727a24f599c5e1c6d1421f579a869eb33f3d0a14f3bb37ecc0b00adb89820912882e623fe4a334138df005b46bf7ae322ea9a7638fb0c8ac3
checksums.yaml.gz.sig CHANGED
Binary file
@@ -5,6 +5,6 @@
5
5
 
6
6
  module Utopia
7
7
  module Project
8
- VERSION = "0.25.0"
8
+ VERSION = "0.26.0"
9
9
  end
10
10
  end
@@ -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
- This project uses the [Developer Certificate of Origin](https://developercertificate.org/). All contributors to this project must agree to this document to have their contributions accepted.
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
- ### Contributor Covenant
47
+ ### Community Guidelines
48
48
 
49
- This project is governed by the [Contributor Covenant](https://www.contributor-covenant.org/). All contributors and participants agree to abide by its terms.
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.25.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-05-03 00:00:00.000000000 Z
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.3
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