Gideon Redelinghuys
Gideon Redelinghuys
I'll have a look tonight. On Mon, 23 Nov 2015 at 15:32 Eric Stein [email protected] wrote: > @jordansissel https://github.com/jordansissel I can try to confirm it > next week. This branch...
Tried reproducing this tonight with three different ruby versions but all are giving me: ``` [gideon@localhost fpm]$ ./bin/fpm -s dir -t deb -n example -v 1 /tmp/example /home/gideon/.rvm/gems/ruby-2.2.3/gems/clamp-1.0.0/lib/clamp/attribute/instance.rb:16:in `instance_variable_defined?': `@deb_[no_]auto_config_files'...
This is the line that's breaking for me: https://github.com/jordansissel/fpm/blob/master/lib/fpm/package/deb.rb#L131 I don't even have to pass any arguments to fpm to reproduce this bug, just running binary with --help will cause...