faker 3.1.0 → 3.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +107 -5
  3. data/README.md +16 -4
  4. data/lib/faker/default/chile_rut.rb +23 -17
  5. data/lib/faker/default/code.rb +60 -18
  6. data/lib/faker/default/company.rb +44 -5
  7. data/lib/faker/default/date.rb +61 -5
  8. data/lib/faker/default/driving_licence.rb +19 -8
  9. data/lib/faker/default/food.rb +13 -0
  10. data/lib/faker/default/html.rb +230 -0
  11. data/lib/faker/default/id_number.rb +17 -3
  12. data/lib/faker/default/internet.rb +62 -31
  13. data/lib/faker/default/lorem.rb +23 -15
  14. data/lib/faker/default/marketing.rb +1 -1
  15. data/lib/faker/default/omniauth.rb +1 -1
  16. data/lib/faker/default/release notes.md +59 -0
  17. data/lib/faker/default/twitter.rb +1 -1
  18. data/lib/faker/default/types.rb +3 -2
  19. data/lib/faker/default/vehicle.rb +19 -9
  20. data/lib/faker/games/dnd.rb +49 -7
  21. data/lib/faker/games/final_fantasy_xiv.rb +73 -0
  22. data/lib/faker/movies/avatar.rb +49 -0
  23. data/lib/faker/quotes/quote.rb +13 -0
  24. data/lib/faker/sports/chess.rb +90 -0
  25. data/lib/faker/travel/airport.rb +43 -0
  26. data/lib/faker/travel/train_station.rb +54 -0
  27. data/lib/faker/tv_shows/archer.rb +51 -0
  28. data/lib/faker/tv_shows/south_park.rb +15 -0
  29. data/lib/faker/version.rb +1 -1
  30. data/lib/faker.rb +13 -6
  31. data/lib/helpers/positional_generator.rb +480 -0
  32. data/lib/locales/README.md +18 -2
  33. data/lib/locales/ar.yml +1 -0
  34. data/lib/locales/bg.yml +1 -1
  35. data/lib/locales/da-DK.yml +1 -0
  36. data/lib/locales/de-AT.yml +1 -1
  37. data/lib/locales/de-CH.yml +4336 -11
  38. data/lib/locales/de.yml +1 -0
  39. data/lib/locales/en/airport.yml +381 -0
  40. data/lib/locales/en/archer.yml +75 -0
  41. data/lib/locales/en/avatar.yml +31 -0
  42. data/lib/locales/en/chess.yml +103 -0
  43. data/lib/locales/en/company.yml +1 -0
  44. data/lib/locales/en/dnd.yml +186 -1
  45. data/lib/locales/en/final_fantasy_xiv.yml +754 -0
  46. data/lib/locales/en/food.yml +12 -0
  47. data/lib/locales/en/internet.yml +3 -0
  48. data/lib/locales/en/minecraft.yml +4 -4
  49. data/lib/locales/en/mitch_hedberg.yml +46 -0
  50. data/lib/locales/en/opera.yml +1 -1
  51. data/lib/locales/en/south_park.yml +360 -2
  52. data/lib/locales/en/star_wars.yml +1 -1
  53. data/lib/locales/en/train_station.yml +280 -0
  54. data/lib/locales/en-AU.yml +1 -0
  55. data/lib/locales/en-CA.yml +1 -0
  56. data/lib/locales/en-GB.yml +2 -0
  57. data/lib/locales/en-MS.yml +1 -0
  58. data/lib/locales/en-NG.yml +1 -0
  59. data/lib/locales/en-NZ.yml +1 -0
  60. data/lib/locales/en-PAK.yml +1 -0
  61. data/lib/locales/en-SG.yml +1 -0
  62. data/lib/locales/en-UG.yml +1 -0
  63. data/lib/locales/en-US.yml +1 -0
  64. data/lib/locales/en-ZA.yml +1 -0
  65. data/lib/locales/en-au-ocker.yml +2 -0
  66. data/lib/locales/es-AR.yml +1 -0
  67. data/lib/locales/es-MX.yml +1 -0
  68. data/lib/locales/es.yml +2 -1
  69. data/lib/locales/fi-FI.yml +1 -0
  70. data/lib/locales/fr/name.yml +2 -1
  71. data/lib/locales/fr-CA.yml +1 -0
  72. data/lib/locales/fr-CH.yml +1 -0
  73. data/lib/locales/hy.yml +1 -0
  74. data/lib/locales/it.yml +1 -0
  75. data/lib/locales/ja/sport.yml +130 -0
  76. data/lib/locales/ko.yml +1 -0
  77. data/lib/locales/mi-NZ.yml +2 -0
  78. data/lib/locales/nb-NO.yml +1 -0
  79. data/lib/locales/nl.yml +1 -0
  80. data/lib/locales/pl.yml +1 -0
  81. data/lib/locales/pt-BR.yml +1 -0
  82. data/lib/locales/pt.yml +1 -0
  83. data/lib/locales/ru.yml +1 -0
  84. data/lib/locales/sk.yml +1 -0
  85. data/lib/locales/sv.yml +1 -0
  86. data/lib/locales/tr.yml +1 -0
  87. data/lib/locales/uk.yml +4 -1
  88. data/lib/locales/vi.yml +1 -0
  89. data/lib/locales/zh-CN.yml +1 -0
  90. data/lib/locales/zh-TW.yml +1 -0
  91. metadata +23 -147
  92. data/lib/faker/default/fillmurray.rb +0 -36
