diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-07-31 11:53:48 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-07-31 11:53:48 +0900 |
| commit | 016640324744a3bdf963fc276bce3b3806bd9850 (patch) | |
| tree | 7b0b2023f068122435aa806418307fd63c9c2ca8 /mrbgems/mruby-exit/mrbgem.rake | |
| parent | 1b6b00e2d02db0c8a0e0460412932a62968c8835 (diff) | |
| download | mruby-016640324744a3bdf963fc276bce3b3806bd9850.tar.gz mruby-016640324744a3bdf963fc276bce3b3806bd9850.zip | |
add new mrbgem mruby-exit
Diffstat (limited to 'mrbgems/mruby-exit/mrbgem.rake')
| -rw-r--r-- | mrbgems/mruby-exit/mrbgem.rake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mrbgems/mruby-exit/mrbgem.rake b/mrbgems/mruby-exit/mrbgem.rake new file mode 100644 index 000000000..910b3b4f9 --- /dev/null +++ b/mrbgems/mruby-exit/mrbgem.rake @@ -0,0 +1,4 @@ +MRuby::Gem::Specification.new('mruby-exit') do |spec| + spec.license = 'MIT' + spec.author = 'mruby developers' +end |
