gem-compiler icon indicating copy to clipboard operation
gem-compiler copied to clipboard

A RubyGems plugin that generates binary gems

Results 5 gem-compiler issues
Sort by recently updated
recently updated
newest added

Hi! I just had an issue with http-parser. It built correctly but the library was missing because the rake task wasn't copying it into lib/, the gem requires it directly...

We need to provide pre-compiled gems without internet access. We download from rubygems.org, compile using gem compiler, and push the compiled gems to our local geminabox server. From here the...

question

The 'rice' gem has bunch of files in ruby/lib that is not part of the gem proper - it is to be used by the libraries. It's obviously a misuse...

adds gem signing to gem-compiler https://guides.rubygems.org/security/

if you're pushing to your own repository, these gemspec options would prevent it, so i added the --unsafe flag