data_uri
data_uri copied to clipboard
Data URI provides a URI::Data class for parsing RFC2397 data URIs
Hi there, Thanks for this nice gem to use carrierwave-data-uri. I noticed `require "data_uri"` fails when I upgraded my application to Ruby3.1. Look like we mustn't use `@@schemes` class variable...
Hi, This library has been very useful. I appreciate your efforts. This PR: - Adjusts the scheme registration to work with ruby 3.1+. - Moves the CI to GH Actions,...
This PR avoids an installation warning (Ruby warning). "NOTE: Gem::Specification#has_rdoc= is deprecated with no replacement. It will be removed in Rubygems 4"
Update version to match published gem version
Hi, Could you please tag commits corresponding to releases? It would help packaging teams for distributions to fetch tarball corresponding to gem versions. We could also use the .gem but...
### Describe the problem as clearly as you can Error shown: ``` == Preparing database == bin/rails aborted! NameError: uninitialized class variable @@schemes in URI (NameError) Did you mean? scheme_list...