README.md in schema_plus_enums-0.1.4 vs README.md in schema_plus_enums-0.1.5

- old
+ new

@@ -27,11 +27,14 @@ SchemaPlus::Enums is tested on: <!-- SCHEMA_DEV: MATRIX - begin --> <!-- These lines are auto-generated by schema_dev based on schema_dev.yml --> -* ruby **2.1.5** with activerecord **4.2**, using **postgresql** +* ruby **2.2.5** with activerecord **4.2**, using **postgresql** +* ruby **2.2.5** with activerecord **5.0**, using **postgresql** +* ruby **2.3.1** with activerecord **4.2**, using **postgresql** +* ruby **2.3.1** with activerecord **5.0**, using **postgresql** <!-- SCHEMA_DEV: MATRIX - end --> ## Usage @@ -57,12 +60,12 @@ ```ruby drop_enum :color drop_enum :color, schema: 'cmyk' ``` - ## History +* 0.1.5 - Update dependencies to include AR 5.0. Thanks to [@jimcavoli](https://github.com/jimcavoli) * 0.1.4 - Missing require * 0.1.3 - Explicit gem dependencies * 0.1.2 - Upgrade schema_plus_core dependency * 0.1.1 - Clean up and sort dumper output. Thanks to [@pik](https://github.com/pik) * 0.1.0 - Initial release, pulled from schema_plus 1.x