diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-22 18:33:31 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-22 18:33:31 -0700 |
| commit | 1ed2afeeca18c059a14ed4e97d747476eb625d53 (patch) | |
| tree | 0477e2b7d2d4614e659776d1e9dd808b2c97d37c /mrbgems/mruby-hash-ext/mrbgem.rake | |
| parent | af5f23d2cd2222256f3aab3af8c84d991fb38d8b (diff) | |
| parent | dfe2359b0c7d93864287d0566e49b118e16f288f (diff) | |
| download | mruby-1ed2afeeca18c059a14ed4e97d747476eb625d53.tar.gz mruby-1ed2afeeca18c059a14ed4e97d747476eb625d53.zip | |
Merge pull request #1045 from kouki-o-iij/pr-hash-ext
add mruby-hash-ext mrbgem, and method: Hash#merge!
Diffstat (limited to 'mrbgems/mruby-hash-ext/mrbgem.rake')
| -rw-r--r-- | mrbgems/mruby-hash-ext/mrbgem.rake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mrbgems/mruby-hash-ext/mrbgem.rake b/mrbgems/mruby-hash-ext/mrbgem.rake new file mode 100644 index 000000000..3163c8c88 --- /dev/null +++ b/mrbgems/mruby-hash-ext/mrbgem.rake @@ -0,0 +1,4 @@ +MRuby::Gem::Specification.new('mruby-hash-ext') do |spec| + spec.license = 'MIT' + spec.authors = 'mruby developers' +end |
