diff --git a/.hof/shadow/AdhocGen/hof.rb b/.hof/shadow/AdhocGen/hof.rb index b28c33e..abb1fac 100644 --- a/.hof/shadow/AdhocGen/hof.rb +++ b/.hof/shadow/AdhocGen/hof.rb @@ -4,7 +4,7 @@ class Hof < Formula version "v0.6.8-beta.11" url "https://github.com/hofstadter-io/hof.git", tag: "v0.6.8-beta.11", - revision: "5f6770b9628cd46a4caa24594e052dd715ac2dca" + revision: "3f3eef40bde51b1a27763f9638bbabaa897ae52c" license "BSD-3-Clause" head "https://github.com/hofstadter-io/hof.git", branch: "_dev" diff --git a/hof.cue b/hof.cue index cfd4b7f..4abc998 100644 --- a/hof.cue +++ b/hof.cue @@ -5,7 +5,7 @@ import "strings" name: "hof" version: tag tag: "v0.6.8-beta.11" -commit: "5f6770b9628cd46a4caa24594e052dd715ac2dca" +commit: "3f3eef40bde51b1a27763f9638bbabaa897ae52c" desc: "A flexible data modeling & code generation system" homepage: "https://hofstadter.io/" repo: "github.com/hofstadter-io/hof" diff --git a/hof.rb b/hof.rb index f02bf38..daa0f14 100644 --- a/hof.rb +++ b/hof.rb @@ -4,7 +4,7 @@ class Hof < Formula version "v0.6.8-beta.11" url "https://github.com/hofstadter-io/hof.git", tag: "v0.6.8-beta.11", - revision: "5f6770b9628cd46a4caa24594e052dd715ac2dca" + revision: "3f3eef40bde51b1a27763f9638bbabaa897ae52c" license "BSD-3-Clause" head "https://github.com/hofstadter-io/hof.git", branch: "_dev" @@ -29,7 +29,6 @@ def install assert_match "v#{version}", shell_output("#{bin}/hof version") system bin/"hof", "mod", "init", "cue", "brew.sh/brewtest" - assert_predicate testpath/"cue.mods", :exist? assert_equal "module: \"brew.sh/brewtest\"", (testpath/"cue.mod/module.cue").read.chomp assert_match version.to_s, shell_output(bin/"hof version")