faker 2.17.0 → 2.20.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (128) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +95 -2
  3. data/README.md +22 -4
  4. data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
  5. data/lib/faker/creature/bird.rb +203 -0
  6. data/lib/faker/default/code.rb +1 -1
  7. data/lib/faker/default/commerce.rb +28 -0
  8. data/lib/faker/default/company.rb +5 -7
  9. data/lib/faker/default/crypto.rb +13 -0
  10. data/lib/faker/default/emotion.rb +33 -0
  11. data/lib/faker/default/finance.rb +13 -0
  12. data/lib/faker/default/food.rb +13 -0
  13. data/lib/faker/default/hobby.rb +22 -0
  14. data/lib/faker/default/id_number.rb +34 -0
  15. data/lib/faker/default/internet.rb +40 -16
  16. data/lib/faker/default/lorem.rb +0 -4
  17. data/lib/faker/default/nation.rb +0 -3
  18. data/lib/faker/default/omniauth.rb +45 -1
  19. data/lib/faker/default/placeholdit.rb +9 -9
  20. data/lib/faker/default/religion.rb +6 -0
  21. data/lib/faker/default/science.rb +108 -0
  22. data/lib/faker/default/string.rb +0 -3
  23. data/lib/faker/default/tea.rb +41 -0
  24. data/lib/faker/default/time.rb +0 -2
  25. data/lib/faker/games/dota.rb +13 -0
  26. data/lib/faker/games/witcher.rb +39 -0
  27. data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +48 -0
  28. data/lib/faker/japanese_media/kamen_rider.rb +102 -0
  29. data/lib/faker/locations/australia.rb +47 -0
  30. data/lib/faker/music/hiphop.rb +3 -3
  31. data/lib/faker/music/music.rb +12 -0
  32. data/lib/faker/religion/bible.rb +50 -0
  33. data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
  34. data/lib/faker/tv_shows/michael_scott.rb +0 -3
  35. data/lib/faker/tv_shows/supernatural.rb +48 -0
  36. data/lib/faker/tv_shows/the_office.rb +37 -0
  37. data/lib/faker/version.rb +2 -2
  38. data/lib/locales/ar.yml +5 -1
  39. data/lib/locales/de-AT.yml +2 -2
  40. data/lib/locales/de.yml +7 -3
  41. data/lib/locales/en/address.yml +2 -3
  42. data/lib/locales/en/animal.yml +1 -1
  43. data/lib/locales/en/australia.yml +108 -0
  44. data/lib/locales/en/bible.yml +90 -0
  45. data/lib/locales/en/bird.yml +1281 -0
  46. data/lib/locales/en/book.yml +487 -3
  47. data/lib/locales/en/brooklyn_nine_nine.yml +35 -0
  48. data/lib/locales/en/cat.yml +1 -1
  49. data/lib/locales/en/coffee.yml +1 -1
  50. data/lib/locales/en/commerce.yml +17 -0
  51. data/lib/locales/en/community.yml +17 -17
  52. data/lib/locales/en/dota.yml +7 -0
  53. data/lib/locales/en/dune.yml +266 -397
  54. data/lib/locales/en/emotion.yml +480 -0
  55. data/lib/locales/en/finance.yml +21 -0
  56. data/lib/locales/en/fma_brotherhood.yml +78 -0
  57. data/lib/locales/en/food.yml +1054 -10
  58. data/lib/locales/en/game.yml +12 -0
  59. data/lib/locales/en/hobby.yml +171 -0
  60. data/lib/locales/en/horse.yml +2 -2
  61. data/lib/locales/en/internet.yml +108 -3
  62. data/lib/locales/en/kamen_rider.yml +452 -0
  63. data/lib/locales/en/kpop.yml +7 -7
  64. data/lib/locales/en/lovecraft.yml +76 -6
  65. data/lib/locales/en/mountain.yml +14 -1
  66. data/lib/locales/en/music.yml +152 -142
  67. data/lib/locales/en/science.yml +481 -3
  68. data/lib/locales/en/space.yml +1 -1
  69. data/lib/locales/en/stranger_thing.yml +1 -1
  70. data/lib/locales/en/super_smash_bros.yml +5 -2
  71. data/lib/locales/en/supernatural.yml +141 -0
  72. data/lib/locales/en/tea.yml +172 -0
  73. data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
  74. data/lib/locales/en/the_office.yml +86 -0
  75. data/lib/locales/en/touhou.yml +1 -1
  76. data/lib/locales/en/witcher.yml +37 -0
  77. data/lib/locales/en-US.yml +2 -2
  78. data/lib/locales/es-AR.yml +1 -4
  79. data/lib/locales/fr/address.yml +21 -0
  80. data/lib/locales/fr/animal.yml +5 -0
  81. data/lib/locales/fr/appliance.yml +4 -0
  82. data/lib/locales/fr/book.yml +7 -0
  83. data/lib/locales/fr/color.yml +4 -0
  84. data/lib/locales/fr/company.yml +17 -0
  85. data/lib/locales/fr/compass.yml +23 -0
  86. data/lib/locales/fr/demographic.yml +4 -0
  87. data/lib/locales/fr/gender.yml +6 -0
  88. data/lib/locales/fr/internet.yml +5 -0
  89. data/lib/locales/fr/lorem.yml +5 -0
  90. data/lib/locales/fr/measurement.yml +7 -0
  91. data/lib/locales/fr/name.yml +21 -0
  92. data/lib/locales/fr/phone_number.yml +7 -0
  93. data/lib/locales/fr/pokemon.yml +7 -0
  94. data/lib/locales/fr.yml +0 -118
  95. data/lib/locales/ja/README.md +13 -0
  96. data/lib/locales/ja/address.yml +120539 -0
  97. data/lib/locales/ja/ancient.yml +4 -0
  98. data/lib/locales/ja/animal.yml +5 -0
  99. data/lib/locales/ja/bank.yml +4 -0
  100. data/lib/locales/ja/book.yml +7 -0
  101. data/lib/locales/ja/cat.yml +5 -0
  102. data/lib/locales/ja/coffee.yml +4 -0
  103. data/lib/locales/ja/color.yml +4 -0
  104. data/lib/locales/ja/commerce.yml +11 -0
  105. data/lib/locales/ja/company.yml +8 -0
  106. data/lib/locales/ja/dog.yml +5 -0
  107. data/lib/locales/ja/food.yml +4 -0
  108. data/lib/locales/ja/gender.yml +4 -0
  109. data/lib/locales/ja/lorem.yml +9 -0
  110. data/lib/locales/ja/name.yml +13 -0
  111. data/lib/locales/ja/overwatch.yml +5 -0
  112. data/lib/locales/ja/phone_number.yml +7 -0
  113. data/lib/locales/ja/pokemon.yml +7 -0
  114. data/lib/locales/ja/restaurant.yml +11 -0
  115. data/lib/locales/ja/space.yml +5 -0
  116. data/lib/locales/ja/studio_ghibli.yml +112 -0
  117. data/lib/locales/ja/subscription.yml +8 -0
  118. data/lib/locales/ja/super_mario.yml +9 -0
  119. data/lib/locales/ja/super_smash_bros.yml +8 -0
  120. data/lib/locales/ja/university.yml +9 -0
  121. data/lib/locales/ja/zelda.yml +5 -0
  122. data/lib/locales/lt.yml +35 -0
  123. data/lib/locales/lv.yml +1 -1
  124. data/lib/locales/mi-NZ.yml +281 -0
  125. data/lib/locales/pt-BR.yml +7 -1
  126. data/lib/locales/ru.yml +39 -0
  127. metadata +94 -20
  128. data/lib/locales/ja.yml +0 -118
