Hashie for mruby.
Add this line to build_config.rb:
MRuby::Build.new do |conf|
conf.gem mgem: 'mruby-hashie'
end
or add this line to your application's mrbgem.rake:
MRuby::Gem::Specification.new('your-mrbgem') do |spec|
spec.add_dependency 'mruby-hashie', mgem: 'mruby-hashie'
end
Currently mruby-hashie has only Hashie::Mash
its base Hashie::Hash
.
See intridea/hashie#mash for detail.
Bug reports and pull requests are welcome on GitHub at https://github.com/mrbgems/mruby-hashie.
Copyright (c) 2009-2014 Intridea, Inc. (http://intridea.com/) and contributors.
MIT License. See LICENSE.txt for details.