chelsea 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -5
  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: 4d58fc0de3509d3e14e1dd9971ff7fec7074656f337958f8b849a9701172df7e
4
- data.tar.gz: 3a2fc85e2c3f4dafe7432348763d33010f88f04870d99688b065e285bd797569
3
+ metadata.gz: 79f4001bed0f1e524b444210aacd5278ae217a3eed7e39b3c09e2ad6d21854c1
4
+ data.tar.gz: fb846bd82ab8262d38e068a1d368bef6790590ba6e8ccfa8b6a60c9ec21a218f
5
5
  SHA512:
6
- metadata.gz: 3f96b6674b9f5eb20f55294fc9c9465c47e01005ba680186c67cb397c1f6b7b1238b74bbf3e2427121218221ae23675a54f2d1ea80d1238c498149cc5b7411d6
7
- data.tar.gz: 9e356c518bdaee9a693c4a43c2fc9dcb9a1d5e163f44861d68d472e143302c69fa6d1b321006629fbf8c17efe80293e29f3aae33ef973a9bfc4091b3fecafb51
6
+ metadata.gz: f49bf756cc699c06dd9e4e36767d2874b4c87d8d05cafea6eaaf200b1dc31299ff82b3d544302944925ccb85fcf9a530e1c6d0e3ba655919f0161f3cf9753827
7
+ data.tar.gz: 4350c14f13976fe8260517446d91c9b8bc536c4edb91daf9035aa0eb416ccccd77f2ae66dafa52ee944f73ca90343f0b6e13c8be35407368b9834a501314b898
data/README.md CHANGED
@@ -1,12 +1,13 @@
1
- # Chelsea
2
-
3
1
  <p align="center">
4
2
  <img src="https://github.com/sonatype-nexus-community/chelsea/blob/master/docs/images/chelsea.png" width="350"/>
5
3
  </p>
4
+ <p align="center">
5
+ <a href="https://rubygems.org/gems/chelsea"><img src="https://img.shields.io/gem/v/chelsea" /></a>
6
+ <a href="https://gitter.im/sonatype-nexus-community/chelsea?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"><img src="https://badges.gitter.im/sonatype-nexus-community/chelsea.svg" /></a>
7
+ <a href="https://circleci.com/gh/sonatype-nexus-community/chelsea"><img src="https://circleci.com/gh/sonatype-nexus-community/chelsea.svg?style=shield" /></a>
8
+ </p>
6
9
 
7
- ![Gem](https://img.shields.io/gem/v/chelsea)
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)
9
- [![CircleCI](https://circleci.com/gh/sonatype-nexus-community/chelsea.svg?style=shield)](https://circleci.com/gh/sonatype-nexus-community/chelsea)
10
+ # Chelsea
10
11
 
11
12
  Chelsea is a CLI application written in Ruby, designed to allow you to scan your RubyGem powered projects and report on any vulnerabilities in your third party dependencies. It is powered by [Sonatype's OSS Index.](https://ossindex.sonatype.org/)
12
13
 
@@ -1,3 +1,3 @@
1
1
  module Chelsea
2
- VERSION = '0.0.13'.freeze
2
+ VERSION = '0.0.14'.freeze
3
3
  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.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Allister Beharry