Skip to content

Commit e473106

Browse files
authored
Adding +files+ to DefaultInfo of the ruby_library (#32)
* This is so that we can feed it to a pkg_zip or other tools.
1 parent 4189769 commit e473106

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ruby/private/library.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def _ruby_library_impl(ctx):
1414
DefaultInfo(
1515
default_runfiles = deps.default_files,
1616
data_runfiles = deps.data_files,
17+
files = deps.srcs,
1718
),
1819
RubyLibrary(
1920
transitive_ruby_srcs = deps.srcs,

0 commit comments

Comments
 (0)