java-properties
java-properties copied to clipboard
Loader and writer for *.properties files
When java writes a properties file, the following characters get escaped: =:!# { "Caution" => "=:!#" } will be written by Java as `Caution=\=\:\!\#` In general, Java seems to simply...
This gem currently mutates strings in place at various places. As frozen strings are the way to go in future Ruby version it should support them. Possible way to achieve...
Updates the requirements on [simplecov-lcov](https://github.com/fortissimo1997/simplecov-lcov) to permit the latest version. Release notes Sourced from simplecov-lcov's releases. simplecov-lcov v0.9.0 Features Add automated release workflow with release-please (14ca244) Refactor version management and...