Home

Awesome

mruby-hashie Build Status

Hashie for mruby.

Installation

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

Usage

Currently mruby-hashie has only Hashie::Mash its base Hashie::Hash.
See intridea/hashie#mash for detail.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/mrbgems/mruby-hashie.

License

Copyright (c) 2009-2014 Intridea, Inc. (http://intridea.com/) and contributors.

MIT License. See LICENSE.txt for details.