diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-01-07 14:31:12 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-01-07 14:31:12 +0900 |
| commit | 0f7d771adc76d4844a1c953446ccc785c141c017 (patch) | |
| tree | d2727ffe7cd3eca82f3db9683d8ac3ee499d8034 /mrbgems/mruby-string-utf8/mrbgem.rake | |
| parent | 65f6b105e940b315d8b1ce76b54a5e92a4905ac0 (diff) | |
| parent | 055468bfa0d97edce5b1c4ae5d9847349cb4fee5 (diff) | |
| download | mruby-0f7d771adc76d4844a1c953446ccc785c141c017.tar.gz mruby-0f7d771adc76d4844a1c953446ccc785c141c017.zip | |
Merge branch 'mruby-string-utf8' of https://github.com/mattn/mruby into mattn-mruby-string-utf8
Diffstat (limited to 'mrbgems/mruby-string-utf8/mrbgem.rake')
| -rw-r--r-- | mrbgems/mruby-string-utf8/mrbgem.rake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mrbgems/mruby-string-utf8/mrbgem.rake b/mrbgems/mruby-string-utf8/mrbgem.rake new file mode 100644 index 000000000..f4649be0b --- /dev/null +++ b/mrbgems/mruby-string-utf8/mrbgem.rake @@ -0,0 +1,4 @@ +MRuby::Gem::Specification.new('mruby-string-utf8') do |spec| + spec.license = 'MIT' + spec.author = 'mruby developers' +end |
