twiglet 3.13.0 → 3.13.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/codeql-analysis.yml +4 -4
- data/.github/workflows/dobby-actions.yml +2 -2
- 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: d45efd0e55e70aa841d869e74651ae6aa4e63e687cac76636259d73b14b3a004
|
4
|
+
data.tar.gz: 6a9c30a7e7e1b8ee44b40e7e39ccf7c531dee71771566bff485de87837a3f387
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e25f3123db091b89be3d0fa6802a322700ff3f13d0c564b6010adabe8c44a0a0d82d75b4fd9775fc959ce9963dffcae7afc194db1820d8bcd42969b8ee75e1bf
|
7
|
+
data.tar.gz: 18604a8d18ff0fb9d2da01afc0f3c4e2811bed972ed8a58105a5a997948f185a6012229e57a1aa99523e5f1069c5e2e1507a3f295c400cb15314c881f2ea4316
|
@@ -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,7 +13,7 @@ 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
19
|
ref: 'v3.0.0'
|
@@ -22,7 +22,7 @@ jobs:
|
|
22
22
|
with:
|
23
23
|
bundler-cache: true
|
24
24
|
- name: Bump version
|
25
|
-
uses: simplybusiness/dobby@v3
|
25
|
+
uses: simplybusiness/dobby@v3
|
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.4
|
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-18 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
|