chelsea 0.0.33 → 0.0.34

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: e55c549e9821f6a1f72a2dd5104a3d94c9d6acf2e0ba811161dfa6130cd6ac68
4
- data.tar.gz: 23c18257b6393cc3071879aed9ca9469ecc19a616622ba0aa24a48e575319364
3
+ metadata.gz: 52fbd4ff4f668d72a7964bf20c70b4d1cbeebfb4d672b9bf12510694cf9540eb
4
+ data.tar.gz: 032171a4d0a17d7c5638db29ebc330777edfd821a5ea2be944abaea1ed2d24e4
5
5
  SHA512:
6
- metadata.gz: 2fc7059979d959e6bb92d87623f6d1c263e5b3ff6d754785de69078d3d13e15436e8298600b788b7df7cf130795021f6e9a1007c6c1f155d18ed1d3bc009ec3f
7
- data.tar.gz: 92dce470a6ac4affb76140428d8ae1d03f0ab730055b8e7a69bd6a679c8ad5aba9c9b164d8489242d59c934a3cad2cc65cdedda83de22e94f642914fc1508992
6
+ metadata.gz: 39d5263e67bdfc111a7cc1e1df8639e89ba6ec7701725865867afaaf0c09c6de0878c1d016c37f8f26030e29d3a1ec40a53249c40a469772d3ccddfa1d4db555
7
+ data.tar.gz: 98b9dc3d5f84a3bc893c272e60221fb17f8d804bd2edf2680f924ff3b4d5856af55ddc27359d2c9e8cad56640a0132e995bb266d5e73d52e0e0f543714e95a0d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- chelsea (0.0.32)
4
+ chelsea (0.0.33)
5
5
  bundler (>= 1.2.0, < 3)
6
6
  ox (~> 2.13.2)
7
7
  pastel (~> 0.7.2)
data/Jenkinsfile CHANGED
@@ -27,12 +27,12 @@ dockerizedBuildPipeline(
27
27
  },
28
28
  vulnerabilityScan: {
29
29
  withDockerImage(env.DOCKER_IMAGE_ID, {
30
- withCredentials([usernamePassword(credentialsId: 'policy.s integration account',
30
+ withCredentials([usernamePassword(credentialsId: 'jenkins-iq',
31
31
  usernameVariable: 'IQ_USERNAME', passwordVariable: 'IQ_PASSWORD')]) {
32
32
  sh '''
33
33
  gem build chelsea.gemspec
34
34
  gem install ./chelsea-*.gem
35
- chelsea --file Gemfile.lock -b -a chelsea -iu $IQ_USERNAME -it $IQ_PASSWORD -i https://policy.ci.sonatype.dev --stage stage-release
35
+ chelsea --file Gemfile.lock -b -a chelsea -iu $IQ_USERNAME -it $IQ_PASSWORD -i https://iq.sonatype.dev --stage release
36
36
  '''
37
37
  }
38
38
  })
@@ -17,5 +17,5 @@
17
17
  #
18
18
 
19
19
  module Chelsea
20
- VERSION = '0.0.33'
20
+ VERSION = '0.0.34'
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.33
4
+ version: 0.0.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Allister Beharry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-08 00:00:00.000000000 Z
11
+ date: 2021-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler