chelsea 0.0.35 → 0.0.36
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/Jenkinsfile +0 -1
- data/README.md +7 -4
- 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: '097c89b044fffda53ddf8e3e0d9905cffc3b8fa4d17b1155c93bb428a83ea2ed'
|
|
4
|
+
data.tar.gz: a934ba7e74f6f56eb659acbe1c6161da8390221e4d5bedf6f845472d302ce51d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e131c5dd93c832c703bf4e82a3e9c055e7758fea0c639d216620ddb01c5d0eff7f0eddb4ad52de729efc049fedc2683094ebaca83dfadb643ac3d55a93dd93f8
|
|
7
|
+
data.tar.gz: e54cb1671bd171c895d227407fb7bd23db2de9dbadb68411f99c6f736543ac15ba45bb3c06c610d790ff655279111bc52d7d4d7c18c0e64c2d71aa970ebac5ce
|
data/Jenkinsfile
CHANGED
data/README.md
CHANGED
|
@@ -467,11 +467,14 @@ Everyone interacting in the Chelsea project’s codebases, issue trackers, chat
|
|
|
467
467
|
|
|
468
468
|
Remember:
|
|
469
469
|
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
* 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
|
|
470
|
+
It is worth noting that this is **NOT SUPPORTED** by Sonatype, and is a contribution of ours to the open source
|
|
471
|
+
community (read: you!)
|
|
473
472
|
|
|
474
|
-
|
|
473
|
+
* Use this contribution at the risk tolerance that you have
|
|
474
|
+
* Do NOT file Sonatype support tickets related to `ossindex-lib`
|
|
475
|
+
* DO file issues here on GitHub, so that the community can pitch in
|
|
476
|
+
|
|
477
|
+
Phew, that was easier than I thought. Last but not least of all - have fun!
|
|
475
478
|
|
|
476
479
|
## Getting help
|
|
477
480
|
|
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.36
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Allister Beharry
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-08-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|