8000 Comparing v3.2.3...v3.3.0 · faker-ruby/faker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: faker-ruby/faker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.3
Choose a base ref
...
head repository: faker-ruby/faker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.0
Choose a head ref
  • 16 commits
  • 32 files changed
  • 12 contributors

Commits on Jan 18, 2024

  1. Add note about EOL dependencies (#2890)

    Inspired by the discussion here #2885, I asked some friends about it and
    I want to propose this guideline: support one EOL version at a time.
    Stefanni Brasil authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d355cc3 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Bump minitest from 5.21.1 to 5.21.2 (#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 Feb 2, 2024
    Configuration menu
    Copy the full SHA
    bd246a8 View commit details
    Browse the repository at this point in the history
  2. Bump rubocop from 1.59.0 to 1.60.2 (#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 Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7ebd7ec View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Add Kenya to supported countries (#2871)

    * Add Kenya to supported countries
    
    * Add tests for locale
    
    * clan up pull request
    
    * Add landline telephone numbers and cell phone formats
    AndrewNduati authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b0ab11d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Bump minitest from 5.21.2 to 5.22.2 (#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 Feb 22, 2024
    Configuration menu
    Copy the full SHA
    723e3e7 View commit details
    Browse the repository at this point in the history
  2. Bump test-unit from 3.6.1 to 3.6.2 (#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 Feb 22, 2024
    Configuration menu
    Copy the full SHA
    3f7371e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Refactor Faker::IDNumber to Faker::IdNumber to be more consistent…

    … with other generator's naming convention. (#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 Feb 25, 2024
    Configuration menu
    Copy the full SHA
    f586da7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Fix/Deprecate FmaBrotherhood Generator (#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:
      - #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:
      - #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 Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7990a43 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Bump i18n from 1.14.1 to 1.14.4 (#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 Mar 13, 2024
    Configuration menu
    Copy the full SHA
    102bd2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf4385e View commit details
    Browse the repository at this point in the history
  3. Bump rubocop from 1.60.2 to 1.62.1 (#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 Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6cb3d7e View commit details
    Browse the repository at this point in the history
  4. Bump yard from 0.9.34 to 0.9.36 (#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 Mar 13, 2024
    Configuration menu
    Copy the full SHA
    9b4cec6 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Benchmarking loading JSON file vs YML file (#2897)

    * Fix#2851 Add namespace to benchmark rake task to add other tasks
    
    * [Fix:2851] Add rake task to compare loading translation times with JSON vs YML
    
    * [Fix:2851] Add es-MX.json file
    
    * [Fix:2851] Use JSON.load_file method in benchmark since that is the method that i18n is using
    
    * [Fix:2851] Address PR comments. Moved JSON file into test directory
    salochara authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    6754225 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Bump minitest from 5.22.2 to 5.22.3 (#2917)

    Bumps [minitest](https://github.com/minitest/minitest) from 5.22.2 to 5.22.3.
    - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
    - [Commits](https://github.com/minitest/minitest/commits)
    
    ---
    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 Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e89579a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Update Faker::Australia to Faker::Locations::Australia (#2869)

    * update Faker::Australia to Faker::Locations::Australia
    
    * Bump minitest from 5.21.1 to 5.21.2 (#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>
    
    * Bump rubocop from 1.59.0 to 1.60.2 (#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>
    
    * Add Kenya to supported countries (#2871)
    
    * Add Kenya to supported countries
    
    * Add tests for locale
    
    * clan up pull request
    
    * Add landline telephone numbers and cell phone formats
    
    * Bump minitest from 5.21.2 to 5.22.2 (#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>
    
    * Bump test-unit from 3.6.1 to 3.6.2 (#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>
    
    * Refactor `Faker::IDNumber` to `Faker::IdNumber` to be more consistent with other generator's naming convention. (#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>
    
    * Fix/Deprecate FmaBrotherhood Generator (#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:
      - #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:
      - #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>
    
    * Bump i18n from 1.14.1 to 1.14.4 (#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>
    
    * Remove duplicates in doc file (#2914)
    
    * Bump rubocop from 1.60.2 to 1.62.1 (#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>
    
    * Bump yard from 0.9.34 to 0.9.36 (#2909)
    A0A6
    
    
    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>
    
    * Deprecated Faker::Australia
    
    * Added Docs for Australia
    
    * Updated Readme to include Locations
    
    * Updated locales path for australia
    
    * updated test to differentiate deprecated methods
    
    * Removed whitespaces from australia.yml
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Andrew Nduati <nduatiandrew@gmail.com>
    Co-authored-by: Jamal-A-Mohamed <37128483+Jamal-A-Mohamed@users.noreply.github.com>
    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>
    Co-authored-by: Kirk Wang <kirk.wang@scientist.com>
    Co-authored-by: Jamal-A-Mohamed <jamalashur@gmail.com>
    Co-authored-by: Salvador <salvador.tena@scientist.com>
    Co-authored-by: Michael Marusyk <31774981+mmarusyk@users.noreply.github.com>
    11 people authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    fcf41f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Bump version to v3.3.0 (#2920)

    Stefanni Brasil authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    a21875f View commit details
    Browse the repository at this point in the history
Loading
0