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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/lib/chelsea/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f6fed77cd96f3fd715030c654c03c5e480a9a46e40c76c7a4a5ae4d2016c681
4
- data.tar.gz: e42fca3e172ce5937e90b09f7961d9a13b44d6fc9c1dd530f5b3f5fe19ec87df
3
+ metadata.gz: 686aae79e6cbf3cb19456560e436cec101b62210208e1e4a01ce4509a90479b0
4
+ data.tar.gz: b3d117b306d99ec83b68c2f2e00fc013c52720c2fe33081e76f63ec7ee68dac1
5
5
  SHA512:
6
- metadata.gz: 1af02ec98ba340900a503b508d7f4cbf15c7cbd8643c27879db3db87608ac8d4cdbe7dad67b034a042f76d75548dbc17f2d546c760b0537e8e32fdfd1ce7bf9d
7
- data.tar.gz: 27194d47997fc5bb332820a28d3c16ba58c31de0bae35cd8bad939c5e4efe76317cf3e3ee9a7091013745c26d995c65c50ac8e6825dad8dff38d4a8778a7b78a
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/master/docs/images/chelsea.png" width="350"/>
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 `master` branch.
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 `master` branch, be sure your commit message includes `[skip ci] `.
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/master/CODE_OF_CONDUCT.md).
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
 
@@ -17,5 +17,5 @@
17
17
  #
18
18
 
19
19
  module Chelsea
20
- VERSION = '0.0.31'
20
+ VERSION = '0.0.32'
21
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chelsea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.31
4
+ version: 0.0.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Allister Beharry