Skip to content

Commit 6c025e3

Browse files
committed
Updating README
1 parent 53ea8c0 commit 6c025e3

File tree

1 file changed

+31
-30
lines changed

1 file changed

+31
-30
lines changed

README.md

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,35 +1045,36 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
10451045

10461046
- [Build Status](#build-status)
10471047
- [Change Log](#change-logchangelogmd)
1048-
- [Rules Development Status](#rules-development-status)
1049-
- [Usage](#usage)
1050-
- [`WORKSPACE` File](#workspace-file)
1051-
- [Load dependencies, select Ruby SDK and define one or more Bundles](#load-dependencies-select-ruby-sdk-and-define-one-or-more-bundles)
1052-
- [`BUILD.bazel` file(s)](#buildbazel-files)
1053-
- [Define Ruby Executable, Library and an RSpec](#define-ruby-executable-library-and-an-rspec)
1054-
- [Package Ruby files as a Gem](#package-ruby-files-as-a-gem)
1055-
- [Rule Dependency Diagram](#rule-dependency-diagram)
1056-
- [Rules](#rules)
1057-
- [`ruby_library`](#ruby_library)
1058-
- [`ruby_binary`](#ruby_binary)
1059-
- [`ruby_test`](#ruby_test)
1060-
- [`ruby_bundle`](#ruby_bundle)
1061-
- [Limitations](#limitations)
1062-
- [Conventions](#conventions)
1063-
- [`WORKSPACE`:](#workspace)
1064-
- [`BUILD.bazel`:](#buildbazel)
1065-
- [`ruby_rspec`](#ruby_rspec)
1066-
- [`ruby_gem`](#ruby_gem)
1067-
- [What's coming next](#whats-coming-next)
1068-
- [Contributing](#contributing)
1069-
- [Setup](#setup)
1070-
- [Using the Script](#using-the-script)
1071-
- [OS-Specific Setup](#os-specific-setup)
1072-
- [Issues During Setup](#issues-during-setup)
1073-
- [Developing Rules](#developing-rules)
1074-
- [Running Tests](#running-tests)
1075-
- [Test Script](#test-script)
1076-
- [Linter](#linter)
1077-
- [Copyright](#copyright)
1048+
- [Rules Ruby](#rules-ruby)
1049+
- [Rules Development Status](#rules-development-status)
1050+
- [Usage](#usage)
1051+
- [`WORKSPACE` File](#workspace-file)
1052+
- [Load dependencies, select Ruby SDK and define one or more Bundles](#load-dependencies-select-ruby-sdk-and-define-one-or-more-bundles)
1053+
- [`BUILD.bazel` file(s)](#buildbazel-files)
1054+
- [Define Ruby Executable, Library and an RSpec](#define-ruby-executable-library-and-an-rspec)
1055+
- [Package Ruby files as a Gem](#package-ruby-files-as-a-gem)
1056+
- [Rule Dependency Diagram](#rule-dependency-diagram)
1057+
- [Rules](#rules)
1058+
- [`ruby_library`](#ruby_library)
1059+
- [`ruby_binary`](#ruby_binary)
1060+
- [`ruby_test`](#ruby_test)
1061+
- [`ruby_bundle`](#ruby_bundle)
1062+
- [Limitations](#limitations)
1063+
- [Conventions](#conventions)
1064+
- [`WORKSPACE`:](#workspace)
1065+
- [`BUILD.bazel`:](#buildbazel)
1066+
- [`ruby_rspec`](#ruby_rspec)
1067+
- [`ruby_gem`](#ruby_gem)
1068+
- [What's coming next](#whats-coming-next)
1069+
- [Contributing](#contributing)
1070+
- [Setup](#setup)
1071+
- [Using the Script](#using-the-script)
1072+
- [OS-Specific Setup](#os-specific-setup)
1073+
- [Issues During Setup](#issues-during-setup)
1074+
- [Developing Rules](#developing-rules)
1075+
- [Running Tests](#running-tests)
1076+
- [Test Script](#test-script)
1077+
- [Linter](#linter)
1078+
- [Copyright](#copyright)
10781079

10791080
<!-- /code_chunk_output -->

0 commit comments

Comments
 (0)