diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-04 06:46:31 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-04 06:46:31 -0800 |
| commit | 0fd14e53a217ff8618e102080754dd8dbd9f271d (patch) | |
| tree | f55743427918df1e4f6177ac7ba236c3cd6ab42c /mrbgems/mruby-sprintf/mrbgem.rake | |
| parent | c3d5c4edea8454affc027d181798a63946f348d4 (diff) | |
| parent | 97136825e2ccfdf71cfd0cc1b1e7e8ff4f113c8c (diff) | |
| download | mruby-0fd14e53a217ff8618e102080754dd8dbd9f271d.tar.gz mruby-0fd14e53a217ff8618e102080754dd8dbd9f271d.zip | |
Merge pull request #943 from monaka/pr-tmp-move-sprintf-to-mrbgem
Move Kernel#sprintf to mrbgem
Diffstat (limited to 'mrbgems/mruby-sprintf/mrbgem.rake')
| -rw-r--r-- | mrbgems/mruby-sprintf/mrbgem.rake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mrbgems/mruby-sprintf/mrbgem.rake b/mrbgems/mruby-sprintf/mrbgem.rake new file mode 100644 index 000000000..8772a5174 --- /dev/null +++ b/mrbgems/mruby-sprintf/mrbgem.rake @@ -0,0 +1,4 @@ +MRuby::Gem::Specification.new('mruby-sprintf') do |spec| + spec.license = 'MIT' + spec.authors = 'mruby developers' +end |
