nextgen 0.28.0 → 0.28.1

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: 890cdf983b00963c7228df4367a5bb0662c604865fd115f6e1813471b95c2d9b
4
- data.tar.gz: 77da310de05b67c32e3804c15d4ade8093504340aa880468a90fead6229ccc92
3
+ metadata.gz: 1ea2e1d45c79b83e023bf749c3428d0cb8f896e81e480fe4099b8e26620edd2e
4
+ data.tar.gz: e605a95e89f3ad516e58515016bec87531713e928e5cca565d9ff051d867d7ba
5
5
  SHA512:
6
- metadata.gz: 3aa5eb956c9f7277ce2a31a830d019006bcc4b38b8bb5c1486d3186c1c711da1f1511298e7ca2e454cd9cede689115b4a4d6edfcfcbe094ddfae49025bc51c99
7
- data.tar.gz: 05d179b2fba0eb8dcb8433f48b81d4d757cb58fb5b774b18e31e3e5066bdd36e50480ad3a764b1c07a69d9d84b328c99690a31a33da459a4bd053492c72777ac
6
+ metadata.gz: 675a585287eae56813bd5b895f629ff7dec15d019318089076ffd4d31cf6dd4571daefe2cf37b6089948d66ade6107b8f076d43c9d9c6421110ec8885585f08a
7
+ data.tar.gz: 2507548b71033e3c2ebaa0482a68a373f1a12e1cdef511f6ef295bf69b0318565dadb2531b74b062e7f7ea9d799bea4e69af5252a4d3f12224959398dc63db78
@@ -7,7 +7,7 @@ if File.exist?(".github/workflows/ci.yml")
7
7
  say_git "Add bundle-audit job to CI workflow"
8
8
  inject_into_file ".github/workflows/ci.yml", <<-YAML, after: /^jobs:\n/
9
9
  scan_gems:
10
- runs-on: ubuntu-latest
10
+ runs-on: ubuntu-24.04
11
11
 
12
12
  steps:
13
13
  - name: Checkout code
@@ -13,7 +13,7 @@ if File.exist?(".github/workflows/ci.yml")
13
13
  say_git "Add erb_lint job to CI workflow"
14
14
  inject_into_file ".github/workflows/ci.yml", <<-YAML, after: /^jobs:\n/
15
15
  erb_lint:
16
- runs-on: ubuntu-latest
16
+ runs-on: ubuntu-24.04
17
17
  steps:
18
18
  - name: Checkout code
19
19
  uses: actions/checkout@v4
@@ -29,7 +29,7 @@ if File.exist?(".github/workflows/ci.yml")
29
29
  node_spec = File.exist?(".node-version") ? 'node-version-file: ".node-version"' : 'node-version: "lts/*"'
30
30
  inject_into_file ".github/workflows/ci.yml", <<-YAML, after: /^jobs:\n/
31
31
  eslint:
32
- runs-on: ubuntu-latest
32
+ runs-on: ubuntu-24.04
33
33
 
34
34
  steps:
35
35
  - name: Checkout code
@@ -4,7 +4,7 @@ return unless File.exist?(".github/workflows/ci.yml")
4
4
 
5
5
  erb = <<~YAML
6
6
  test:
7
- runs-on: ubuntu-latest
7
+ runs-on: ubuntu-24.04
8
8
 
9
9
  <%- if gems.include?("pg") -%>
10
10
  services:
@@ -27,7 +27,7 @@ if File.exist?(".github/workflows/ci.yml")
27
27
  node_spec = File.exist?(".node-version") ? 'node-version-file: ".node-version"' : 'node-version: "lts/*"'
28
28
  inject_into_file ".github/workflows/ci.yml", <<-YAML, after: /^jobs:\n/
29
29
  stylelint:
30
- runs-on: ubuntu-latest
30
+ runs-on: ubuntu-24.04
31
31
 
32
32
  steps:
33
33
  - name: Checkout code
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Nextgen
4
- VERSION = "0.28.0"
4
+ VERSION = "0.28.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nextgen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.28.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson