copiousfreetime / stickler

a tool to organize and maintain an internal gem distribution server
MIT License
143 stars 29 forks source link

Mirroring Gemfile.lock always skips java gems. #49

Open rothomas opened 8 years ago

rothomas commented 8 years ago

As an example, one of the entries in my Gemfile.lock is

json (1.8.3-java)

I can mirror this individually using --gem-version and --platform, but this gem (and any other -java gems) will always be ignored if I try to mirror the whole Gemfile.lock. Passing --platform=java does not seem to affect anything.

copiousfreetime commented 8 years ago

@rothomas my apologies, I just saw this posted. I'll take a look. Thanks for the bug report.