From ed5211438481b935c4445fcd3bee2789c2163757 Mon Sep 17 00:00:00 2001 From: akiray03 Date: Wed, 9 Jan 2013 02:55:11 -0800 Subject: [PATCH] Updated Related Projects (markdown) --- Related-Projects.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Related-Projects.md b/Related-Projects.md index a6fddda..38f2386 100644 --- a/Related-Projects.md +++ b/Related-Projects.md @@ -25,10 +25,12 @@ * [mruby-gntp](https://github.com/mattn/mruby-gntp) Growl Notification Transfer Protocol by [mattn](https://github.com/mattn) * [mruby-process](https://github.com/iij/mruby-process) Process interface (waitpid, pid, kill, fork, ppid) by [iij](https://github.com/iij) * [mruby-digest](https://github.com/iij/mruby-digest) MD5, RMD160, SHA1, SHA256, SHA384, SHA512 and HMAC Digests by [iij](https://github.com/iij) -* [mruby-pack](https://github.com/iij/mruby-pack) Array#pack implementation by [iij](https://github.com/iij) +* [mruby-pack](https://github.com/iij/mruby-pack) Array#pack and String#unpack implementation by [iij](https://github.com/iij) * [mruby-mtest](https://github.com/iij/mruby-mtest) Minimum Test Framework by [iij](https://github.com/iij) * [mruby-iconv](https://github.com/mattn/mruby-iconv) libiconv interface by [mattn](https://github.com/mattn) * [mruby-sleep](https://github.com/matsumoto-r/mruby-sleep) sleep binding by [matsumoto_r](https://github.com/matsumoto-r) +* [mruby-env](https://github.com/iij/mruby-env) ENV class implementation by [iij](https://github.com/iij) + ## Web Interfaces