chelsea 0.0.31 → 0.0.32
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
- data/README.md +4 -4
- data/lib/chelsea/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 686aae79e6cbf3cb19456560e436cec101b62210208e1e4a01ce4509a90479b0
|
|
4
|
+
data.tar.gz: b3d117b306d99ec83b68c2f2e00fc013c52720c2fe33081e76f63ec7ee68dac1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 07b48c2b6bd66a5f30d99253303f37d3909e41f7965b2cc5ad4636bb32ffa03a3452b31ccf9752da69e880a46670e8b041e29cdf312789bd3936966985c7d83d
|
|
7
|
+
data.tar.gz: 5220d6dd1071f238a1a8be091083db8a32fb535f5039a1a49dfef4bd73cadbd2fec5d0539a57e4e3eb04c6ad25307a98caa04a2488b28e5e99faf05342b7b495
|
data/README.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
-->
|
|
18
18
|
|
|
19
19
|
<p align="center">
|
|
20
|
-
<img src="https://github.com/sonatype-nexus-community/chelsea/blob/
|
|
20
|
+
<img src="https://github.com/sonatype-nexus-community/chelsea/blob/main/docs/images/chelsea.png" width="350"/>
|
|
21
21
|
</p>
|
|
22
22
|
<p align="center">
|
|
23
23
|
<a href="https://rubygems.org/gems/chelsea"><img src="https://img.shields.io/gem/v/chelsea" /></a>
|
|
@@ -171,9 +171,9 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
171
171
|
|
|
172
172
|
### Release Process
|
|
173
173
|
|
|
174
|
-
Chelsea is automatically released after a commit to the `
|
|
174
|
+
Chelsea is automatically released after a commit to the `main` branch.
|
|
175
175
|
|
|
176
|
-
To avoid performing a release after a commit to the `
|
|
176
|
+
To avoid performing a release after a commit to the `main` branch, be sure your commit message includes `[skip ci] `.
|
|
177
177
|
|
|
178
178
|
## Why Chelsea?
|
|
179
179
|
|
|
@@ -448,7 +448,7 @@ This project is intended to be a safe, welcoming space for collaboration, and co
|
|
|
448
448
|
|
|
449
449
|
## Code of Conduct
|
|
450
450
|
|
|
451
|
-
Everyone interacting in the Chelsea project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/sonatype-nexus-community/chelsea/blob/
|
|
451
|
+
Everyone interacting in the Chelsea project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/sonatype-nexus-community/chelsea/blob/main/CODE_OF_CONDUCT.md).
|
|
452
452
|
|
|
453
453
|
## The Fine Print
|
|
454
454
|
|
data/lib/chelsea/version.rb
CHANGED