- add conf.gem line to
build_config.rb
MRuby::Build.new do |conf|
# ... (snip) ...
conf.gem :git => 'https://github.com/iij/mruby-digest.git'
endDigest::MD5.digest('ruby')
Digest::MD5.hexdigest('ruby')This software is licensed under the same license terms of the original mruby.