rulezilla 0.4.9 → 0.4.10

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: 6f4d5fe112705bd513b019499acb35e86dcc005fb01d2de49101b985335dc16d
4
- data.tar.gz: ca515d5e28be735153b6fa760ae927fe4c9f48fac79e5204dd3b8462b624557f
3
+ metadata.gz: d44c48b049fb1f13c6cc089ebb1af1ed4a113762129281cc672ab6e778e9426a
4
+ data.tar.gz: f5d181ef71005a118d514dbdc3fde6a2abb44a7dafdb5100977f19e614a8aa55
5
5
  SHA512:
6
- metadata.gz: 1b8fe0c7c1f014237917f066d8d8d197f3b1fcfb3b9c1fc5533de8242c84a6c99d6d8a1be6beb629e26cd868b84637877c1f1bd9051135df3698c2813774b6bf
7
- data.tar.gz: 6c2e086be5e386eb4bc68163aa6afe34cc13c43b60ce8bd0cbeb57fa97f46ffb906ec6f0d203adb0edd6623f8004e4e3b5b189c607ab472bd22122f8c579dbb2
6
+ metadata.gz: 7d34a858d6034509ab63e7773d9d68a72abe3e4bcd3a3bc44161ada74a61e9ec2d38fc3dc241b5d8fc20d6c27faeee3ed07ca875ab236aa5f14b34b3a5bf00ba
7
+ data.tar.gz: ac94c2580f3564883e9f24c361805cd7e93f369d8aa448bdbc9b59471fc7e613e7f4b49b19d396ef7f28419638fdc31c7b2fa98b50af1b5be49c8c08ca577971
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rulezilla
4
- VERSION = '0.4.9'
4
+ VERSION = '0.4.10'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rulezilla
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.9
4
+ version: 0.4.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business
@@ -105,7 +105,6 @@ files:
105
105
  - ".github/workflows/codeql-analysis.yaml"
106
106
  - ".github/workflows/dobby-actions.yml"
107
107
  - ".github/workflows/gem-publish.yaml"
108
- - ".github/workflows/publish-docs.yaml"
109
108
  - ".github/workflows/version-forget-me-not.yaml"
110
109
  - ".gitignore"
111
110
  - ".rspec"
@@ -116,7 +115,6 @@ files:
116
115
  - Gemfile
117
116
  - LICENSE.txt
118
117
  - README.md
119
- - _pipeline/stage_publishdocs.yml
120
118
  - catalog-info.yaml
121
119
  - docs/index.md
122
120
  - lib/rulezilla.rb
@@ -1,30 +0,0 @@
1
- name: Huxley TechDocs
2
-
3
- on:
4
- workflow_dispatch:
5
- push:
6
- branches: main
7
- paths:
8
- - "docs/**"
9
- - "mkdocs.yml"
10
- - ".github/workflows/publish-docs.yaml"
11
- pull_request:
12
- branches: main
13
- paths:
14
- - "docs/**"
15
- - "mkdocs.yaml"
16
- - ".github/workflows/publish-docs.yaml"
17
- schedule:
18
- - cron: "15 3 1 * *"
19
-
20
- concurrency: huxley-techdocs-${{ github.ref }}
21
-
22
- jobs:
23
- publish-techdocs:
24
- uses: simplybusiness/github-action-reusable-workflows/.github/workflows/techdocs.yaml@v1
25
- with:
26
- repo: "github-action-reusable-workflows"
27
- secrets:
28
- region: ${{ secrets.AWS_LIVE_CICD_REGION }}
29
- aws-access-key-id: ${{ secrets.AWS_LIVE_CICD_ACCESS_KEY_ID }}
30
- aws-secret-access-key: ${{ secrets.AWS_LIVE_CICD_SECRET_ACCESS_KEY }}
@@ -1,9 +0,0 @@
1
- version: 0.2
2
-
3
- phases:
4
- install:
5
- commands:
6
- - docker_setup
7
- build:
8
- commands:
9
- - run_huxley publish_backstage_docs