rulezilla 0.4.7 → 0.4.8

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: 6941c7f485cc90010f97357c0662d7dd36c363be4067e02dd83d2e0aa034ab32
4
- data.tar.gz: e87b673510615deeb29977215da82d056d17b33870d12982637b9af5f027374d
3
+ metadata.gz: 189c740b46ce56570baed23c5a9546b8961de17ae718e4700218d79410a4d8cd
4
+ data.tar.gz: cb0957be0aa258795c319ade58a343c4c65cab58e6f38a6a6c2f2b0e1ddd98b9
5
5
  SHA512:
6
- metadata.gz: d0dd7029f354b0d45e13a300367cb56c34754e5df15985cef57c4e6c704805b3d1f3474f19c4d38ee83c0df33267cd7c0487e91aedeb711b2763e8c1f18df8a7
7
- data.tar.gz: fab0af6a0152a830c58ef882c625e6e25861a3ffcd1a076d407a7592da96ad7abf3d22209cf9ed1575a85d5960fa462549a4cf6a6611cad373103907751540a3
6
+ metadata.gz: '028a95ac1809f1fdb63d2ae172c0785f298460f6253ff6c88de65d1b35068dfc3e425afb426539a7b62ce92e5c78c3294c61f405fefe1da879b06528c3d9c85e'
7
+ data.tar.gz: bb1e6d402c1a31014f2e86c2d41a1dbd90accd3be563b0bf8b933cf3a45f4fb396829aaa6da22f44598abdb5818635e59731e003c154330931596a135ff332ed
@@ -13,10 +13,10 @@ name: "CodeQL"
13
13
 
14
14
  on:
15
15
  push:
16
- branches: [ master ]
16
+ branches: [ main ]
17
17
  pull_request:
18
18
  # The branches below must be a subset of the branches above
19
- branches: [ master ]
19
+ branches: [ main ]
20
20
  schedule:
21
21
  - cron: '42 8 * * 0'
22
22
 
@@ -2,7 +2,7 @@ name: Publish Ruby Gem (deploy)
2
2
 
3
3
  on:
4
4
  push:
5
- branches: [ master ]
5
+ branches: [ main ]
6
6
 
7
7
  permissions:
8
8
  contents: write
@@ -3,13 +3,13 @@ name: Huxley TechDocs
3
3
  on:
4
4
  workflow_dispatch:
5
5
  push:
6
- branches: master
6
+ branches: main
7
7
  paths:
8
8
  - "docs/**"
9
9
  - "mkdocs.yml"
10
10
  - ".github/workflows/publish-docs.yaml"
11
11
  pull_request:
12
- branches: master
12
+ branches: main
13
13
  paths:
14
14
  - "docs/**"
15
15
  - "mkdocs.yaml"
@@ -3,7 +3,7 @@ name: Check version
3
3
  on:
4
4
  pull_request:
5
5
  branches:
6
- - master
6
+ - main
7
7
  types: [opened, synchronize]
8
8
  permissions:
9
9
  contents: read
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rulezilla
4
- VERSION = '0.4.7'
4
+ VERSION = '0.4.8'
5
5
  end
data/mkdocs.yaml CHANGED
@@ -1,6 +1,6 @@
1
1
  site_name: Rulezilla Docs
2
2
  repo_url: https://github.com/simplybusiness/rulezilla
3
- edit_uri: blob/master/docs/
3
+ edit_uri: blob/main/docs/
4
4
  docs_dir: "docs"
5
5
  nav:
6
6
  - Home: index.md
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rulezilla
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-28 00:00:00.000000000 Z
10
+ date: 2025-03-03 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: ostruct