logstash-plugins / logstash-codec-collectd

Apache License 2.0
6 stars 11 forks source link

fix vendoring of types.db file #26

Closed jsvd closed 7 years ago

jsvd commented 7 years ago

includes types.db in the list of things to pack in the .gem

version 3.0.4 and 3.0.5 must be yanked as they're broken due to the lack of this file in the gem:

% for gem in logstash-codec-collectd-3.0.*; do gem unpack $gem; done
Unpacked gem: '/private/tmp/logstash-codec-collectd-3.0.3'
Unpacked gem: '/private/tmp/logstash-codec-collectd-3.0.4'
Unpacked gem: '/private/tmp/logstash-codec-collectd-3.0.5'
% find logstash-codec-collectd-3.0.* -name '*.db'
logstash-codec-collectd-3.0.3/vendor/types.db