-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release: https://github.com/bazel-contrib/rules_ruby/releases/tag/v0.12.2 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Alex Eagle <[email protected]>
- Loading branch information
1 parent
aac4a14
commit c26a335
Showing
5 changed files
with
55 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
"Define the Bazel module published to the Bazel Central Registry" | ||
|
||
module( | ||
name = "rules_ruby", | ||
# NB: this version will be replaced after a release by the Publish to BCR app | ||
version = "0.12.2", | ||
compatibility_level = 1, | ||
) | ||
|
||
# Lower-bound dependency versions. | ||
# These should NOT be increased unless needed, as bumping our lower-bound may change | ||
# the versions resolved in users repositories. | ||
bazel_dep(name = "bazel_skylib", version = "1.3.0") | ||
bazel_dep(name = "platforms", version = "0.0.5") | ||
|
||
# TODO: should we register any toolchain by default? |
14 changes: 14 additions & 0 deletions
14
modules/rules_ruby/0.12.2/patches/module_dot_bazel_version.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
=================================================================== | ||
--- a/MODULE.bazel | ||
+++ b/MODULE.bazel | ||
@@ -2,9 +2,9 @@ | ||
|
||
module( | ||
name = "rules_ruby", | ||
# NB: this version will be replaced after a release by the Publish to BCR app | ||
- version = "0.0.0", | ||
+ version = "0.12.2", | ||
compatibility_level = 1, | ||
) | ||
|
||
# Lower-bound dependency versions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# https://github.com/bazel-contrib/publish-to-bcr/tree/main/templates#presubmityml | ||
bcr_test_module: | ||
module_path: "examples/gem" | ||
matrix: | ||
bazel: ["7.x", "6.x"] | ||
# NB: Windows is removed due to https://github.com/bazel-contrib/rules_ruby/issues/64 | ||
platform: ["debian10", "macos", "ubuntu2004"] | ||
tasks: | ||
run_tests: | ||
name: "Run test module" | ||
platform: ${{ platform }} | ||
bazel: ${{ bazel }} | ||
test_targets: | ||
- "//..." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"integrity": "sha256-BZW4VwcFl05CW1lEFdqCbUSguKOgLXVf3eXRX5JNXsI=", | ||
"strip_prefix": "rules_ruby-0.12.2", | ||
"url": "https://github.com/bazel-contrib/rules_ruby/releases/download/v0.12.2/rules_ruby-v0.12.2.tar.gz", | ||
"patches": { | ||
"module_dot_bazel_version.patch": "sha256-uYTJzidzJYs3oXa3vLPSY7BJuzK2CmPhoq+rSxyqDOE=" | ||
}, | ||
"patch_strip": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,8 @@ | |
"0.10.0", | ||
"0.11.0", | ||
"0.12.0", | ||
"0.12.1" | ||
"0.12.1", | ||
"0.12.2" | ||
], | ||
"yanked_versions": {} | ||
} |