README.md in armg-0.9.0 vs README.md in armg-0.10.0

- old
+ new

@@ -1,11 +1,11 @@ # Armg Add MySQL geometry type to Active Record. [![Gem Version](https://badge.fury.io/rb/armg.svg)](https://badge.fury.io/rb/armg) -[![Build Status](https://github.com/winebarrel/armg/workflows/test/badge.svg?branch=master)](https://github.com/winebarrel/armg/actions) +[![Build Status](https://github.com/cookpad/armg/workflows/test/badge.svg?branch=master)](https://github.com/cookpad/armg/actions) ## Installation Add this line to your application's Gemfile: @@ -106,13 +106,13 @@ ```sh docker-compose up -d bundle install bundle exec appraisal install -bundle exec appraisal ar51 rake -# bundle exec appraisal ar50 rake -# ARMG_TEST_MYSQL_PORT=10057 bundle exec appraisal ar51 rake # MySQL 5.7 -# ARMG_TEST_MYSQL_PORT=10057 ARMG_TEST_MYSQL_ENGINE=InnoDB bundle exec appraisal ar51 rake +bundle exec appraisal ar61 rake +# bundle exec appraisal ar60 rake +# ARMG_TEST_MYSQL_PORT=10057 bundle exec appraisal ar61 rake # MySQL 5.7 +# ARMG_TEST_MYSQL_PORT=10057 ARMG_TEST_MYSQL_ENGINE=InnoDB bundle exec appraisal ar61 rake ``` ## Using with [Ridgepole](https://github.com/winebarrel/ridgepole) You need to extend the TableDefinition class.