chelsea 0.0.35 → 0.0.37

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47f3b5b134ac836b7dc9afed8688f24a60a9b145c6dd96f6ac4cf8c5766d1185
4
- data.tar.gz: be960140b297298444448c490666a630b9a123d7531aa8deb52d26136b679a82
3
+ metadata.gz: c9b9bb924bd0b4c64c8a62017536ae61b57ba35ad1c485c160b2dbdd0f1286ee
4
+ data.tar.gz: 2737e9ae4d4600db64e5d75c47b163c8158b3246f48b1e4d45909b3d4dbc3646
5
5
  SHA512:
6
- metadata.gz: 9ec6233043b4103a6bdadc6c55019d1f71d7e24244761c35c0d4be543baa85dc7ade3829ac2311e9d247d6ac348454f1b7ccde62b68b0e9a9d7448050683770e
7
- data.tar.gz: 880a19b26b3837d386ae15124aab296d373ad2fc9f6748f7c00528bd9891e2e1dd329e7f8d697c0cd86073191f997655768c9b0e606c2f3a058ea06d9de40311
6
+ metadata.gz: 1c938993e660bb862a0c8b7792a96e677f79d8b519d6bdc02caf2b94860b5d03c3f70003a3b8ca6445ac0d96c5c49f93b6f9274b7047a557ddff60439c4e32a6
7
+ data.tar.gz: f3ec168507492844982202fd814e000fe55cb5b53f5fe37a567a97d07755ae50d75455fe286220feedc400645b2ee47abeeed6c8f77d1b4158a094f921d525c9
data/.circleci/config.yml CHANGED
@@ -15,17 +15,23 @@
15
15
  #
16
16
 
17
17
  version: 2.1
18
- jobs:
19
- build:
20
- docker:
18
+
19
+ executors:
20
+ ruby_executor:
21
+ docker:
21
22
  - image: circleci/ruby:2.6.6-stretch
22
- environment:
23
- BUNDLE_PATH: vendor/bundle
23
+ # - image: cimg/ruby:3.2
24
+
25
+ jobs:
26
+ build:
27
+ executor: ruby_executor
28
+ environment:
29
+ BUNDLE_PATH: vendor/bundle
24
30
  steps:
25
31
  - checkout
26
32
  - run:
27
33
  name: Install bundler
28
- command: gem install bundler
34
+ command: gem install bundler -v 2.4.22
29
35
  - run:
30
36
  name: Which bundler?
31
37
  command: bundle -v
@@ -54,6 +60,9 @@ jobs:
54
60
  - run:
55
61
  name: Build gem
56
62
  command: gem build chelsea.gemspec
63
+ - run:
64
+ name: Install gem domain_name (required due to older ruby)
65
+ command: gem install domain_name -v 0.5.20190701
57
66
  - run:
58
67
  name: Install gem
59
68
  command: gem install ./chelsea-*.gem
@@ -66,8 +75,7 @@ jobs:
66
75
  - store_test_results:
67
76
  path: test_results
68
77
  release:
69
- docker:
70
- - image: circleci/ruby:2.6.6-stretch
78
+ executor: ruby_executor
71
79
  steps:
72
80
  - add_ssh_keys:
73
81
  fingerprints:
data/Dockerfile CHANGED
@@ -32,7 +32,7 @@ RUN chown -R jenkins:100 /home/jenkins
32
32
 
33
33
  USER jenkins
34
34
 
35
- RUN gem install bundler
35
+ RUN gem install bundler -v 2.4.22
36
36
 
37
37
  RUN bundle install
38
38
 
data/Jenkinsfile CHANGED
@@ -17,7 +17,6 @@
17
17
  @Library(['private-pipeline-library', 'jenkins-shared']) _
18
18
 
19
19
  dockerizedBuildPipeline(
20
- agentLabel: 'ubuntu-zion-legacy',
21
20
  prepare: {
22
21
  githubStatusUpdate('pending')
23
22
  },
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
- * If you are a Sonatype customer, you may file Sonatype support tickets related to `chelsea` support in regard to this project
471
- * We suggest you file issues here on GitHub as well, so that the community can pitch in
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
- Have fun creating and using `chelsea` and the [Sonatype OSS Index](https://ossindex.sonatype.org/), we are glad to have you here!
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
 
@@ -17,5 +17,5 @@
17
17
  #
18
18
 
19
19
  module Chelsea
20
- VERSION = '0.0.35'
20
+ VERSION = '0.0.37'
21
21
  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.35
4
+ version: 0.0.37
5
5
  platform: ruby
6
6
  authors:
7
7
  - Allister Beharry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-28 00:00:00.000000000 Z
11
+ date: 2023-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler