Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Faker::Australia to Faker::Locations::Australia #2869

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    382e49b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    c54a349 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Bump minitest from 5.21.1 to 5.21.2 (faker-ruby#2894)

    Bumps [minitest](https://github.com/minitest/minitest) from 5.21.1 to 5.21.2.
    - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
    - [Commits](minitest/minitest@v5.21.1...v5.21.2)
    
    ---
    updated-dependencies:
    - dependency-name: minitest
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and keshavbiswa committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    d095a7c View commit details
    Browse the repository at this point in the history
  2. Bump rubocop from 1.59.0 to 1.60.2 (faker-ruby#2896)

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.59.0 to 1.60.2.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.59.0...v1.60.2)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and keshavbiswa committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    18f4d3d View commit details
    Browse the repository at this point in the history
  3. Add Kenya to supported countries (faker-ruby#2871)

    * Add Kenya to supported countries
    
    * Add tests for locale
    
    * clan up pull request
    
    * Add landline telephone numbers and cell phone formats
    AndrewNduati authored and keshavbiswa committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    9e004ca View commit details
    Browse the repository at this point in the history
  4. Bump minitest from 5.21.2 to 5.22.2 (faker-ruby#2902)

    Bumps [minitest](https://github.com/minitest/minitest) from 5.21.2 to 5.22.2.
    - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
    - [Commits](minitest/minitest@v5.21.2...v5.22.2)
    
    ---
    updated-dependencies:
    - dependency-name: minitest
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and keshavbiswa committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    d0aef26 View commit details
    Browse the repository at this point in the history
  5. Bump test-unit from 3.6.1 to 3.6.2 (faker-ruby#2906)

    Bumps [test-unit](https://github.com/test-unit/test-unit) from 3.6.1 to 3.6.2.
    - [Release notes](https://github.com/test-unit/test-unit/releases)
    - [Commits](test-unit/test-unit@3.6.1...3.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: test-unit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and keshavbiswa committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    d62b619 View commit details
    Browse the repository at this point in the history
  6. Refactor Faker::IDNumber to Faker::IdNumber to be more consistent…

    … with other generator's naming convention. (faker-ruby#2858)
    
    * Deprecate IDNumber to IdNumber per issue#2787
    
    * wip
    
    * Add a Faker::Deprecator module
    
    Co-authored-by: Thiago Araujo <thd.araujo@gmail.com>
    
    * Add more specs and improve warning message
    
    ---------
    
    Co-authored-by: jamal.mohamed <jamal.mohamed@covermymeds.com>
    Co-authored-by: Stefanni Brasil <stefannibrasil@gmail.com>
    Co-authored-by: Thiago Araujo <thd.araujo@gmail.com>
    4 people authored and keshavbiswa committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    dea4fd7 View commit details
    Browse the repository at this point in the history
  7. Fix/Deprecate FmaBrotherhood Generator (faker-ruby#2856)

    * Favor 'The Room' instead of 'Room'
    
    This commit will rename instances of room to the_room including the
    locales.  Originally the `room.md` had a typo that referenced ::Room and
    not ::TheRoom which is also fixed here.
    
    Ref:
      - faker-ruby#2787
    
    Co-authored-by: Jamal-A-Mohamed <jamalashur@gmail.com>
    Co-authored-by: Salvador <salvador.tena@scientist.com>
    
    * Fix/Deprecate FmaBrotherhood Generator
    
    This commit fixes the naming discrpencies with the FmaBrotherhood (now
    FullmetalAlchemistBrotherhood) class and its filename.  This adds
    deprecation warnings for the old FmaBrotherhood class and also makes the
    new FullmetalAlchemistBrotherhood class.
    
    Fix:
      - faker-ruby#2853
    
    * Refactor deprecation for `FmaBrotherhood`
    
    This commit will refactor the changes from `FmaBrotherhood` to
    `FullmetalAlchemistBrotherhood` and use `Faker::Deprecator`.
    
    ---------
    
    Co-authored-by: Jamal-A-Mohamed <jamalashur@gmail.com>
    Co-authored-by: Salvador <salvador.tena@scientist.com>
    Co-authored-by: Stefanni Brasil <stefannibrasil@gmail.com>
    4 people authored and keshavbiswa committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    964a223 View commit details
    Browse the repository at this point in the history
  8. Bump i18n from 1.14.1 to 1.14.4 (faker-ruby#2913)

    Bumps [i18n](https://github.com/ruby-i18n/i18n) from 1.14.1 to 1.14.4.
    - [Release notes](https://github.com/ruby-i18n/i18n/releases)
    - [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md)
    - [Commits](ruby-i18n/i18n@v1.14.1...v1.14.4)
    
    ---
    updated-dependencies:
    - dependency-name: i18n
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and keshavbiswa committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    08801ce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ebd93ab View commit details
    Browse the repository at this point in the history
  10. Bump rubocop from 1.60.2 to 1.62.1 (faker-ruby#2916)

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.60.2 to 1.62.1.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.60.2...v1.62.1)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and keshavbiswa committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    b03b2cc View commit details
    Browse the repository at this point in the history
  11. Bump yard from 0.9.34 to 0.9.36 (faker-ruby#2909)

    Bumps [yard](https://github.com/lsegal/yard) from 0.9.34 to 0.9.36.
    - [Release notes](https://github.com/lsegal/yard/releases)
    - [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md)
    - [Commits](lsegal/yard@v0.9.34...v0.9.36)
    
    ---
    updated-dependencies:
    - dependency-name: yard
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and keshavbiswa committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    7f05e48 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8cb3f4f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bdc58b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Added Docs for Australia

    keshavbiswa committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    783b8a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7df8a08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69d845f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    9d69731 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    865bddf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c9ab80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    391399c View commit details
    Browse the repository at this point in the history