@@ -440,6 +440,191 @@ en:
440
440
  - Verdan
441
441
  - Warforged
442
442
  - Yuan-Ti
443
+ name:
444
+ first_name:
445
+ - Aeliana
446
+ - Alaric
447
+ - Aldric
448
+ - Alessia
449
+ - Alistair
450
+ - Althea
451
+ - Amonar
452
+ - Andros
453
+ - Anya
454
+ - Aria
455
+ - Ariadne
456
+ - Ariella
457
+ - Azarion
458
+ - Baelgor
459
+ - Baelin
460
+ - Belmorn
461
+ - Brondar
462
+ - Caelum
463
+ - Calista
464
+ - Cassandra
465
+ - Celestia
466
+ - Celestine
467
+ - Corvus
468
+ - Delara
469
+ - Drakon
470
+ - Drust
471
+ - Eamon
472
+ - Eilonwy
473
+ - Elara
474
+ - Eldric
475
+ - Elowen
476
+ - Elyria
477
+ - Emeric
478
+ - Faelina
479
+ - Fionna
480
+ - Freya
481
+ - Galen
482
+ - Garrick
483
+ - Gavric
484
+ - Gideon
485
+ - Gruffudd
486
+ - Illiana
487
+ - Isolde
488
+ - Kael
489
+ - Kael'thas
490
+ - Kaela
491
+ - Kaelis
492
+ - Kaldris
493
+ - Kethric
494
+ - Kyros
495
+ - Leilani
496
+ - Liora
497
+ - Lorimar
498
+ - Lucius
499
+ - Lysandra
500
+ - Lysara
501
+ - Maelis
502
+ - Magnus
503
+ - Marik
504
+ - Melisandra
505
+ - Nymeria
506
+ - Nymira
507
+ - Oriana
508
+ - Orianna
509
+ - Osric
510
+ - Ragnor
511
+ - Rendal
512
+ - Rhovaniel
513
+ - Rurik
514
+ - Selene
515
+ - Seraphina
516
+ - Seraphine
517
+ - Seren
518
+ - Sylvaria
519
+ - Taryn
520
+ - Thalia
521
+ - Thane
522
+ - Tharivol
523
+ - Thorgrim
524
+ - Throrin
525
+ - Tordek
526
+ - Torvald
527
+ - Uldar
528
+ - Ulfgar
529
+ - Valthor
530
+ - Vespera
531
+ - Xander
532
+ - Xanthe
533
+ - Ygritte
534
+ - Yondalla
535
+ - Zara
536
+ - Zarathos
537
+ - Zephyra
538
+ - Zoltan
539
+ last_name:
540
+ - Axebreaker
541
+ - Blackthorn
542
+ - Brightsong
543
+ - Dawnbringer
544
+ - Dreamweaver
545
+ - Earthshaker
546
+ - Fireheart
547
+ - Ironfoot
548
+ - Ironheart
549
+ - Leafwhisper
550
+ - Lightbringer
551
+ - Lightfoot
552
+ - Mistwalker
553
+ - Moonfall
554
+ - Moonshadow
555
+ - Moonsong
556
+ - Moonwhisper
557
+ - Nightbreeze
558
+ - Nightshade
559
+ - Nightstalker
560
+ - Ravenscar
561
+ - Ravenshadow
562
+ - Shadowbane
563
+ - Shadowdancer
564
+ - Silverhand
565
+ - Silverveil
566
+ - Starborn
567
+ - Starweaver
568
+ - Starwhisper
569
+ - Stonewarden
570
+ - Stormborn
571
+ - Stormbringer
572
+ - Stormcloak
573
+ - Stormrider
574
+ - Sunweaver
575
+ - Swiftwind
576
+ - Wildheart
577
+ - Willowbrook
578
+ - Winddancer
579
+ title:
580
+ - the Arcane
581
+ - the Bard
582
+ - the Beautiful
583
+ - the Bold
584
+ - the Brave
585
+ - the Clever
586
+ - the Cunning
587
+ - the Defender
588
+ - the Dreamer
589
+ - the Elegant
590
+ - the Enchanted
591
+ - the Enchanter
592
+ - the Enchantress
593
+ - the Fair
594
+ - the Fearless
595
+ - the Fierce
596
+ - the Gentle
597
+ - the Graceful
598
+ - the Healer
599
+ - the Huntress
600
+ - the Illusionist
601
+ - the Just
602
+ - the Kind
603
+ - the Loyal
604
+ - the Mighty
605
+ - the Moonlit
606
+ - the Poet
607
+ - the Protector
608
+ - the Radiant
609
+ - the Relentless
610
+ - the Resolute
611
+ - the Scribe
612
+ - the Seeker
613
+ - the Silent
614
+ - the Slayer
615
+ - the Stalwart
616
+ - the Stoic
617
+ - the Strong
618
+ - the Swift
619
+ - the Unbreakable
620
+ - the Unbroken
621
+ - the Unconquered
622
+ - the Unseen
623
+ - the Unyielding
624
+ - the Vindicator
625
+ - the Wanderer
626
+ - the Wild
627
+ - the Wise
443
628
  ranged_weapons:
444
629
  - Blowgun
445
630
  - Boomerang
@@ -448,4 +633,4 @@ en:
448
633
  - Longbow
449
634
  - Net
450
635
  - Shortbow
451
- - Sling
636
+ - Sling