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: v.3.4.1
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.4.2
Choose a head ref
  • 18 commits
  • 27 files changed
  • 11 contributors

Commits on May 31, 2024

  1. Add Bank and Sport to Swedish locale (#2961)

    * Add banks to the Swedish locale file
    
    * Add sports to the Swedish locale file
    twk-mn authored May 31, 2024
    Configuration menu
    Copy the full SHA
    938485f View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Use test range to generate NHS numbers (#2947)

    The NHS sets aside a range of numbers for test purposes (999 000 0000 to
    999 999 9999). Previously, this generator would generate valid NHS
    numbers that may be in use by actual people in the UK health services.
    This will now use the test range instead.
    neanias authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f11e01a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Bump timecop from 0.9.8 to 0.9.9 (#2964)

    Bumps [timecop](https://github.com/travisjeffery/timecop) from 0.9.8 to 0.9.9.
    - [Changelog](https://github.com/travisjeffery/timecop/blob/master/History.md)
    - [Commits](travisjeffery/timecop@v0.9.8...v0.9.9)
    
    ---
    updated-dependencies:
    - dependency-name: timecop
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5fa0161 View commit details
    Browse the repository at this point in the history
  2. Bump rubocop from 1.64.0 to 1.64.1 (#2962)

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.64.0 to 1.64.1.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.64.0...v1.64.1)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    88283de View commit details
    Browse the repository at this point in the history
  3. docs: update with notes about validity for zips (#2963)

    * docs: update with notes about validity for zips
    
    * update with locale
    garrettgregor authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7d14d42 View commit details
    Browse the repository at this point in the history
  4. Faker::Games::Dota missing quotes and new heroes (#2907)

    * feat: added new Dota 2 heroes
    
    Muerta -  https://dota2.fandom.com/wiki/Muerta
    Ringmaster - https://dota2.fandom.com/wiki/Ringmaster
    
    * feat: add missing quotes for heroes (letter A)
    
    Ancient Apparation - https://dota2.fandom.com/wiki/Ancient_Apparition/Responses
    Anti Mage - https://dota2.fandom.com/wiki/Anti-Mage/Responses
    Arc Warden - https://dota2.fandom.com/wiki/Arc_Warden/Responses
    
    * feat: add missing quotes for heroes (letter B)
    
    Bane - https://dota2.fandom.com/wiki/Bane/Responses
    Batrider - https://dota2.fandom.com/wiki/Batrider/Responses
    Bloodseeker - https://dota2.fandom.com/wiki/Bloodseeker/Responses
    Bounty Hunter - https://dota2.fandom.com/wiki/Bounty_Hunter/Responses
    Broodmother - https://dota2.fandom.com/wiki/Broodmother/Responses
    
    * feat: add `centaur_warrunner` quotes
    
    The hero is called `Centaur Warrunner` but in
    `quotes` he's called just `centaur`. It causes
    problems if users try to generate quote by
    `parameterize(separator: '_')` the name.
    I left old `centaur` to not brake people's code.
    
    * feat: add missing quotes for heroes (letter C)
    
    Chen - https://dota2.fandom.com/wiki/Chen/Responses
    Clinkz - https://dota2.fandom.com/wiki/Clinkz/Responses
    Crystal Maiden - https://dota2.fandom.com/wiki/Crystal_Maiden/Responses
    
    * feat: add missing quotes for heroes (letter D)
    
    Dark Seer - https://dota2.fandom.com/wiki/Dark_Seer/Responses
    Dark Willow - https://dota2.fandom.com/wiki/Dark_Willow/Responses
    Dawnbreaker - https://dota2.fandom.com/wiki/Dawnbreaker/Responses
    Dazzle - https://dota2.fandom.com/wiki/Dazzle/Responses
    Death Prophet - https://dota2.fandom.com/wiki/Death_Prophet/Responses
    Disruptor - https://dota2.fandom.com/wiki/Disruptor/Responses
    Drow Ranger - https://dota2.fandom.com/wiki/Drow_Ranger/Responses
    
    * fix!: remove heroes that don't have quotes
    
    And I also added `meepo` to the test because
    he was missing
    
    ---------
    
    Co-authored-by: Stefanni Brasil <[email protected]>
    arthurka-o and sbs-cats authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    21cdb13 View commit details
    Browse the repository at this point in the history
  5. Add phone_number.country_code and address.full_address in locale sv (#…

    …2965)
    
    * add phone_number.country_code i locale sv
    
    * add address.full_address i locale sv
    larkro authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    717f6e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Bump timecop from 0.9.9 to 0.9.10 (#2969)

    Bumps [timecop](https://github.com/travisjeffery/timecop) from 0.9.9 to 0.9.10.
    - [Changelog](https://github.com/travisjeffery/timecop/blob/master/History.md)
    - [Commits](travisjeffery/timecop@v0.9.9...v0.9.10)
    
    ---
    updated-dependencies:
    - dependency-name: timecop
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5fcfe54 View commit details
    Browse the repository at this point in the history
  2. Fix typo (#2968)

    * Fix typo
    
    * Fix rubocop
    fynsta authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    37a7ea2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. fix: Faker::Internet.username should not generate duplicated punctu…

    …ation (#2970)
    
    * `Faker::Internet.username` should not generate duplicated punctuation
    
    * test: Reject duplicated punctuation
    thdaraujo authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0812ef0 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

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

Commits on Jul 9, 2024

  1. Update locale en dog breed names (#2972)

    * Format en dog locale to yml dash syntax
    
    * Fix dog breed names
    mononoken authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    264cc0c View commit details
    Browse the repository at this point in the history
  2. Bump minitest from 5.23.1 to 5.24.1 (#2975)

    Bumps [minitest](https://github.com/minitest/minitest) from 5.23.1 to 5.24.1.
    - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
    - [Commits](minitest/minitest@v5.23.1...v5.24.1)
    
    ---
    updated-dependencies:
    - dependency-name: minitest
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Thiago Araujo <[email protected]>
    dependabot[bot] and thdaraujo authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f7a839b View commit details
    Browse the repository at this point in the history
  3. Add Deprecator.skip_warning? ability to silence deprecators on tests (

    #2956)
    
    * Added skip_warning ability to deprecators for tests
    
    ---------
    
    Co-authored-by: Stefanni Brasil <[email protected]>
    Co-authored-by: Thiago Araujo <[email protected]>
    3 people authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2b5df17 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Bump bundler version (#2978)

    This will remove the following deprecation warning from thor when running tests:
    ```
    Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
    /opt/hostedtoolcache/Ruby/3.3.4/x64/lib/ruby/gems/3.3.0/gems/bundler-2.2.33/lib/bundler/vendor/thor/lib/thor/error.rb:105: warning: constant DidYouMean::SPELL_CHECKERS is deprecated
    ```
    thdaraujo authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    95cc54d View commit details
    Browse the repository at this point in the history
  2. Bump rubocop from 1.64.1 to 1.65.0 (#2979)

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.64.1 to 1.65.0.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.64.1...v1.65.0)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    4f2ecfb View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Bump rubocop-minitest from 0.35.0 to 0.35.1 (#2980)

    Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.35.0 to 0.35.1.
    - [Release notes](https://github.com/rubocop/rubocop-minitest/releases)
    - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop-minitest@v0.35.0...v0.35.1)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop-minitest
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1400987 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fde2f3c View commit details
    Browse the repository at this point in the history
Loading