Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bwireman committed Nov 27, 2024
1 parent 202ee4d commit 54179c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name = "go_over"
version = "2.3.0"
version = "2.3.1"
licences = ["MIT"]
repository = { type = "github", user = "bwireman", repo = "go-over" }
description = "A tool to audit Erlang & Elixir dependencies, to make sure your Gleam ✨ projects really sparkle!"
gleam = ">= 0.34.1"
gleam = ">= 1.4.0"
links = [
{ title = "Advisories Source", href = "https://github.com/mirego/elixir-security-advisories" },
]
Expand Down
1 change: 1 addition & 0 deletions scripts/target_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ fi
gleam run $CMD -- --force
rm -rf .go-over/outdated

sleep 5
# shellcheck disable=SC2086
gleam run $CMD -- --outdated

Expand Down
3 changes: 3 additions & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ rm -rf .go-over/
echo -e "${GREEN}==> erlang${NC}"
./scripts/target_test.sh erlang

sleep 15
echo -e "${GREEN}==> nodejs${NC}"
./scripts/target_test.sh javascript nodejs

sleep 15
echo -e "${GREEN}==> deno${NC}"
./scripts/target_test.sh javascript deno

sleep 15
echo -e "${GREEN}==> bun${NC}"
./scripts/target_test.sh javascript bun

0 comments on commit 54179c6

Please sign in to comment.