repo.or.cz
/
mruby.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mruby-hash-ext/hash.c (hash_values_at): early return from the function.
[mruby.git]
/
mrbgems
/
mruby-hash-ext
/
mrbgem.rake
blob
e0681c1cb73cf873ec110d3029138929c8ece8b6
1
MRuby::Gem::Specification.new('mruby-hash-ext') do |spec|
2
spec.license = 'MIT'
3
spec.author = 'mruby developers'
4
spec.summary = 'Hash class extension'
5
spec.add_dependency 'mruby-array-ext', core: 'mruby-array-ext'
6
end