Closed ekampp closed 2 years ago
V1.3.1 doesnt seem to include this feature. You can get the feature by grabbing the gem from master though. Update your gemfile like so:
gem 'gyoku', git: 'git@github.com:savonrb/gyoku.git', ref: '954d002'
Hello @bjorntrondsen. And is it possible to create a new release with this feature and publish it to rubygems? Thanks a lot in advance :)
@MaxFedotov Im just a passer by but maybe @tjarratt can help :)
@bjorntrondsen Oh, sorry :) @tjarratt Is it possible to create a new release with this feature and publish it to rubygems? Thanks a lot in advance :)
I've run into this too just now.
@tjarratt a release of latest master to rubygems would be really appreciated if you have the time. Thanks in advance.
Requesting the same a couple years later :)
Closing this issue, now that #80 v1.4.0 has been released.
Hi there.
I wanted to generate some XML, and I wanted it to look nice. Having to concatenate some identical tags I set
unwrap: true
(which works fine), but the result wasn't prettified.I would have expected both of the last results to be something like this:
I'm currently running Gyoku v. 1.3.1
Thanks in advance