{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":394097905,"defaultBranch":"main","name":"faker","ownerLogin":"aclemons","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-08-09T00:22:14.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/346774?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1677393941.0","currentOid":""},"activityList":{"items":[{"before":"aceed0b696aa76104dd98e68712aea4ee0f0c8a7","after":"99e4744402e05a61a7fbb68fd26c04e219f034b1","ref":"refs/heads/syck","pushedAt":"2024-03-25T11:29:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"aclemons","name":"Andrew Clemons","path":"/aclemons","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/346774?s=80&v=4"},"commit":{"message":"Allow loading locale files with Syck.\n\nCloses #2365.","shortMessageHtmlLink":"Allow loading locale files with Syck."}},{"before":"a67007ae0a1b638775f0b67ecc1e32ffa9f4d417","after":"fcf41f1c6448f6b6309dc8959fb628e24ca53d1e","ref":"refs/heads/main","pushedAt":"2024-03-25T11:06:51.000Z","pushType":"push","commitsCount":121,"pusher":{"login":"aclemons","name":"Andrew Clemons","path":"/aclemons","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/346774?s=80&v=4"},"commit":{"message":"Update Faker::Australia to Faker::Locations::Australia (#2869)\n\n* update Faker::Australia to Faker::Locations::Australia\r\n\r\n* Bump minitest from 5.21.1 to 5.21.2 (#2894)\r\n\r\nBumps [minitest](https://github.com/minitest/minitest) from 5.21.1 to 5.21.2.\r\n- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)\r\n- [Commits](https://github.com/minitest/minitest/compare/v5.21.1...v5.21.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: minitest\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\n\r\n* Bump rubocop from 1.59.0 to 1.60.2 (#2896)\r\n\r\nBumps [rubocop](https://github.com/rubocop/rubocop) from 1.59.0 to 1.60.2.\r\n- [Release notes](https://github.com/rubocop/rubocop/releases)\r\n- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/rubocop/rubocop/compare/v1.59.0...v1.60.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: rubocop\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\n\r\n* Add Kenya to supported countries (#2871)\r\n\r\n* Add Kenya to supported countries\r\n\r\n* Add tests for locale\r\n\r\n* clan up pull request\r\n\r\n* Add landline telephone numbers and cell phone formats\r\n\r\n* Bump minitest from 5.21.2 to 5.22.2 (#2902)\r\n\r\nBumps [minitest](https://github.com/minitest/minitest) from 5.21.2 to 5.22.2.\r\n- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)\r\n- [Commits](https://github.com/minitest/minitest/compare/v5.21.2...v5.22.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: minitest\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\n\r\n* Bump test-unit from 3.6.1 to 3.6.2 (#2906)\r\n\r\nBumps [test-unit](https://github.com/test-unit/test-unit) from 3.6.1 to 3.6.2.\r\n- [Release notes](https://github.com/test-unit/test-unit/releases)\r\n- [Commits](https://github.com/test-unit/test-unit/compare/3.6.1...3.6.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: test-unit\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\n\r\n* Refactor `Faker::IDNumber` to `Faker::IdNumber` to be more consistent with other generator's naming convention. (#2858)\r\n\r\n* Deprecate IDNumber to IdNumber per issue#2787\r\n\r\n* wip\r\n\r\n* Add a Faker::Deprecator module\r\n\r\nCo-authored-by: Thiago Araujo \r\n\r\n* Add more specs and improve warning message\r\n\r\n---------\r\n\r\nCo-authored-by: jamal.mohamed \r\nCo-authored-by: Stefanni Brasil \r\nCo-authored-by: Thiago Araujo \r\n\r\n* Fix/Deprecate FmaBrotherhood Generator (#2856)\r\n\r\n* Favor 'The Room' instead of 'Room'\r\n\r\nThis commit will rename instances of room to the_room including the\r\nlocales. Originally the `room.md` had a typo that referenced ::Room and\r\nnot ::TheRoom which is also fixed here.\r\n\r\nRef:\r\n - https://github.com/faker-ruby/faker/issues/2787\r\n\r\nCo-authored-by: Jamal-A-Mohamed \r\nCo-authored-by: Salvador \r\n\r\n* Fix/Deprecate FmaBrotherhood Generator\r\n\r\nThis commit fixes the naming discrpencies with the FmaBrotherhood (now\r\nFullmetalAlchemistBrotherhood) class and its filename. This adds\r\ndeprecation warnings for the old FmaBrotherhood class and also makes the\r\nnew FullmetalAlchemistBrotherhood class.\r\n\r\nFix:\r\n - https://github.com/faker-ruby/faker/issues/2853\r\n\r\n* Refactor deprecation for `FmaBrotherhood`\r\n\r\nThis commit will refactor the changes from `FmaBrotherhood` to\r\n`FullmetalAlchemistBrotherhood` and use `Faker::Deprecator`.\r\n\r\n---------\r\n\r\nCo-authored-by: Jamal-A-Mohamed \r\nCo-authored-by: Salvador \r\nCo-authored-by: Stefanni Brasil \r\n\r\n* Bump i18n from 1.14.1 to 1.14.4 (#2913)\r\n\r\nBumps [i18n](https://github.com/ruby-i18n/i18n) from 1.14.1 to 1.14.4.\r\n- [Release notes](https://github.com/ruby-i18n/i18n/releases)\r\n- [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/ruby-i18n/i18n/compare/v1.14.1...v1.14.4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: i18n\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\n\r\n* Remove duplicates in doc file (#2914)\r\n\r\n* Bump rubocop from 1.60.2 to 1.62.1 (#2916)\r\n\r\nBumps [rubocop](https://github.com/rubocop/rubocop) from 1.60.2 to 1.62.1.\r\n- [Release notes](https://github.com/rubocop/rubocop/releases)\r\n- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/rubocop/rubocop/compare/v1.60.2...v1.62.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: rubocop\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\n\r\n* Bump yard from 0.9.34 to 0.9.36 (#2909)\r\n\r\nBumps [yard](https://github.com/lsegal/yard) from 0.9.34 to 0.9.36.\r\n- [Release notes](https://github.com/lsegal/yard/releases)\r\n- [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/lsegal/yard/compare/v0.9.34...v0.9.36)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: yard\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\n\r\n* Deprecated Faker::Australia\r\n\r\n* Added Docs for Australia\r\n\r\n* Updated Readme to include Locations\r\n\r\n* Updated locales path for australia\r\n\r\n* updated test to differentiate deprecated methods\r\n\r\n* Removed whitespaces from australia.yml\r\n\r\n---------\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Andrew Nduati \r\nCo-authored-by: Jamal-A-Mohamed <37128483+Jamal-A-Mohamed@users.noreply.github.com>\r\nCo-authored-by: jamal.mohamed \r\nCo-authored-by: Stefanni Brasil \r\nCo-authored-by: Thiago Araujo \r\nCo-authored-by: Kirk Wang \r\nCo-authored-by: Jamal-A-Mohamed \r\nCo-authored-by: Salvador \r\nCo-authored-by: Michael Marusyk <31774981+mmarusyk@users.noreply.github.com>","shortMessageHtmlLink":"Update Faker::Australia to Faker::Locations::Australia (faker-ruby#2869)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMy0yNVQxMToyOTo1Mi4wMDAwMDBazwAAAAQefs-Q","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMy0yNVQxMTowNjo1MS4wMDAwMDBazwAAAAQeejZD"}},"title":"Activity ยท aclemons/faker"}