twiglet 3.13.0 → 3.13.5
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/codeql-analysis.yml +4 -4
- data/.github/workflows/dobby-actions.yml +3 -3
- data/.github/workflows/gem-publish.yml +2 -2
- data/.github/workflows/ruby.yml +2 -2
- data/.github/workflows/version-forget-me-not.yml +1 -1
- data/lib/twiglet/version.rb +1 -1
- metadata +2 -6
- data/.github/workflows/project-board.yml +0 -17
- data/Dockerfile +0 -7
- data/Makefile +0 -21
- data/mkdocs.yml +0 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 487e6f668b36a94d39b7d7f9dc270cc48ee8e2993ce8ef10845cc437f3568b60
|
4
|
+
data.tar.gz: 92c1073f534b30554a3dc030388f0d7a670e7653ea312fa51d51326a2f07488f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7c1e86ef17a468d3119f7a4cf9336e4a629863616eb6aa467aefa7a76c9dce68c74f0673454a7670a9e55b84f71b2749b88145940615baa4c299b431efda44e
|
7
|
+
data.tar.gz: da514f9d37895ca63da6f75528189301c502837e42337ad8b4d08f2fa767fce97a1836570acf7867322c51c42f97b36f236255e4be8892f777b79e8165aa4379
|
@@ -38,11 +38,11 @@ jobs:
|
|
38
38
|
|
39
39
|
steps:
|
40
40
|
- name: Checkout repository
|
41
|
-
uses: actions/checkout@
|
41
|
+
uses: actions/checkout@v4
|
42
42
|
|
43
43
|
# Initializes the CodeQL tools for scanning.
|
44
44
|
- name: Initialize CodeQL
|
45
|
-
uses: github/codeql-action/init@
|
45
|
+
uses: github/codeql-action/init@v3
|
46
46
|
with:
|
47
47
|
languages: ${{ matrix.language }}
|
48
48
|
# If you wish to specify custom queries, you can do so here or in a config file.
|
@@ -53,7 +53,7 @@ jobs:
|
|
53
53
|
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
54
54
|
# If this step fails, then you should remove it and run the build manually (see below)
|
55
55
|
- name: Autobuild
|
56
|
-
uses: github/codeql-action/autobuild@
|
56
|
+
uses: github/codeql-action/autobuild@v3
|
57
57
|
|
58
58
|
# ℹ️ Command-line programs to run using the OS shell.
|
59
59
|
# 📚 https://git.io/JvXDl
|
@@ -67,4 +67,4 @@ jobs:
|
|
67
67
|
# make release
|
68
68
|
|
69
69
|
- name: Perform CodeQL Analysis
|
70
|
-
uses: github/codeql-action/analyze@
|
70
|
+
uses: github/codeql-action/analyze@v3
|
@@ -13,16 +13,16 @@ jobs:
|
|
13
13
|
BUNDLE_WITHOUT: "development:test"
|
14
14
|
steps:
|
15
15
|
- name: Chekcout action
|
16
|
-
uses: actions/checkout@
|
16
|
+
uses: actions/checkout@v4
|
17
17
|
with:
|
18
18
|
repository: 'simplybusiness/dobby'
|
19
|
-
ref: '
|
19
|
+
ref: 'v4'
|
20
20
|
- name: Set up ruby
|
21
21
|
uses: ruby/setup-ruby@v1
|
22
22
|
with:
|
23
23
|
bundler-cache: true
|
24
24
|
- name: Bump version
|
25
|
-
uses: simplybusiness/dobby@
|
25
|
+
uses: simplybusiness/dobby@v4
|
26
26
|
env:
|
27
27
|
DOBBY_APP_ID: ${{ secrets.DOBBY_APP_ID }}
|
28
28
|
DOBBY_PRIVATE_KEY: ${{ secrets.DOBBY_PRIVATE_KEY }}
|
@@ -12,7 +12,7 @@ jobs:
|
|
12
12
|
name: Build and Publish
|
13
13
|
runs-on: ubuntu-latest
|
14
14
|
steps:
|
15
|
-
- uses: actions/checkout@
|
15
|
+
- uses: actions/checkout@v4
|
16
16
|
- name: Set up Ruby
|
17
17
|
uses: ruby/setup-ruby@v1
|
18
18
|
with:
|
@@ -31,7 +31,7 @@ jobs:
|
|
31
31
|
id: get-gem-version
|
32
32
|
run: echo "GEM_VERSION=$(bundle exec ruby -e 'puts Twiglet::VERSION')" >> $GITHUB_OUTPUT
|
33
33
|
- name: Create Release
|
34
|
-
uses: actions/github-script@
|
34
|
+
uses: actions/github-script@v7
|
35
35
|
env:
|
36
36
|
GEM_VERSION: ${{ steps.get-gem-version.outputs.GEM_VERSION }}
|
37
37
|
with:
|
data/.github/workflows/ruby.yml
CHANGED
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.13.
|
4
|
+
version: 3.13.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: 2024-
|
11
|
+
date: 2024-10-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json-schema
|
@@ -92,16 +92,13 @@ 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"
|
96
95
|
- ".github/workflows/ruby.yml"
|
97
96
|
- ".github/workflows/version-forget-me-not.yml"
|
98
97
|
- ".gitignore"
|
99
98
|
- ".rubocop.yml"
|
100
99
|
- ".ruby-version"
|
101
|
-
- Dockerfile
|
102
100
|
- Gemfile
|
103
101
|
- LICENSE
|
104
|
-
- Makefile
|
105
102
|
- README.md
|
106
103
|
- Rakefile
|
107
104
|
- catalog-info.yaml
|
@@ -120,7 +117,6 @@ files:
|
|
120
117
|
- lib/twiglet/validation_schema.json
|
121
118
|
- lib/twiglet/validator.rb
|
122
119
|
- lib/twiglet/version.rb
|
123
|
-
- mkdocs.yml
|
124
120
|
- test/error_serialiser_test.rb
|
125
121
|
- test/formatter_test.rb
|
126
122
|
- test/hash_extensions_test.rb
|
@@ -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 }}
|
data/Dockerfile
DELETED
data/Makefile
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
.PHONY: all build clean shell test
|
2
|
-
|
3
|
-
all: clean build test
|
4
|
-
|
5
|
-
build:
|
6
|
-
docker build -t simplybusiness/ruby-dev:2.6.5 .
|
7
|
-
|
8
|
-
clean:
|
9
|
-
rm -f *~
|
10
|
-
|
11
|
-
shell:
|
12
|
-
docker run -it \
|
13
|
-
-v `pwd`:/var/app \
|
14
|
-
simplybusiness/ruby-dev:2.6.5 \
|
15
|
-
bash
|
16
|
-
|
17
|
-
test:
|
18
|
-
docker run -it \
|
19
|
-
-v `pwd`:/var/app \
|
20
|
-
simplybusiness/ruby-dev:2.6.5 \
|
21
|
-
bundle exec rake test
|