Skip to content

Commit

Permalink
style: rebuild test formulas
Browse files Browse the repository at this point in the history
  • Loading branch information
unfrgivn committed Jul 9, 2024
1 parent 9992793 commit 9d3bb3c
Show file tree
Hide file tree
Showing 14 changed files with 50 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/formulas/test_generate_formula.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# This file was generated by Homebrew Releaser. DO NOT EDIT.
class TestGenerateFormula < Formula


desc "Tool to release scripts, binaries, and executables to github"
homepage "https://github.com/Justintime50/test-generate-formula"
url "https://github.com/Justintime50/test-generate-formula/archive/refs/tags/v0.1.0.tar.gz"
Expand Down
2 changes: 2 additions & 0 deletions test/formulas/test_generate_formula_complete_matrix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# This file was generated by Homebrew Releaser. DO NOT EDIT.
class TestGenerateFormulaCompleteMatrix < Formula


desc "Release scripts, binaries, and executables to github"
homepage "https://github.com/Justintime50/test-generate-formula-complete-matrix"
url "https://github.com/Justintime50/test-generate-formula-complete-matrix/archive/refs/tags/v0.1.0.tar.gz"
Expand Down
2 changes: 2 additions & 0 deletions test/formulas/test_generate_formula_darwin_matrix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# This file was generated by Homebrew Releaser. DO NOT EDIT.
class TestGenerateFormulaDarwinMatrix < Formula


desc "Release scripts, binaries, and executables to github"
homepage "https://github.com/Justintime50/test-generate-formula-darwin-matrix"
url "https://github.com/Justintime50/test-generate-formula-darwin-matrix/archive/refs/tags/v0.1.0.tar.gz"
Expand Down
2 changes: 2 additions & 0 deletions test/formulas/test_generate_formula_download_strategy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

# This file was generated by Homebrew Releaser. DO NOT EDIT.
class TestGenerateFormulaDownloadStrategy < Formula


desc "Release scripts, binaries, and executables to github"
homepage "https://github.com/Justintime50/test-generate-formula-download-strategy"
url "https://github.com/Justintime50/test-generate-formula-download-strategy/archive/refs/tags/v0.1.0.tar.gz", using: CustomDownloadStrategy
Expand Down
2 changes: 2 additions & 0 deletions test/formulas/test_generate_formula_empty_fields.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# This file was generated by Homebrew Releaser. DO NOT EDIT.
class TestGenerateFormulaEmptyFields < Formula


desc "NA"
homepage "https://github.com/Justintime50/test-generate-formula-empty-fields"
url "https://github.com/Justintime50/test-generate-formula-empty-fields/archive/refs/tags/v0.1.0.tar.gz"
Expand Down
24 changes: 24 additions & 0 deletions test/formulas/test_generate_formula_formula_includes.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# typed: true
# frozen_string_literal: true

# This file was generated by Homebrew Releaser. DO NOT EDIT.
class TestGenerateFormulaFormulaIncludes < Formula
include Language::Python::Virtualenv

desc "Tool to release scripts, binaries, and executables to github"
homepage "https://github.com/Justintime50/test-generate-formula-formula-includes"
url "https://github.com/Justintime50/test-generate-formula-formula-includes/archive/refs/tags/v0.1.0.tar.gz"
sha256 "0000000000000000000000000000000000000000000000000000000000000000"
license "MIT"

depends_on "bash" => :build
depends_on "gcc"

def install
bin.install "src/secure-browser-kiosk.sh" => "secure-browser-kiosk"
end

test do
assert_match("my script output", shell_output("my-script-command"))
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# This file was generated by Homebrew Releaser. DO NOT EDIT.
class TestGenerateFormulaFormulaNameStartsDescription < Formula


desc "Is a tool"
homepage "https://github.com/Justintime50/test-generate-formula-formula-name-starts-description"
url "https://github.com/Justintime50/test-generate-formula-formula-name-starts-description/archive/refs/tags/v0.1.0.tar.gz"
Expand Down
2 changes: 2 additions & 0 deletions test/formulas/test_generate_formula_linux_matrix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# This file was generated by Homebrew Releaser. DO NOT EDIT.
class TestGenerateFormulaLinuxMatrix < Formula


desc "Release scripts, binaries, and executables to github"
homepage "https://github.com/Justintime50/test-generate-formula-linux-matrix"
url "https://github.com/Justintime50/test-generate-formula-linux-matrix/archive/refs/tags/v0.1.0.tar.gz"
Expand Down
2 changes: 2 additions & 0 deletions test/formulas/test_generate_formula_no_article_description.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# This file was generated by Homebrew Releaser. DO NOT EDIT.
class TestGenerateFormulaNoArticleDescription < Formula


desc "Release scripts, binaries, and executables to github"
homepage "https://github.com/Justintime50/test-generate-formula-no-article-description"
url "https://github.com/Justintime50/test-generate-formula-no-article-description/archive/refs/tags/v0.1.0.tar.gz"
Expand Down
2 changes: 2 additions & 0 deletions test/formulas/test_generate_formula_no_depends_on.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# This file was generated by Homebrew Releaser. DO NOT EDIT.
class TestGenerateFormulaNoDependsOn < Formula


desc "Release scripts, binaries, and executables to github"
homepage "https://github.com/Justintime50/test-generate-formula-no-depends-on"
url "https://github.com/Justintime50/test-generate-formula-no-depends-on/archive/refs/tags/v0.1.0.tar.gz"
Expand Down
2 changes: 2 additions & 0 deletions test/formulas/test_generate_formula_no_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# This file was generated by Homebrew Releaser. DO NOT EDIT.
class TestGenerateFormulaNoTest < Formula


desc "Release scripts, binaries, and executables to github"
homepage "https://github.com/Justintime50/test-generate-formula-no-test"
url "https://github.com/Justintime50/test-generate-formula-no-test/archive/refs/tags/v0.1.0.tar.gz"
Expand Down
2 changes: 2 additions & 0 deletions test/formulas/test_generate_formula_override_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# This file was generated by Homebrew Releaser. DO NOT EDIT.
class TestGenerateFormulaOverrideVersion < Formula


desc "Release scripts, binaries, and executables to github"
homepage "https://github.com/Justintime50/test-generate-formula-override-version"
url "https://github.com/Justintime50/test-generate-formula-override-version/archive/refs/tags/v0.1.0.tar.gz"
Expand Down
2 changes: 2 additions & 0 deletions test/formulas/test_generate_formula_string_false_configs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# This file was generated by Homebrew Releaser. DO NOT EDIT.
class TestGenerateFormulaStringFalseConfigs < Formula


desc "Release scripts, binaries, and executables to github"
homepage "https://github.com/Justintime50/test-generate-formula-string-false-configs"
url "https://github.com/Justintime50/test-generate-formula-string-false-configs/archive/refs/tags/v0.1.0.tar.gz"
Expand Down
2 changes: 2 additions & 0 deletions test/formulas/test_one_of_each_matrix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# This file was generated by Homebrew Releaser. DO NOT EDIT.
class TestOneOfEachMatrix < Formula


desc "Release scripts, binaries, and executables to github"
homepage "https://github.com/Justintime50/test-one-of-each-matrix"
url "https://github.com/Justintime50/test-one-of-each-matrix/archive/refs/tags/v0.1.0.tar.gz"
Expand Down

0 comments on commit 9d3bb3c

Please sign in to comment.