Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
publish-to-bcr-bot[bot] and alexeagle authored Oct 17, 2024
1 parent aac4a14 commit c26a335
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 1 deletion.
16 changes: 16 additions & 0 deletions modules/rules_ruby/0.12.2/MODULE.bazel
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 modules/rules_ruby/0.12.2/patches/module_dot_bazel_version.patch
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.
14 changes: 14 additions & 0 deletions modules/rules_ruby/0.12.2/presubmit.yml
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:
- "//..."
9 changes: 9 additions & 0 deletions modules/rules_ruby/0.12.2/source.json
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
}
3 changes: 2 additions & 1 deletion modules/rules_ruby/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"0.10.0",
"0.11.0",
"0.12.0",
"0.12.1"
"0.12.1",
"0.12.2"
],
"yanked_versions": {}
}

0 comments on commit c26a335

Please sign in to comment.