summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-hash-ext/mrbgem.rake
diff options
context:
space:
mode:
authorKouki Ooyatsu <[email protected]>2013-03-22 17:04:38 +0900
committerKouki Ooyatsu <[email protected]>2013-03-22 17:10:42 +0900
commitdfe2359b0c7d93864287d0566e49b118e16f288f (patch)
tree57b0b424511abdef30d28bf95bdb4421fbba273f /mrbgems/mruby-hash-ext/mrbgem.rake
parentb547a7ed2cc781500a572b3a24fdfba7aed85e40 (diff)
downloadmruby-dfe2359b0c7d93864287d0566e49b118e16f288f.tar.gz
mruby-dfe2359b0c7d93864287d0566e49b118e16f288f.zip
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.rake4
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