msd class
- add conf.gem line to
build_config.rb
MRuby::Build.new do |conf|
# ... (snip) ...
conf.gem :github => 'pyama86/mruby-msd'
end
$ rake dev:docker
$ rake clean
$ rake test
$ brew install mysql
$ brew install redis
$ brew services start mysql
$ brew services start redis
$ rake test
under the MIT License:
- see LICENSE file