simplycop 2.1.0 → 2.1.2

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: 4cc64d48562f270d420b8b671f238657a73f3c1130e1bbf33da14e7395772679
4
- data.tar.gz: '08d0b041250789b3d494520e6ef644d78eb39e4970349d11164c5dfe030219fa'
3
+ metadata.gz: 8a57b36bd253b3b8ad2fb150f65a1aa1f0e76dacc97b08d4778e4e78b19d7314
4
+ data.tar.gz: a83bcfa8ca7da27fba896567cc24fee2331b705c9f3abf0e4eace91441a9d9f5
5
5
  SHA512:
6
- metadata.gz: 8598bc2c627bbc2bf2787f1dc6ac754b064dfef639c389722f4314d44c324d0764b9bd9429ecd2e4dfe3353318b658cb39607fe025870b239b32d2ca643dd255
7
- data.tar.gz: f2162c84fa0cffdbea0ca59e8a3c486d089dea52ac1d072a6f72449d32855c08255d562c31ffbe1421328dd9b238cfc8105369f2ab22cdd96ff4d125d9fe2623
6
+ metadata.gz: c6f2ed76ebaa1470583e18302c6d204cac48c8bb4f6aeb7a1d56cb6cbf3f56d67d4dc1fa63a59affb7cfbf206928bdc4d121702b03804d3b1c7ecb99c6dd7d9f
7
+ data.tar.gz: 76ad59695976e02f486a23a9389d17b5d9d734b56d66a7bcfc5c0fd0cd1b7d82d91e7fc3c7e7592d606cc6a0eefe199fc95883367577a1781c77de9db016a3ef
@@ -2,7 +2,6 @@ name: Ruby CI
2
2
 
3
3
  on:
4
4
  push:
5
- branches:
6
5
 
7
6
  env:
8
7
  CI: true
@@ -27,7 +26,6 @@ jobs:
27
26
  uses: ruby/setup-ruby@v1
28
27
  with:
29
28
  ruby-version: ${{ matrix.ruby-version }}
30
-
31
29
  - name: Install dependencies
32
30
  run: bundle install
33
31
  - name: Rubocop Check
@@ -12,10 +12,8 @@ jobs:
12
12
  runs-on: ubuntu-latest
13
13
  steps:
14
14
  - uses: actions/checkout@v4
15
- - name: Set up Ruby 3.1
16
- uses: actions/setup-ruby@v1
17
- with:
18
- version: 3.1.x
15
+ - name: Set up Ruby
16
+ uses: ruby/setup-ruby@v1
19
17
  - name: Publish to RubyGems
20
18
  run: |
21
19
  mkdir -p $HOME/.gem
@@ -1,4 +1,3 @@
1
-
2
1
  name: Check version
3
2
 
4
3
  on:
@@ -6,13 +5,14 @@ on:
6
5
  branches:
7
6
  - master
8
7
  types: [opened, synchronize]
8
+
9
9
  permissions:
10
10
  contents: read
11
11
  statuses: write
12
+
12
13
  jobs:
13
14
  build:
14
15
  runs-on: ubuntu-latest
15
-
16
16
  steps:
17
17
  - uses: simplybusiness/version-forget-me-not@v2
18
18
  env:
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.3.0
1
+ 3.3.3
data/catalog-info.yaml CHANGED
@@ -9,6 +9,7 @@ metadata:
9
9
  backstage.io/source-location: url:https://github.com/simplybusiness/simplycop/
10
10
  simplybusiness.com/bnw-app-name: simplycop
11
11
  simplybusiness.com/sast-scanning: enabled
12
+ rubygems.org/name: simplycop
12
13
  spec:
13
14
  type: library
14
15
  lifecycle: production
@@ -7,5 +7,5 @@
7
7
  #
8
8
 
9
9
  module Simplycop
10
- VERSION = '2.1.0'
10
+ VERSION = '2.1.2'
11
11
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplycop
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-15 00:00:00.000000000 Z
11
+ date: 2024-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -163,7 +163,6 @@ files:
163
163
  - ".github/workflows/ci.yml"
164
164
  - ".github/workflows/create-github-release.yml"
165
165
  - ".github/workflows/dobby-actions.yml"
166
- - ".github/workflows/project-board.yml"
167
166
  - ".github/workflows/publish-docs.yaml"
168
167
  - ".github/workflows/publish_gem.yml"
169
168
  - ".github/workflows/sast-tools.yaml"
@@ -236,7 +235,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
236
235
  - !ruby/object:Gem::Version
237
236
  version: '0'
238
237
  requirements: []
239
- rubygems_version: 3.4.19
238
+ rubygems_version: 3.5.11
240
239
  signing_key:
241
240
  specification_version: 4
242
241
  summary: Provides a single point of reference for common rubocop rules.
@@ -1,17 +0,0 @@
1
- name: Automatically add new Issues to Silversmith's GitHub project board
2
- # https://github.com/orgs/simplybusiness/projects/3
3
- # New issues in this repository will be added to the board.
4
- on:
5
- issues:
6
- types: [ opened, reopened ]
7
-
8
- jobs:
9
- track_issues:
10
- uses: simplybusiness/github-action-reusable-workflows/.github/workflows/project-board.yaml@master
11
- with:
12
- pr-id: ${{ github.event.issue.node_id }}
13
- project-number: 3
14
- org: simplybusiness
15
- actor: ${{ github.actor }}
16
- secrets:
17
- github-token: ${{ secrets.SILVERSMITHS_PROJECT_MANAGEMENT }}