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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 59a1044e135659a7c3dd6382907e5446d107272da499209f95e382fc41133502
4
- data.tar.gz: 1ca7e0db17663bc02cb1760f39702fe3dbbe929118b736beec7bfca69b9a1446
3
+ metadata.gz: 150d6575bbca0608cab225346ba2a422c630140658e7a082827fa2e0121c097f
4
+ data.tar.gz: c37d21fb2b8801f69d10757099275019f6190ec452074e8da6edba8953ff72dc
5
5
  SHA512:
6
- metadata.gz: 467bd70648b42567e7690c02f33b6b114f8839c4fa262e65fd0cb51c6b3b7e43f2e1c25273d04e74b5994cfbf8b0786f8c94d9d1fcba154ab95398368062278b
7
- data.tar.gz: 23258dda95e8ba1befb30fac2b17c6b6d6b47110ad3a0c8044d6e0d4a65f1a05df1382c7213a2eb05ee2012f9b46ac404781cabfbeaa9bbd7f608da69eb831bd
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 }}
@@ -7,5 +7,5 @@
7
7
  #
8
8
 
9
9
  module Simplycop
10
- VERSION = '1.9.4'
10
+ VERSION = '1.9.5'
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: 1.9.4
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-17 00:00:00.000000000 Z
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"