bazelruby / rules_ruby

Formerly canonical rules for ruby, that are about 2-3 years behind current Bazel. If they work for you great, but if not — please try the new rules ruby by Alex Radionov: https://github.com/bazel-contrib/rules_ruby
Apache License 2.0
99 stars 37 forks source link

require_paths attribute does not work #97

Closed ash2k closed 3 years ago

ash2k commented 3 years ago

https://github.com/bazelruby/rules_ruby/blob/b738b9885f3fba30cbbb6fc05f23ae7a78a4ca84/ruby/private/gemspec/def.bzl#L101 hard codes it to lib.

kigster commented 3 years ago

Yes, it's a known limitation — thank you for taking on the enhancement and let me know if you want any help.

We can remote pair on this if you like.