chelsea 0.0.30 → 0.0.34

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: cb0f0b89a80068b3f42f99ba3906694c6a580b03ea8dbbb6462ea551d0b90e5e
4
- data.tar.gz: e44fcf3b82fea2effa72228b489835e2a84d79a1debd2643bf67d9979aaeea84
3
+ metadata.gz: 52fbd4ff4f668d72a7964bf20c70b4d1cbeebfb4d672b9bf12510694cf9540eb
4
+ data.tar.gz: 032171a4d0a17d7c5638db29ebc330777edfd821a5ea2be944abaea1ed2d24e4
5
5
  SHA512:
6
- metadata.gz: f797161ad92d67d3ff1971e5d7d5ab3717d0c8e8defb28a0fafe5d2ad498a122edf8a1796ab34f17c6984fc6c111988f4717de48daf1f57f3de3f78767c2bb51
7
- data.tar.gz: ed7184252d47b4346ee578b3708ec49a9ba7e26e13e871f590ef37df21a08ccdfde31f470a65aad877422d898d333e5baf889bd03c42b96f309bc56d630c50b6
6
+ metadata.gz: 39d5263e67bdfc111a7cc1e1df8639e89ba6ec7701725865867afaaf0c09c6de0878c1d016c37f8f26030e29d3a1ec40a53249c40a469772d3ccddfa1d4db555
7
+ data.tar.gz: 98b9dc3d5f84a3bc893c272e60221fb17f8d804bd2edf2680f924ff3b4d5856af55ddc27359d2c9e8cad56640a0132e995bb266d5e73d52e0e0f543714e95a0d
data/.circleci/config.yml CHANGED
@@ -87,7 +87,7 @@ jobs:
87
87
  command: git config --global user.email "$GITHUB_EMAIL"
88
88
  - run:
89
89
  name: Set git upstream
90
- command: git branch -u origin/master
90
+ command: git branch -u origin/main
91
91
  - run:
92
92
  name: Bump version
93
93
  command: gem bump -v patch --tag --skip-ci --push
@@ -107,4 +107,4 @@ workflows:
107
107
  filters:
108
108
  branches:
109
109
  only:
110
- - master
110
+ - main
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- chelsea (0.0.28)
4
+ chelsea (0.0.33)
5
5
  bundler (>= 1.2.0, < 3)
6
6
  ox (~> 2.13.2)
7
7
  pastel (~> 0.7.2)
@@ -14,7 +14,7 @@ PATH
14
14
  GEM
15
15
  remote: https://rubygems.org/
16
16
  specs:
17
- addressable (2.7.0)
17
+ addressable (2.8.0)
18
18
  public_suffix (>= 2.0.2, < 5.0)
19
19
  ast (2.4.2)
20
20
  byebug (11.1.2)
@@ -25,7 +25,7 @@ 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.3)
28
+ http-cookie (1.0.4)
29
29
  domain_name (~> 0.5)
30
30
  mime-types (3.3.1)
31
31
  mime-types-data (~> 3.2015)
@@ -39,7 +39,7 @@ GEM
39
39
  pastel (0.7.4)
40
40
  equatable (~> 0.6)
41
41
  tty-color (~> 0.5)
42
- public_suffix (4.0.3)
42
+ public_suffix (4.0.6)
43
43
  rainbow (3.0.0)
44
44
  rake (12.3.3)
45
45
  regexp_parser (2.1.1)
@@ -117,4 +117,4 @@ DEPENDENCIES
117
117
  webmock (~> 3.8.3)
118
118
 
119
119
  BUNDLED WITH
120
- 2.1.4
120
+ 2.2.22
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
  })
data/README.md CHANGED
@@ -17,12 +17,12 @@
17
17
  -->
18
18
 
19
19
  <p align="center">
20
- <img src="https://github.com/sonatype-nexus-community/chelsea/blob/master/docs/images/chelsea.png" width="350"/>
20
+ <img src="https://github.com/sonatype-nexus-community/chelsea/blob/main/docs/images/chelsea.png" width="350" alt="chelsea-icon"/>
21
21
  </p>
22
22
  <p align="center">
23
- <a href="https://rubygems.org/gems/chelsea"><img src="https://img.shields.io/gem/v/chelsea" /></a>
24
- <a href="https://gitter.im/sonatype-nexus-community/chelsea?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"><img src="https://badges.gitter.im/sonatype-nexus-community/chelsea.svg" /></a>
25
- <a href="https://circleci.com/gh/sonatype-nexus-community/chelsea"><img src="https://circleci.com/gh/sonatype-nexus-community/chelsea.svg?style=shield" /></a>
23
+ <a href="https://rubygems.org/gems/chelsea"><img src="https://img.shields.io/gem/v/chelsea" alt="chelsea-gem"/></a>
24
+ <a href="https://gitter.im/sonatype-nexus-community/chelsea?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"><img src="https://badges.gitter.im/sonatype-nexus-community/chelsea.svg" alt="chelsea-gitter"/></a>
25
+ <a href="https://circleci.com/gh/sonatype-nexus-community/chelsea"><img src="https://circleci.com/gh/sonatype-nexus-community/chelsea.svg?style=shield" alt="chelsea-ci"/></a>
26
26
  </p>
27
27
 
28
28
  # Chelsea
@@ -140,7 +140,7 @@ We suggest using [rbenv](https://github.com/rbenv/rbenv) to setup a reliable rub
140
140
  Follow the [installation steps](https://github.com/rbenv/rbenv#installation).
141
141
  For macos (10.15.7), there was a problem with step 2, with: `$ rbenv init`. The command
142
142
  printed suggested editing `~/.bashrc`; however, this did not work in our case (even after an OS reboot),
143
- and we had to instead edit `~/bash_profile`. To sanity check your installation, you should see the
143
+ and we had to instead edit `~/.bash_profile`. To sanity check your installation, you should see the
144
144
  `.rbenv` directory early in your PATH, e.g.:
145
145
  ```
146
146
  $ echo $PATH
@@ -161,6 +161,19 @@ Install dependencies:
161
161
  ```
162
162
  bundle install
163
163
  ```
164
+ * Misc weirdness:
165
+ I was running into errors like the one below:
166
+ ```shell
167
+ $ bundle install
168
+ Fetching gem metadata from https://rubygems.org/.........
169
+ chelsea-0.0.32 requires ruby version >= 2.6.6, which is incompatible with the current version, ruby 2.6.3p62
170
+ ```
171
+ This was solved by following the steps described [here](https://stackoverflow.com/questions/42306116/ruby-version-x-is-incompatible-with-current-version).
172
+ ```shell
173
+ gem install bundler
174
+ eval "$(rbenv init -)"
175
+ bundle install
176
+ ```
164
177
 
165
178
  Run tests:
166
179
  ```
@@ -171,9 +184,9 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
171
184
 
172
185
  ### Release Process
173
186
 
174
- Chelsea is automatically released after a commit to the `master` branch.
187
+ Chelsea is automatically released after a commit to the `main` branch.
175
188
 
176
- To avoid performing a release after a commit to the `master` branch, be sure your commit message includes `[skip ci] `.
189
+ To avoid performing a release after a commit to the `main` branch, be sure your commit message includes `[skip ci] `.
177
190
 
178
191
  ## Why Chelsea?
179
192
 
@@ -448,7 +461,7 @@ This project is intended to be a safe, welcoming space for collaboration, and co
448
461
 
449
462
  ## Code of Conduct
450
463
 
451
- Everyone interacting in the Chelsea project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/sonatype-nexus-community/chelsea/blob/master/CODE_OF_CONDUCT.md).
464
+ Everyone interacting in the Chelsea project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/sonatype-nexus-community/chelsea/blob/main/CODE_OF_CONDUCT.md).
452
465
 
453
466
  ## The Fine Print
454
467
 
@@ -17,5 +17,5 @@
17
17
  #
18
18
 
19
19
  module Chelsea
20
- VERSION = '0.0.30'
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.30
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-04-14 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