@@ -0,0 +1,108 @@
1
+ en:
2
+ faker:
3
+ australia:
4
+ locations:
5
+ - Brisbane
6
+ - Sydney
7
+ - Melbourne
8
+ - Brisbane
9
+ - Perth
10
+ - Adelaide
11
+ - Gold Coast
12
+ - Newcastle
13
+ - Canberra
14
+ - Central Coast
15
+ - Sunshine Coast
16
+ - Wollongong
17
+ - Geelong
18
+ - Hobart
19
+ - Townsville
20
+ - Cairns
21
+ - Toowoomba
22
+ - Darwin
23
+ - Ballarat
24
+ - Bendigo
25
+ - Albury
26
+ - Launceston
27
+ - Mackay
28
+ - Rockhampton
29
+ - Bunbury
30
+ - Coffs Harbour
31
+ - Bundaberg
32
+ - Melton
33
+ - Wagga Wagga
34
+ - Hervey Bay
35
+ - Mildura – Wentworth
36
+ - Shepparton – Mooroopna
37
+ - Port Macquarie
38
+ - Gladstone – Tannum Sands
39
+ - Tamworth
40
+ - Traralgon – Morwell
41
+ - Orange
42
+ - Bowral – Mittagong
43
+ - Busselton
44
+ - Geraldton
45
+ - Dubbo
46
+ - Nowra – Bomaderry
47
+ - Warragul – Drouin
48
+ - Bathurst
49
+ - Warrnambool
50
+ - Albany
51
+ - Kalgoorlie
52
+ - Devonport
53
+ - Mount Gambier
54
+ - Lismore
55
+ - Nelson Bay
56
+ animals:
57
+ - Koala
58
+ - Humpback Whale
59
+ - Australian Fur Seal
60
+ - Wallaby
61
+ - Platypus
62
+ - Kangaroo
63
+ - Wombat
64
+ - Sugar Glider
65
+ - Flying Fox
66
+ - Tasmanian Devil
67
+ - Quokka
68
+ - Dugong
69
+ - Luaner
70
+ - Echidna
71
+ - Magpie
72
+ - Cockatoo
73
+ - Tawny Frogmouth
74
+ - Galah
75
+ - Lorikeet
76
+ - Pelican
77
+ - Cassowary
78
+ - Kookaburra
79
+ - Emu
80
+ - Lyrebird
81
+ - Barramundi
82
+ - Grouper
83
+ - Murray Cod
84
+ - Green Tree Frog
85
+ - Cane Toad
86
+ - Redback Spider
87
+ - Funnel Web Spider
88
+ - Blue Ringed OCtopus
89
+ - Fresh Water Crocodile
90
+ - Skink
91
+ - Thorny Devil
92
+ - King Brown Snake
93
+ - Carpet Python
94
+ - Tiger Snake
95
+ - Red Bellied Black Snake
96
+ - Blue Tongue Lizard
97
+ - Frilled Neck Lizard
98
+ - Saltwater Crocodile
99
+ - Eastern Brown Snake
100
+ states:
101
+ - New South wales
102
+ - Queensland
103
+ - Western Australia
104
+ - Northern Territory
105
+ - South Australia
106
+ - Australian Capital Territory
107
+ - Visctoria
108
+ - Tasmania
@@ -0,0 +1,90 @@
1
+ en:
2
+ faker:
3
+ bible:
4
+ character:
5
+ - Adam
6
+ - Eve
7
+ - Cain
8
+ - Abel
9
+ - Noah
10
+ - Abraham
11
+ - Isaac
12
+ - Jacob
13
+ - Esau
14
+ - Rebekah
15
+ - Moses
16
+ - Joseph
17
+ - Joshua
18
+ - Caleb
19
+ - Ruth
20
+ - Samson
21
+ - Gideon
22
+ - Esther
23
+ - Nehemiah
24
+ - Solomon
25
+ - Abimelech
26
+ - Jeremiah
27
+ - Isaiah
28
+ - Daniel
29
+ - Zechariah
30
+ - Jesus
31
+ - Apostle Paul
32
+ - David
33
+ - Goliath
34
+ - Samuel
35
+ - Martha
36
+ - Mary
37
+ - Elizabeth
38
+ - John the Baptist
39
+ - Peter
40
+ - James
41
+ - John
42
+ - Elijah
43
+ - Elisha
44
+ - Lazarus
45
+ - Cornelius
46
+ - Chloe
47
+ - Eunice
48
+ - Lois
49
+ - Timothy
50
+ - Titus
51
+ - Bathemaeus
52
+
53
+ location:
54
+ - Egypt
55
+ - Nile
56
+ - Red Sea
57
+ - Niniveh
58
+ - Malta
59
+ - Greece
60
+ - Troas
61
+ - Philippi
62
+ - Ephesus
63
+ - Corinth
64
+ - Macedonia
65
+ - Thessalonica
66
+ - Colossae
67
+ - Achaia
68
+ - Samaria
69
+ - Galatia
70
+ - Judea
71
+ - Damascus
72
+ - Rome
73
+ - Galilee
74
+ - Syria
75
+ - Babylon
76
+ - Jerusalem
77
+
78
+ quote:
79
+ - I am the way and the truth and the life. No one comes to the Father except through me.
80
+ - But seek first his kingdom and his righteousness, and all these things will be given to you as well.
81
+ - In the same way, let your light shine before others, that they may see your good deeds and glorify your Father in heaven.
82
+ - Ask and it will be given to you; seek and you will find; knock and the door will be opened to you. For everyone who asks receives; the one who seeks finds; and to the one who knocks, the door will be opened.
83
+ - 'Love the Lord your God with all your heart and with all your soul and with all your mind. This is the first and greatest commandment. And the second is like it: Love your neighbor as yourself. All the Law and the Prophets hang on these two commandments.'
84
+ - Whatever you do, work at it with all your heart.
85
+ - For when I am powerless, it is then that I am strong.
86
+ - Love is patient, love is kind, and is not jealous; love does not brag and is not arrogant, does not act unbecomingly; it does not seek its own [will], is not provoked, does not take into account a wrong suffered, does not rejoice in unrighteousness, but rejoices with the truth; bears all things, believes all things, hopes all things, endures all things.
87
+ - There is no longer Jew or Greek, there is no longer slave or free, there is no longer male and female; for all of you are one in Christ Jesus.
88
+ - I am not saying this because I am in need, for I have learned to be content whatever the circumstances. I know what it is to be in need, and I know what it is to have plenty. I have learned the secret of being content in any and every situation, whether well fed or hungry, whether living in plenty or in want. I can do everything through him who gives me strength.
89
+ - Let us not become weary in doing good, for at the proper time we will reap a harvest if we do not give up
90
+