Skip to content

mrbgems/mruby-hashie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

mruby port of intridea/hashie

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages