Update Faker::Australia to Faker::Locations::Australia
Motivation / Background
As per the discussion in #2787
This PR updates Faker::Australia to Faker::Locations::Australia to keep it consistent with the directory modules.
Checklist
Before submitting the PR make sure the following are checked:
- [x] This Pull Request is related to one change. Changes that are unrelated should be opened in separate PRs.
- [x] Commit message has a detailed description of what changed and why. If this PR fixes a related issue include it in the commit message. Ex:
[Fix #issue-number] - [x] Tests are added or updated if you fix a bug, refactor something, or add a feature.
- [x] Tests and Rubocop are passing before submitting your proposed changes.
If you're proposing a new generator:
- [ ] Open an issue first for discussion before you write any code.
- [ ] Double-check the existing generators documentation to make sure the new generator you want to add doesn't already exist.
- [ ] You've reviewed and followed the Documentation guidelines.
I see now, Thanks for the suggestions. I will make the neccessary changes 👍
Waiting for #2858 to be merged so I can make necessary changes and merge this.
Hi @keshavbiswa we've merged https://github.com/faker-ruby/faker/pull/2858.
Hi @keshavbiswa we've merged #2858.
Time to make changes!
Updated the changes @thdaraujo
Forgot the documentation 🤦
oh, I haven't heard from the author of this PR in a while so this one is up to be worked on next. It's similar to this one. Would you be interested in fixing this one as well? https://github.com/faker-ruby/faker/pull/2857 @keshavbiswa
oh, I haven't heard from the author of this PR in a while so this one is up to be worked on next. It's similar to this one. Would you be interested in fixing this one as well? #2857 @keshavbiswa
I'll create a new PR for it 👍