chelsea 0.0.15 → 0.0.16
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 +3 -8
- data/lib/chelsea/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 64454d1f70bf7aeab4ed2b18f8936a6637d50b3f3e01dc41280a3949c5b6439e
|
|
4
|
+
data.tar.gz: 2ee0b6804ea89c678cf7ce141e0bb1c348a5441b5a13a19e5f9780d109ce7aff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 702ae95f37fa85898d9afdcf5f39c174877defc23797839f4745a4e4562f920a5ecf189f90c6f00f27e2ce75c8f3dbda06b6cc5b0b126aa42ddef013b01a39cb
|
|
7
|
+
data.tar.gz: 0c067012e432f54ff0ae66b2314ff8bb43704e6859a0d35109a1f28287df80b3d4fe4e6fc254b0f3c0c66d08972d517019c84fe4a2aaae395bb707156e908500
|
data/README.md
CHANGED
|
@@ -176,16 +176,11 @@ Everyone interacting in the Chelsea project’s codebases, issue trackers, chat
|
|
|
176
176
|
|
|
177
177
|
## The Fine Print
|
|
178
178
|
|
|
179
|
-
It is worth noting that this is **NOT SUPPORTED** by Sonatype, and is a contribution of ours
|
|
180
|
-
to the open source community (read: you!)
|
|
181
|
-
|
|
182
179
|
Remember:
|
|
183
180
|
|
|
184
|
-
*
|
|
185
|
-
*
|
|
186
|
-
*
|
|
187
|
-
|
|
188
|
-
Phew, that was easier than I thought. Last but not least of all:
|
|
181
|
+
* If you are a Sonatype customer, you may file Sonatype support tickets related to `chelsea` support in regard to this project
|
|
182
|
+
* We suggest you file issues here on GitHub as well, so that the community can pitch in
|
|
183
|
+
* If you are not a Sonatype customer, Do NOT file Sonatype support tickets related to nancy support in regard to this project, file an issue here on GitHub
|
|
189
184
|
|
|
190
185
|
Have fun creating and using `chelsea` and the [Sonatype OSS Index](https://ossindex.sonatype.org/), we are glad to have you here!
|
|
191
186
|
|
data/lib/chelsea/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.0.16
|
|
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-
|
|
11
|
+
date: 2020-05-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tty-font
|