chelsea 0.0.38 → 0.0.39

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: cbd9791c6d84eba929f5cd585061ce7183df3dcdb35c93ceb7561e38d04a11a4
4
- data.tar.gz: 6ca291f6c9e3383b0b584def428033daa03593bd55a7b44e1ea9d51b3d324061
3
+ metadata.gz: 502a5a97a7c61eea18f610c891465f45bd27d793f7c40cf1359435227170a6df
4
+ data.tar.gz: 42858f50241421846d951c73fb69e7adeb95c96a12d7ecce77422df95d513bd6
5
5
  SHA512:
6
- metadata.gz: 6bee2eb97baade4530411d801021143494f7d57ccc994c36dc6fb071ed699b479d9d4ae1fa1a082dd3a23d5bf4cb11ccb9383447765e2ccb46332c8eda3eab24
7
- data.tar.gz: 196f5347f05ab3e6cf235d034991df35c53004a0c6554c595799eb7588dff8082eeefd0fde9d3265cccc2932d0adae1dfad4f9abaea5017b63c67577f3da69b2
6
+ metadata.gz: 6866212c50d59eb197c3a76f9b8ec8ac01735cd18d00e3760d7f8fa8668d4d368fdcc36f95d77ddf0cd6bf018b0c6ea6ad845669ba29b5db6099aca5a20cdbd7
7
+ data.tar.gz: f1eb28b4d08d4b7c2840695bf823e442ac16d0ac7139a74d7e6360b5078b8424ffc07e4f910a26939b9319fd0af29e275229e5f714b2f67230d0a4f32629f4b3
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.38)
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.5)
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.0507)
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.2.8)
51
+ strscan (>= 3.0.9)
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.39'
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.39
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-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler