chelsea 0.0.38 → 0.0.40

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cbd9791c6d84eba929f5cd585061ce7183df3dcdb35c93ceb7561e38d04a11a4
4
- data.tar.gz: 6ca291f6c9e3383b0b584def428033daa03593bd55a7b44e1ea9d51b3d324061
3
+ metadata.gz: 93909270a4794d37b3ed3e6b69231dc9669fb93d5420fb4706861f61d0ce2b72
4
+ data.tar.gz: cdabcda4ae6bc24258fedadb1a87afb420b6569c2fafdd7bde7ca1ada1e26b9e
5
5
  SHA512:
6
- metadata.gz: 6bee2eb97baade4530411d801021143494f7d57ccc994c36dc6fb071ed699b479d9d4ae1fa1a082dd3a23d5bf4cb11ccb9383447765e2ccb46332c8eda3eab24
7
- data.tar.gz: 196f5347f05ab3e6cf235d034991df35c53004a0c6554c595799eb7588dff8082eeefd0fde9d3265cccc2932d0adae1dfad4f9abaea5017b63c67577f3da69b2
6
+ metadata.gz: 9cb5d6e739fb472e3e2658da74daf562d52d8e12b4d519339259832d4c6ce7ccfc85a96c1f23e741011d59f1d5f8dd2802d98e16a849502457c36dbd837d6318
7
+ data.tar.gz: f12500e7544dc0cc7978292d7728da0447ffadebfe689744fdb88d15db9322d8237d071612132be45ad60ba064a5e74ee8bd908de7ffb918f62f68bc05a147f8
@@ -11,11 +11,11 @@ The local build runs in a docker container.
11
11
 
12
12
  * Run a local build with the following command:
13
13
 
14
- circleci local execute -c .circleci/local-config.yml --job 'build'
14
+ circleci local execute -c .circleci/local-config.yml 'build'
15
15
 
16
16
  Typically both commands are run together:
17
17
 
18
- circleci config process .circleci/config.yml > .circleci/local-config.yml && circleci local execute -c .circleci/local-config.yml --job 'build'
18
+ circleci config process .circleci/config.yml > .circleci/local-config.yml && circleci local execute -c .circleci/local-config.yml 'build'
19
19
 
20
20
  With the above command, operations that cannot occur during a local build will show an error like this:
21
21
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- chelsea (0.0.33)
4
+ chelsea (0.0.39)
5
5
  bundler (>= 1.2.0, < 3)
6
6
  ox (~> 2.13.2)
7
7
  pastel (~> 0.7.2)
@@ -25,11 +25,11 @@ GEM
25
25
  unf (>= 0.0.5, < 1.0.0)
26
26
  equatable (0.7.0)
27
27
  hashdiff (1.0.1)
28
- http-cookie (1.0.4)
28
+ http-cookie (1.0.6)
29
29
  domain_name (~> 0.5)
30
- mime-types (3.3.1)
30
+ mime-types (3.5.2)
31
31
  mime-types-data (~> 3.2015)
32
- mime-types-data (3.2021.0225)
32
+ mime-types-data (3.2024.0702)
33
33
  necromancer (0.7.0)
34
34
  netrc (0.11.0)
35
35
  ox (2.13.4)
@@ -47,7 +47,8 @@ GEM
47
47
  http-cookie (>= 1.0.2, < 2.0)
48
48
  mime-types (>= 1.16, < 4.0)
49
49
  netrc (~> 0.8)
50
- rexml (3.2.5)
50
+ rexml (3.3.2)
51
+ strscan
51
52
  rspec (3.9.0)
52
53
  rspec-core (~> 3.9.0)
53
54
  rspec-expectations (~> 3.9.0)
@@ -82,10 +83,11 @@ GEM
82
83
  unicode-display_width (~> 1.5)
83
84
  unicode_utils (~> 1.4)
84
85
  strings-ansi (0.2.0)
86
+ strscan (3.1.0)
85
87
  tty-color (0.6.0)
86
88
  tty-cursor (0.7.1)
87
89
  tty-font (0.5.0)
88
- tty-screen (0.8.1)
90
+ tty-screen (0.8.2)
89
91
  tty-spinner (0.9.3)
90
92
  tty-cursor (~> 0.7)
91
93
  tty-table (0.11.0)
@@ -96,7 +98,7 @@ GEM
96
98
  tty-screen (~> 0.7)
97
99
  unf (0.1.4)
98
100
  unf_ext
99
- unf_ext (0.0.7.7)
101
+ unf_ext (0.0.9.1)
100
102
  unicode-display_width (1.7.0)
101
103
  unicode_utils (1.4.0)
102
104
  webmock (3.8.3)
data/Jenkinsfile CHANGED
@@ -24,12 +24,12 @@ dockerizedBuildPipeline(
24
24
  },
25
25
  vulnerabilityScan: {
26
26
  withDockerImage(env.DOCKER_IMAGE_ID, {
27
- withCredentials([usernamePassword(credentialsId: 'jenkins-iq',
27
+ withCredentials([usernamePassword(credentialsId: 'jenkins-saas-service-acct',
28
28
  usernameVariable: 'IQ_USERNAME', passwordVariable: 'IQ_PASSWORD')]) {
29
29
  sh '''
30
30
  gem build chelsea.gemspec
31
31
  gem install ./chelsea-*.gem
32
- chelsea --file Gemfile.lock -b -a chelsea -iu $IQ_USERNAME -it $IQ_PASSWORD -i https://iq.sonatype.dev --stage release
32
+ chelsea --file Gemfile.lock -b -a chelsea -iu $IQ_USERNAME -it $IQ_PASSWORD -i https://sonatype.sonatype.app/platform --stage release
33
33
  '''
34
34
  }
35
35
  })
@@ -17,5 +17,5 @@
17
17
  #
18
18
 
19
19
  module Chelsea
20
- VERSION = '0.0.38'
20
+ VERSION = '0.0.40'
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.38
4
+ version: 0.0.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - Allister Beharry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-17 00:00:00.000000000 Z
11
+ date: 2024-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler