ueno / ruby-gpgme

a ruby interface to GnuPG Made Easy (GPGME).
GNU Lesser General Public License v2.1
232 stars 99 forks source link

Fix --clean option #178

Closed stanhu closed 1 year ago

stanhu commented 1 year ago

Previously this was not working due to this error:

ruby/3.1.4/lib/ruby/3.1.0/fileutils.rb:637:in `rm_rf': wrong number of arguments (given 2, expected 1) (ArgumentError)
    from extconf.rb:33:in `<main>'

Also update the documentation to reflect that --clean is not enabled by default.