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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00772aa96a6be0df63c418fc7cc077cf599e9909af51e00be9992bf78d298660
4
- data.tar.gz: 479f94b2de093c797e863b66f02287e37d1b1c5aa58931553bdff269844ed792
3
+ metadata.gz: 9e6877273dfc961e1925d3d88ebe82aab6ee056a5d153ba5d78410e023ca0520
4
+ data.tar.gz: 309e8031deb97ee5932b1f112925b8a8c5f12f1077444d5ed14b066cad5cc1fa
5
5
  SHA512:
6
- metadata.gz: 17317a0d26e6b66b573e5eeeafc7d4957c6bdb87e70f320279098cb405464e68fe29a56cbe4421663d809cf39b6e7f72d5d5b5c0261fecd59766bf420e928250
7
- data.tar.gz: 222e608e335c4a6406e08376356f1cd7e42c89ea09f7d4eba6432fc33aa26d614421f60ef123d45b2eed73ab334741b50fbf096ee17631f38dbf8930cb4c4397
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 }}
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Twiglet
4
- VERSION = '3.5.1'
4
+ VERSION = '3.5.2'
5
5
  end
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.1
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-18 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: 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"