logstash/tools/paquet/CHANGELOG.md
Pier-Hugues Pellerin 8eae580c95 Downloading gem in binary format
This PR chagne the File's open mode to make sure we correctly download
the file in binary mode on windows, without doing that the gem will be
corrupt and will throw the following message.

```
ERROR:  While executing gem ... (Gem::Package::FormatError)
    package is corrupt, exception while verifying: Unexpected end of ZLIB input stream (Zlib::GzipFile::Error) in logstash-filter-dissect-1.0.8.gem
```

Fixes #6840
2017-03-24 14:07:57 -04:00

124 B

0.2.1

  • Making sure the gems are downloaded in binary format, without it, gems downloaded on windows will be corrupted.