File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed
Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ # 0.3.0 / 2020-03-02
2+
3+ [ Total Changes since v0.2.0] ( https://github.com/bazelruby/rules_ruby/compare/v0.2.0...v0.3.0 )
4+
5+ ** 2,221 additions and 631 deletions in 71 changed files.**
6+
7+ ## Backwards Incompatible Changes
8+
9+ * Main workspace has been renamed from ` bazelruby_ruby_rules ` to ` bazelruby_rules_ruby `
10+ * Global function ` ruby_register_toolchains ` has been renamed to ` rules_ruby_select_sdk `
11+ * Global function ` ruby_rules_dependencies ` has been renamed to ` rules_ruby_dependencies `
12+ * ` bundle_install ` has been removed in favor of ` ruby_bundle ` .
13+
14+ ## Other Changes
15+
16+ * Introduced ` ruby_gem ` rule for packaging Ruby sources into a RubyGem-compatible zip file. Note, the resulting file has ` .zip ` extension.
17+ * Introduced ` ruby_rubocop ` rule for running rubocop in analysis mode or auto-correcting mode.
18+ * Added an example gem workspace under ` examples/example-gem `
19+ * Default ruby used is now 2.7.0. We also now allow 2.7.0 to be built by Bazel.
20+ * Bazelisk has been updated to 1.3.0
21+ * Updated Bazel version from 2.0.0 to 2.1.0
22+ * Updated gem versions in the Gemfile
23+ * Changed how the ` ruby_bundle ` pulls gem's folders into the bundle to include additional files.
24+ * Many other small changes, for full list [ please see the diff] ( https://github.com/bazelruby/rules_ruby/compare/v0.2.0...v0.3.0 ) .
25+
26+ # 0.2.0 / 2020-12-30
27+
28+ [ Total Changes since v0.1.0] ( https://github.com/bazelruby/rules_ruby/compare/v0.1.0...v0.2.0 )
29+
30+ # 0.1.0 / 2019-11-20
31+
32+ * Initial migration from [ Yugui] ( https://github.com/yugui ) rules ruby.
Original file line number Diff line number Diff line change 1+ rules_ruby :
2+ version : 0.3.0
3+
4+
5+
You can’t perform that action at this time.
0 commit comments