simplycop 2.1.0 → 2.1.2
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 +4 -4
- data/.github/workflows/ci.yml +0 -2
- data/.github/workflows/publish_gem.yml +2 -4
- data/.github/workflows/version_forget_me_not.yml +2 -2
- data/.ruby-version +1 -1
- data/catalog-info.yaml +1 -0
- data/lib/simplycop/version.rb +1 -1
- metadata +3 -4
- data/.github/workflows/project-board.yml +0 -17
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a57b36bd253b3b8ad2fb150f65a1aa1f0e76dacc97b08d4778e4e78b19d7314
|
|
4
|
+
data.tar.gz: a83bcfa8ca7da27fba896567cc24fee2331b705c9f3abf0e4eace91441a9d9f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c6f2ed76ebaa1470583e18302c6d204cac48c8bb4f6aeb7a1d56cb6cbf3f56d67d4dc1fa63a59affb7cfbf206928bdc4d121702b03804d3b1c7ecb99c6dd7d9f
|
|
7
|
+
data.tar.gz: 76ad59695976e02f486a23a9389d17b5d9d734b56d66a7bcfc5c0fd0cd1b7d82d91e7fc3c7e7592d606cc6a0eefe199fc95883367577a1781c77de9db016a3ef
|
data/.github/workflows/ci.yml
CHANGED
|
@@ -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
|
|
16
|
-
uses:
|
|
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.
|
|
1
|
+
3.3.3
|
data/catalog-info.yaml
CHANGED
data/lib/simplycop/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
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 }}
|