1.0.0 (2022-04-18)
quitcost was released, which led to the development of this Gem!🎉
According to semver.org, "If your software is being used in production, it should probably already be 1.0.0.", so we would like to release this Gem as v1.0.0 as well!
- convert nilable argument into String (971d9c6)
- remove Gemfile.lock generated by Appraisal (ddbe46d)
- add empty line from data and rake task which creates data (1c538de & 6803ba7)
0.3.1 (2022-02-03)
0.3.0 (2022-01-28)
- Loosen Ruby version requirement to 2.7.0 (e3d5f6da)
- Removing
.ruby-version
file lets other devs to use their preferred version of Ruby (3b3bd483)
0.2.1 (2022-01-14)
0.2.0 (2022-01-14)
- Add RSpec Runner for JetBrains IDE (83d8c86)
- Make JpLocalGov::Data::Importer#prefecture_capital? to return true/false (82daafd)
- Add spell checking GitHub Actions Workflow (fc23bd1)
- 💅 (61c6d66)
- Add how to use JpLocalGov.valid_code? (2e14d71)
- Add issue template (9f416a3), closes #47
- Add JpLocalGov::Random module (bae16d7), closes #65
- Add JpLocalGov.all_xxx (f522686), closes #54
- Make JpLocalGov.valid_code? public (e46b4e7), closes #55
- Add rubocop-rake and rubocop-rspec (eb5f7d2)
- omit parentheses for internal DSL(RSpec) (3c23ec5)
- Remove Metrics rule for spec (e362565)
- Initial release