nestedtext 0.5.0
Install from the command line:
Learn more about RubyGems packages
$ gem install nestedtext --version "0.5.0"
Install via Gemfile:
source "https://rubygems.pkg.github.com/erikw" do
gem "nestedtext", "0.5.0"
end
About this version
A ruby library implementation for the human friendly data format NestedText (https://nestedtext.org/). There is support for decoding a NestedText file or string to Ruby data structures, as well as encoding Ruby objects to a NestedText file or string. Furthermore there is support for serialization and deserialization of custom classes. Support for v3.2.1 of the data format will all official tests passing.