Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 332 Bytes

File metadata and controls

32 lines (22 loc) · 332 Bytes

Developer use of ruby-msg

Install prerequisites from Gemfile.lock by:

bundle install

Display tasks.

rake -T

Run unit tests.

rake test

Docs.

gem install yard
yardoc --no-private -m markdown -M redcarpet -o docs\doc -r Home.md

Build build/ruby-msg-nx-0.3.0

rake gem