-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
4 changed files
with
168 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Faker::JapaneseMedia::FmaBrotherhood | ||
# Faker::JapaneseMedia::FullmetalAchemistBrotherhood | ||
|
||
```ruby | ||
Faker::JapaneseMedia::FmaBrotherhood.character #=> "Edward Elric" | ||
Faker::JapaneseMedia::FullmetalAchemistBrotherhood.character #=> "Edward Elric" | ||
|
||
Faker::JapaneseMedia::FmaBrotherhood.city #=> "Central City" | ||
Faker::JapaneseMedia::FullmetalAchemistBrotherhood.city #=> "Central City" | ||
|
||
Faker::JapaneseMedia::FmaBrotherhood.country #=> "Xing" | ||
Faker::JapaneseMedia::FullmetalAchemistBrotherhood.country #=> "Xing" | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
en: | ||
faker: | ||
fullmetal_alchemist_brotherhood: | ||
characters: | ||
- Edward Elric | ||
- Alphonse Elric | ||
- Roy Mustang | ||
- Riza Hawkeye | ||
- Scar | ||
- Winry Rockbell | ||
- May Chang | ||
- Maes Hughes | ||
- Alex Louis Armstrong | ||
- Jean Havoc | ||
- Heymans Breda | ||
- Vato Fallman | ||
- Kain Feury | ||
- Führer King Bradley | ||
- Maria Ross | ||
- Denny Brosh | ||
- Yoki | ||
- Izumi Curtis | ||
- Sig Curtis | ||
- Pinako Rockbell | ||
- Den The Dog | ||
- Shou Tucker | ||
- Tim Marco | ||
- Lust | ||
- Gluttony | ||
- Envy | ||
- Greed | ||
- Sloth | ||
- Pride | ||
- Wrath | ||
- Selim Bradley | ||
- Roa | ||
- Martel | ||
- Dolceto | ||
- Number 66 | ||
- Number 48 | ||
- Scar | ||
- Father | ||
- Dominic | ||
- Garfield | ||
- Giolio Comanche | ||
- Basque Grand | ||
- Isaac McDougal | ||
- Solf J. Kimblee | ||
- Van Hohenheim | ||
- Fu | ||
- Ling Yao | ||
- Lan Fan | ||
- Olivier Mira Armstrong | ||
- Buccaneer | ||
- Major Miles | ||
- Trisha Elric | ||
- Rose | ||
- Nina | ||
- Sheska | ||
cities: | ||
- East City | ||
- Rush Valley | ||
- Resembool | ||
- Dublith | ||
- Central City | ||
- Ishval | ||
- Youswell | ||
- North City | ||
- Lior | ||
- Pendleton | ||
- Riviere | ||
countries: | ||
- Amestris | ||
- Aerugo | ||
- Creta | ||
- Drachma | ||
- Xerxes | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters