Skip to content

Commit 731ac5f

Browse files
committed
chore: Update for latest version of Basalt
This should be the last breaking change of Basalt (the software is still in beta)
1 parent afaf06c commit 731ac5f

File tree

6 files changed

+21
-13
lines changed

6 files changed

+21
-13
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
basalt_packages/
1+
.basalt/

basalt.toml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,16 @@ slug = 'bash_object'
44
version = '0.1.0'
55
authors = ['Edwin Kofler" <edwin@kofler.dev>']
66

7-
[runtime]
8-
dependencies = ['ztombol/bats-support@v0.3.0', 'ztombol/bats-assert@v0.3.0']
7+
[run]
8+
dependencies = ['https://github.com/hyperupcall/bats-common-utils.git@v3.0.0']
9+
sourceDirs = ['pkg/lib', 'pkg/lib/source', 'pkg/lib/util']
10+
builtinDirs = []
11+
binDirs = []
12+
completionDirs = []
13+
manDirs = []
14+
15+
[run.shellEnvironment]
16+
17+
[run.setOptions]
18+
19+
[run.shoptOptions]

glue-auto.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

glue.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ email = "edwin@kofler.dev"
1212

1313
gitRemoteUser = 'eankeen'
1414
gitRemoteRepo = 'bash-object'
15+
16+
[system]
17+
glueVersion = 'be3110e397ae4d39266b3ec5f6b2c287392578ab'
18+
19+
programVersion = '0.7.0+916ca13-DIRTY'

load.bash

Lines changed: 0 additions & 7 deletions
This file was deleted.

tests/util/init.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# shellcheck shell=bash
2+
# TODO: add to basalt.oml
23
set -o pipefail
34

45
eval "$(basalt-package-init)"; basalt.package-init
56
basalt.package-load
7+
basalt.load 'github.com/hyperupcall/bash-object' 'load.bash'
68

79
load './util/test_util.sh'
810

0 commit comments

Comments
 (0)