simplycop 2.37.2 → 2.38.0

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: 785d2f528923402c1fd88774f1ed06ceba1c3bd72eaaef5a07af2df887fb61b2
4
- data.tar.gz: 5893d9d5733cf6d370e82b1fb4a212bf149e2925c345a61b01a475ddfcf7a37a
3
+ metadata.gz: 2801d6041d60c25e42e464c62ac4a5b89dba5179b4cd0d910c50969551d46cfa
4
+ data.tar.gz: 0e22b4540fcf2640aca6e502a05ce94ddbfb48086b845c6b67fb0d57a4f7f514
5
5
  SHA512:
6
- metadata.gz: f98d6a0c529ceae9c662172a6cac6dc38c97f1dea5358aa788560b44c6b0400ab007bf8925bcb8c6e312a95d3281394357c6acb0c31c82f8e417d733c99c9ea4
7
- data.tar.gz: 51c1e68e26c5c2aff50c022a0ae4c634940fede7131951c18d20dfb7ccb3811fb4daca48d2fdd6fc5dcecd2f4b9850645dea586a671bd4db1d8371e1a58a68ef
6
+ metadata.gz: d8ae832d1284344da6a8387b05ab6c58ec7127f317e154f90e94ccfc549de839b6342d0ac80ffd1e2d326fe205c70bf338f51e8d9eb314c71eeb1990532c2050
7
+ data.tar.gz: 9db7aa74672ac3e70d2be45374e91972bd3c0e3334c48a21029711ee92e4313fdb8a1ade7cd868cd4c65a2fa516c347717de58e4ec2e1a4d1bd864d96c85fc67
File without changes
data/_pipeline/config.yml CHANGED
@@ -1,3 +1,4 @@
1
1
  global:
2
2
  APP_NAME: 'simplycop'
3
3
  APP_TEMPLATE: 'minimal'
4
+ APP_TEAM_KMS_KEY_ACCESS: "silversmiths"
@@ -7,5 +7,5 @@
7
7
  #
8
8
 
9
9
  module Simplycop
10
- VERSION = '2.37.2'
10
+ VERSION = '2.38.0'
11
11
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplycop
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.37.2
4
+ version: 2.38.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2026-02-03 00:00:00.000000000 Z
10
+ date: 2026-02-04 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: benchmark
@@ -201,13 +201,13 @@ extra_rdoc_files: []
201
201
  files:
202
202
  - ".custom_simplycop.yml"
203
203
  - ".github/dependabot.yml"
204
- - ".github/workflows/bootstrap.yml"
205
204
  - ".github/workflows/ci.yml"
206
205
  - ".github/workflows/create-github-release.yml"
207
206
  - ".github/workflows/dobby-actions.yml"
208
207
  - ".github/workflows/publish-docs.yaml"
209
208
  - ".github/workflows/publish_gem.yml"
210
209
  - ".github/workflows/sast-tools.yaml"
210
+ - ".github/workflows/update-codacy.yml"
211
211
  - ".github/workflows/version_forget_me_not.yml"
212
212
  - ".gitignore"
213
213
  - ".rspec"
@@ -1,28 +0,0 @@
1
- name: Bootstrap
2
-
3
- on:
4
- workflow_dispatch:
5
-
6
- permissions:
7
- contents: read
8
-
9
- concurrency: huxley-ci-${{ github.ref }}
10
-
11
- env:
12
- REPOSITORY: simplycop
13
- jobs:
14
-
15
- Bootstrap:
16
- runs-on: ubuntu-latest
17
- steps:
18
- - name: Configure AWS Credentials
19
- uses: aws-actions/configure-aws-credentials@v5
20
- with:
21
- aws-access-key-id : ${{ secrets.AWS_LIVE_CICD_ACCESS_KEY_ID }}
22
- aws-secret-access-key: ${{ secrets.AWS_LIVE_CICD_SECRET_ACCESS_KEY }}
23
- aws-region : ${{ vars.AWS_LIVE_CICD_REGION }}
24
- - name: Bootstrap
25
- uses: aws-actions/aws-codebuild-run-build@v1
26
- with:
27
- project-name: ${{ env.REPOSITORY }}
28
- buildspec-override: _pipeline/stage_bootstrap.yml