chelsea 0.0.13 → 0.0.14
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 +6 -5
- 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: 79f4001bed0f1e524b444210aacd5278ae217a3eed7e39b3c09e2ad6d21854c1
|
|
4
|
+
data.tar.gz: fb846bd82ab8262d38e068a1d368bef6790590ba6e8ccfa8b6a60c9ec21a218f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
8
|
-
[](https://gitter.im/sonatype-nexus-community/chelsea?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
|
9
|
-
[](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
|
|
data/lib/chelsea/version.rb
CHANGED