chelsea 0.0.12 → 0.0.13

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51aa180ab06d876ef21c119a2127745fb903c219c812e314cb526cc686b765fd
4
- data.tar.gz: 279d57c44b27fefb84815357e31db7b0ff2cbdbb0a65ffcd8c1332dc8bacd60e
3
+ metadata.gz: 4d58fc0de3509d3e14e1dd9971ff7fec7074656f337958f8b849a9701172df7e
4
+ data.tar.gz: 3a2fc85e2c3f4dafe7432348763d33010f88f04870d99688b065e285bd797569
5
5
  SHA512:
6
- metadata.gz: 4839db5a475789889a93a0e0f7e3e9ef79800dbdfee4b04001e0054607fa85127ebec6eadbb23d8870b217437559cc2c756c764a0f4993eb62831619c71002f2
7
- data.tar.gz: 8905197d67b7909227c64fb943425e1493287bf60568a78aa4a0124c0e05e7bb1433744defde88934608e6476c781669567bb84166c558a59f38e67c95def91b
6
+ metadata.gz: 3f96b6674b9f5eb20f55294fc9c9465c47e01005ba680186c67cb397c1f6b7b1238b74bbf3e2427121218221ae23675a54f2d1ea80d1238c498149cc5b7411d6
7
+ data.tar.gz: 9e356c518bdaee9a693c4a43c2fc9dcb9a1d5e163f44861d68d472e143302c69fa6d1b321006629fbf8c17efe80293e29f3aae33ef973a9bfc4091b3fecafb51
data/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Chelsea
2
2
 
3
+ <p align="center">
4
+ <img src="https://github.com/sonatype-nexus-community/chelsea/blob/master/docs/images/chelsea.png" width="350"/>
5
+ </p>
6
+
3
7
  ![Gem](https://img.shields.io/gem/v/chelsea)
4
8
  [![Gitter](https://badges.gitter.im/sonatype-nexus-community/chelsea.svg)](https://gitter.im/sonatype-nexus-community/chelsea?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
5
9
  [![CircleCI](https://circleci.com/gh/sonatype-nexus-community/chelsea.svg?style=shield)](https://circleci.com/gh/sonatype-nexus-community/chelsea)
Binary file
@@ -1,3 +1,3 @@
1
1
  module Chelsea
2
- VERSION = '0.0.12'.freeze
2
+ VERSION = '0.0.13'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chelsea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Allister Beharry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-21 00:00:00.000000000 Z
11
+ date: 2020-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tty-font
@@ -216,6 +216,7 @@ files:
216
216
  - bin/setup
217
217
  - chelsea
218
218
  - chelsea.gemspec
219
+ - docs/images/chelsea.png
219
220
  - lib/chelsea.rb
220
221
  - lib/chelsea/bom.rb
221
222
  - lib/chelsea/cli.rb