faker icon indicating copy to clipboard operation
faker copied to clipboard

Fix/Deprecate `FmaBrotherhood` Generator

Open stefannibrasil opened this issue 1 year ago • 1 comments

[related to #2787]

The generator class name has a different class name from the file name, but we would like them to match, as rthis can cause issues with autoloaders.

In order to do that, we should:

  • add a new generator with the correct name
  • deprecate the incorrect one

To deprecate a generator, please take a look at the documentation: https://github.com/faker-ruby/faker/blob/main/CONTRIBUTING.md#removing-generators

stefannibrasil avatar Nov 13 '23 19:11 stefannibrasil

assigned to @stephtf and @maipham5

stefannibrasil avatar Nov 13 '23 19:11 stefannibrasil

Fixed by https://github.com/faker-ruby/faker/pull/2858

stefannibrasil avatar Apr 02 '24 14:04 stefannibrasil