Skip to content

Commit

Permalink
rules_ruby@0.9.1 (#1667)
Browse files Browse the repository at this point in the history
Release: https://github.com/bazel-contrib/rules_ruby/releases/tag/v0.9.1

_Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_

Co-authored-by: Alex Eagle <alex@aspect.dev>
  • Loading branch information
publish-to-bcr-bot[bot] and alexeagle committed Mar 22, 2024
1 parent 5958c06 commit 28fe83e
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.9.1/MODULE.bazel
@@ -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.9.1",
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.9.1/patches/module_dot_bazel_version.patch
@@ -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.9.1",
compatibility_level = 1,
)

# Lower-bound dependency versions.
14 changes: 14 additions & 0 deletions modules/rules_ruby/0.9.1/presubmit.yml
@@ -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.9.1/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-XzqpNlX04v8PDfoUM5xlj6mrjdhf6kBhJtWJ5qCDdXU=",
"strip_prefix": "rules_ruby-0.9.1",
"url": "https://github.com/bazel-contrib/rules_ruby/releases/download/v0.9.1/rules_ruby-v0.9.1.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-yNgO8f7uCNSJvllfZZOIxOOHyYUDj+DYLsuD9dRh4HQ="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/rules_ruby/metadata.json
Expand Up @@ -16,7 +16,8 @@
"0.5.0",
"0.6.0",
"0.8.0",
"0.8.1"
"0.8.1",
"0.9.1"
],
"yanked_versions": {}
}

0 comments on commit 28fe83e

Please sign in to comment.