You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,12 @@
20
20
21
21
Ruby rules for [Bazel](https://bazel.build).
22
22
23
-
## Status
23
+
## Status:
24
24
25
-
Work in progress.
25
+
**Work in progress.**
26
26
27
-
## How to use
27
+
28
+
## USAGE
28
29
29
30
Add `ruby_rules_dependencies` and `ruby_register_toolchains` into your `WORKSPACE` file.
30
31
@@ -79,6 +80,11 @@ ruby_test(
79
80
80
81
## Rules
81
82
83
+
The following diagram attempts to capture the implementation behind `ruby_library` that depends on the result of `bundle install`, and a `ruby_binary` that depends on both:
0 commit comments