README.md in rmxp_extractor-1.9 vs README.md in rmxp_extractor-2.0.0
- old
+ new
@@ -1,5 +1,7 @@
# RMXP-Extractor
+[![Gem Version](https://badge.fury.io/rb/rmxp_extractor.svg)](https://badge.fury.io/rb/rmxp_extractor)![Gem](https://img.shields.io/gem/dt/rmxp_extractor)
+---
A tool designed to dump rxdata to various git compatible formats. Some work better than others, though.
YAML is slow in comparison to JSON. I'd suggest sticking to JSON generally.
Originally, I used a complex monkey patched system to dump things to a hash that was very slow and imprecise.