twiglet 3.5.1 → 3.5.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/project-board.yml +17 -0
- data/lib/twiglet/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: 9e6877273dfc961e1925d3d88ebe82aab6ee056a5d153ba5d78410e023ca0520
|
|
4
|
+
data.tar.gz: 309e8031deb97ee5932b1f112925b8a8c5f12f1077444d5ed14b066cad5cc1fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2bf3e7deb8e1b03aa985ad5e9e24fb15a095df0294416b065594a5f2f2bbc3f8ca3dcdef0ad9c77b0400506c73005ffa0e2386f427e70079473baa15df23d9c6
|
|
7
|
+
data.tar.gz: ede3582b48d7d82fe9f018b782ed4d0fa485ff88c33f7e0af4464626d8f20359d22fb16ffc8b824abfeb1ff07cd71635543fc68fc6a05e92975182d5e2e32ec7
|
|
@@ -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/twiglet/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: twiglet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.5.
|
|
4
|
+
version: 3.5.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: 2022-05-
|
|
11
|
+
date: 2022-05-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json-schema
|
|
@@ -92,6 +92,7 @@ files:
|
|
|
92
92
|
- ".github/workflows/codeql-analysis.yml"
|
|
93
93
|
- ".github/workflows/dobby-actions.yml"
|
|
94
94
|
- ".github/workflows/gem-publish.yml"
|
|
95
|
+
- ".github/workflows/project-board.yml"
|
|
95
96
|
- ".github/workflows/ruby.yml"
|
|
96
97
|
- ".github/workflows/version-forget-me-not.yml"
|
|
97
98
|
- ".gitignore"
|