On 07/08/2017 11:53 AM, Pirate Praveen wrote: > On 07/08/2017 07:44 AM, Antonio Terceiro wrote: >> if the pure ruby libraries were not being installed, you would get a >> LoadError (i.e. a `require` statement failed), but that's not what is >> happening here. > For tests, the pure ruby libs are available in the source tree. > > If I move the src/ruby/lib folder (I have locally installed ruby-grpc > deb), then it fails with `require': cannot load such file -- grpc > (LoadError)
I think gem2deb expects libraries only in lib. s.require_paths = %w( src/ruby/lib src/ruby/bin src/ruby/pb ) mentions it in grpc.gemspec but I don't know if gem2deb can reply on that.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
