simplycop 1.9.4 → 1.9.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/project-board.yml +17 -0
- data/lib/simplycop/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 150d6575bbca0608cab225346ba2a422c630140658e7a082827fa2e0121c097f
|
4
|
+
data.tar.gz: c37d21fb2b8801f69d10757099275019f6190ec452074e8da6edba8953ff72dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 873af54d423288250da14e21b31c3db67cf99375d4d5dea019884a552267e10c83fa189bf0c9f0455aa3987189653ff26e0de959c6c3486863b221b494231920
|
7
|
+
data.tar.gz: fa902b7eeff5705d71d87930bd839135103b8762335ad6f84699855b232827cdd316358a2179b2cf589bd0447e48fa974a48b9ea49a3bd9169369989db3e9940
|
@@ -0,0 +1,17 @@
|
|
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 }}
|
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: 1.9.
|
4
|
+
version: 1.9.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Simply Business
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-05-
|
11
|
+
date: 2022-05-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -107,6 +107,7 @@ files:
|
|
107
107
|
- ".github/workflows/ci.yml"
|
108
108
|
- ".github/workflows/create-github-release.yml"
|
109
109
|
- ".github/workflows/dobby-actions.yml"
|
110
|
+
- ".github/workflows/project-board.yml"
|
110
111
|
- ".github/workflows/publish_gem.yml"
|
111
112
|
- ".github/workflows/version_forget_me_not.yml"
|
112
113
|
- ".gitignore"
|