Laurent Martin

Results 2 issues of Laurent Martin

Any plan to support AES Encryption, what is described here: https://www.winzip.com/en/support/aes-encryption/ I see that python has support for it, not Ruby as I can see. If there is an existing...

``` gems/ruby-3.0.0/gems/umlify-1.2.6/lib/umlify/runner.rb:65:in `block in download_image': undefined method `escape' for URI:Module (NoMethodError) ``` URI.escape was deprecated , CGI.escape should be used.