faker 3.2.0 → 3.5.2

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 (124) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +437 -2
  3. data/README.md +29 -14
  4. data/lib/faker/books/lovecraft.rb +2 -3
  5. data/lib/faker/default/address.rb +2 -2
  6. data/lib/faker/default/alphanumeric.rb +1 -1
  7. data/lib/faker/default/chile_rut.rb +23 -17
  8. data/lib/faker/default/code.rb +64 -18
  9. data/lib/faker/default/company.rb +99 -5
  10. data/lib/faker/default/crypto.rb +13 -4
  11. data/lib/faker/default/date.rb +61 -5
  12. data/lib/faker/default/driving_licence.rb +19 -8
  13. data/lib/faker/default/finance.rb +2 -2
  14. data/lib/faker/default/hipster.rb +2 -3
  15. data/lib/faker/default/html.rb +230 -0
  16. data/lib/faker/default/id_number.rb +38 -24
  17. data/lib/faker/default/internet.rb +19 -53
  18. data/lib/faker/default/invoice.rb +3 -3
  19. data/lib/faker/default/json.rb +9 -4
  20. data/lib/faker/default/lorem.rb +6 -3
  21. data/lib/faker/default/{nhs.rb → national_health_service.rb} +8 -4
  22. data/lib/faker/default/number.rb +1 -1
  23. data/lib/faker/default/omniauth.rb +4 -4
  24. data/lib/faker/default/phone_number.rb +37 -18
  25. data/lib/faker/default/placeholdit.rb +1 -1
  26. data/lib/faker/default/south_africa.rb +3 -3
  27. data/lib/faker/{music/show.rb → default/theater.rb} +8 -8
  28. data/lib/faker/default/types.rb +5 -6
  29. data/lib/faker/default/vehicle.rb +23 -11
  30. data/lib/faker/games/final_fantasy_xiv.rb +73 -0
  31. data/lib/faker/games/heroes_of_the_storm.rb +0 -11
  32. data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +10 -10
  33. data/lib/faker/locations/australia.rb +40 -38
  34. data/lib/faker/movies/star_wars.rb +1 -1
  35. data/lib/faker/movies/{room.rb → the_room.rb} +4 -4
  36. data/lib/faker/music/smashing_pumpkins.rb +64 -0
  37. data/lib/faker/travel/airport.rb +2 -2
  38. data/lib/faker/travel/train_station.rb +54 -0
  39. data/lib/faker/tv_shows/archer.rb +51 -0
  40. data/lib/faker/tv_shows/buffy.rb +0 -13
  41. data/lib/faker/tv_shows/dr_who.rb +0 -13
  42. data/lib/faker/tv_shows/south_park.rb +15 -0
  43. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +0 -13
  44. data/lib/faker/version.rb +1 -1
  45. data/lib/faker.rb +20 -8
  46. data/lib/helpers/deprecator.rb +118 -0
  47. data/lib/helpers/positional_generator.rb +480 -0
  48. data/lib/locales/README.md +18 -2
  49. data/lib/locales/bg.yml +0 -1
  50. data/lib/locales/da-DK.yml +529 -35
  51. data/lib/locales/de-AT.yml +3487 -26
  52. data/lib/locales/de-CH.yml +4359 -12
  53. data/lib/locales/de.yml +7182 -100
  54. data/lib/locales/ee.yml +0 -1
  55. data/lib/locales/en/address.yml +1826 -561
  56. data/lib/locales/en/archer.yml +75 -0
  57. data/lib/locales/en/australia.yml +106 -105
  58. data/lib/locales/en/bank.yml +1 -1
  59. data/lib/locales/en/cosmere.yml +1 -1
  60. data/lib/locales/en/dog.yml +262 -7
  61. data/lib/locales/en/dota.yml +120 -67
  62. data/lib/locales/en/final_fantasy_xiv.yml +754 -0
  63. data/lib/locales/en/finance.yml +4 -4
  64. data/lib/locales/en/food.yml +2 -1
  65. data/lib/locales/en/{fma_brotherhood.yml → fullmetal_alchemist_brotherhood.yml} +3 -3
  66. data/lib/locales/en/harry_potter.yml +1 -1
  67. data/lib/locales/en/id_number.yml +1 -1
  68. data/lib/locales/en/internet.yml +0 -4
  69. data/lib/locales/en/minecraft.yml +4 -4
  70. data/lib/locales/en/music.yml +25 -25
  71. data/lib/locales/en/opera.yml +1 -1
  72. data/lib/locales/en/phone_number.yml +78 -3
  73. data/lib/locales/en/restaurant.yml +1 -1
  74. data/lib/locales/en/smashing_pumpkins.yml +382 -0
  75. data/lib/locales/en/south_park.yml +360 -2
  76. data/lib/locales/en/{room.yml → the_room.yml} +1 -1
  77. data/lib/locales/en/{show.yml → theater.yml} +1 -1
  78. data/lib/locales/en/train_station.yml +280 -0
  79. data/lib/locales/en/vehicle.yml +1 -1
  80. data/lib/locales/en-AU.yml +718 -47
  81. data/lib/locales/en-CA.yml +373 -19
  82. data/lib/locales/en-GB.yml +116 -9
  83. data/lib/locales/en-IND.yml +1259 -17
  84. data/lib/locales/en-KE.yml +212 -0
  85. data/lib/locales/en-MS.yml +364 -18
  86. data/lib/locales/en-NEP.yml +212 -38
  87. data/lib/locales/en-NZ.yml +1153 -124
  88. data/lib/locales/en-PAK.yml +392 -11
  89. data/lib/locales/en-SG.yml +581 -17
  90. data/lib/locales/en-US.yml +6914 -74
  91. data/lib/locales/en-au-ocker.yml +266 -24
  92. data/lib/locales/es-AR.yml +4569 -4600
  93. data/lib/locales/es-MX.yml +0 -1
  94. data/lib/locales/es.yml +0 -1
  95. data/lib/locales/fr/address.yml +761 -8
  96. data/lib/locales/fr/internet.yml +0 -1
  97. data/lib/locales/fr/name.yml +2 -1
  98. data/lib/locales/fr-CA.yml +2733 -44
  99. data/lib/locales/fr-CH.yml +0 -1
  100. data/lib/locales/fr.yml +3 -1
  101. data/lib/locales/hy.yml +3624 -120
  102. data/lib/locales/id.yml +839 -12
  103. data/lib/locales/it.yml +1304 -33
  104. data/lib/locales/ja/book.yml +492 -3
  105. data/lib/locales/ja/football.yml +115 -0
  106. data/lib/locales/ja/lorem.yml +1 -1
  107. data/lib/locales/ja/sport.yml +130 -0
  108. data/lib/locales/ja/touhou.yml +466 -0
  109. data/lib/locales/ko.yml +1361 -21
  110. data/lib/locales/lt.yml +297 -16
  111. data/lib/locales/lv.yml +0 -1
  112. data/lib/locales/nb-NO.yml +518 -30
  113. data/lib/locales/nl.yml +9 -2
  114. data/lib/locales/pl.yml +0 -1
  115. data/lib/locales/pt-BR.yml +8205 -665
  116. data/lib/locales/pt.yml +844 -45
  117. data/lib/locales/ru.yml +1353 -70
  118. data/lib/locales/sk.yml +4410 -44
  119. data/lib/locales/sv.yml +99 -0
  120. data/lib/locales/tr.yml +0 -2
  121. data/lib/locales/uk.yml +1808 -45
  122. data/lib/locales/zh-CN/bank.yml +17 -0
  123. metadata +26 -154
  124. data/History.md +0 -176
@@ -12,9 +12,9 @@ en:
12
12
  - /6011-####-####-###L/
13
13
  - /65##-####-####-###L/
14
14
  - /64[4-9]#-####-####-###L/
15
- - /6011-62##-####-####-###L/
16
- - /65##-62##-####-####-###L/
17
- - /64[4-9]#-62##-####-####-###L/
15
+ - /6011-62##-####-####-##L/
16
+ - /65##-62##-####-####-##L/
17
+ - /64[4-9]#-62##-####-####-##L/
18
18
  american_express:
19
19
  - /34##-######-####L/
20
20
  - /37##-######-####L/
@@ -49,7 +49,7 @@ en:
49
49
  - /6771#########{5,6}L/
50
50
  - /6709#########{5,6}L/
51
51
  condominium_fiscal_code:
52
- IT: "#########"
52
+ IT: "###########"
53
53
  vat_number:
54
54
  AT: "ATU########"
55
55
  AR: "AR###########"
@@ -455,7 +455,8 @@ en:
455
455
  - Pumpkin Seed
456
456
  - Purple Carrot
457
457
  - Purple Rice
458
- - Quark Quinc
458
+ - Quark
459
+ - Quince
459
460
  - Quinoa
460
461
  - Radicchio
461
462
  - Radish
@@ -1,6 +1,6 @@
1
1
  en:
2
2
  faker:
3
- fma_brotherhood:
3
+ fullmetal_alchemist_brotherhood:
4
4
  characters:
5
5
  - Edward Elric
6
6
  - Alphonse Elric
@@ -8,7 +8,7 @@ en:
8
8
  - Riza Hawkeye
9
9
  - Scar
10
10
  - Winry Rockbell
11
- - May Chang
11
+ - May Chang
12
12
  - Maes Hughes
13
13
  - Alex Louis Armstrong
14
14
  - Jean Havoc
@@ -47,7 +47,7 @@ en:
47
47
  - Isaac McDougal
48
48
  - Solf J. Kimblee
49
49
  - Van Hohenheim
50
- - Fu
50
+ - Fu
51
51
  - Ling Yao
52
52
  - Lan Fan
53
53
  - Olivier Mira Armstrong
@@ -2,7 +2,7 @@ en:
2
2
  faker:
3
3
  harry_potter:
4
4
  characters: ["Hannah Abbott", "Bathsheda Babbling", "Ludo Bagman", "Bathilda Bagshot", "Marcus Belby", "Katie Bell", "Cuthbert Binns", "Phineas Nigellus Black", "Regulus Arcturus Black", "Sirius Black", "Broderick Bode", "Bogrod", "Amelia Bones", "Susan Bones", "Terry Boot", "Mr. Borgin", "Lavender Brown", "Millicent Bulstrode", "Charity Burbage", "Frank Bryce", "Alecto Carrow", "Amycus Carrow", "Reginald Cattermole", "Mary Cattermole", "Cho Chang", "Penelope Clearwater", "Mrs. Cole", "Michael Corner", "Vincent Crabbe, Sr.", "Vincent Crabbe", "Dennis Creevey", "Dirk Cresswell", "Bartemius Crouch, Sr.", "Barty Crouch, Jr.", "Roger Davies", "John Dawlish", "Fleur Delacour", "Gabrielle Delacour", "Dedalus Diggle", "Amos Diggory", "Cedric Diggory", "Armando Dippet", "Elphias Doge", "Antonin Dolohov", "Aberforth Dumbledore", "Albus Dumbledore", "Ariana Dumbledore", "Dudley Dursley", "Marge Dursley", "Petunia Dursley", "Vernon Dursley", "Marietta Edgecombe", "Everard", "Arabella Figg", "Argus Filch", "Justin Finch-Fletchley", "Seamus Finnigan", "Marcus Flint", "Nicholas Flamel", "Mundungus Fletcher", "Filius Flitwick", "Florean Fortescue", "Cornelius Fudge", "Marvolo Gaunt", "Merope Gaunt", "Morfin Gaunt", "Anthony Goldstein", "Goyle Sr.", "Gregory Goyle", "Heromine Granger", "Gregorovitch", "Fenrir Greyback", "Gellert Grindelwald", "Wilhelmina Grubbly-Plank", "Godric Gryffindor", "Astoria Greengrass", "Rubeus Hagrid", "Rolanda Hooch", "Mafalda Hopkirk", "Helga Hufflepuff", "Angelina Johnson", "Lee Jordan", "Bertha Jorkins", "Igor Karkaroff", "Viktor Krum", "Bellatrix Lestrange", "Rabastan Lestrange", "Rodolphus Lestrange", "Gilderoy Lockhart", "Alice Longbottom", "Augusta Longbottom", "Frank Longbottom", "Neville Longbottom", "Luna Lovegood", "Xenophilius Lovegood", "Remus Lupin", "Walden Macnair", "Draco Malfoy", "Lucius Malfoy", "Narcissa Malfoy", "Madam Malkin", "Griselda Marchbanks", "Olympe Maxime", "Ernie Macmillan", "Minerva McGonagall", "Cormac McLaggen", "Graham Montague", "Alastor (Mad-Eye) Moody", "Moran", "Theodore Nott", "Bob Ogden", "Garrick Ollivander", "Pansy Parkinson", "Padma Patil", "Parvati Patil", "Peter Pettigrew", "Antioch Peverell", "Cadmus Peverell", "Ignotus Peverell", "Irma Prince", "Sturgis Podmore", "Poppy Pomfrey", "Harry Potter", "James Potter", "Lily Potter", "Fabian Prewett", "Gideon Prewett", "Quirinus Quirrell", "Helena Ravenclaw (The Grey Lady)", "Rowena Ravenclaw", "Tom Marvolo Riddle", "Mr. Roberts", "Demelza Robins", "Augustus Rookwood", "Albert Runcorn", "Scabior", "Newt Scamander", "Rolf Scamander", "Rufus Scrimgeour", "Kingsley Shacklebolt", "Stan Shunpike", "Aurora Sinistra", "Rita Skeeter", "Horace Slughorn", "Salazar Slytherin", "Hepzibah Smith", "Zacharias Smith", "Severus Snape", "Alicia Spinnet", "Pomona Sprout", "Pius Thicknesse", "Dean Thomas", "Andromeda Tonks", "Nymphadora Tonks", "Ted Tonks", "Travers", "Sybill Trelawney", "Wilky Twycross", "Dolores Jane Umbridge", "Emmeline Vance", "Romilda Vane", "Septima Vector", "Lord Voldemort", "Myrtle Warren", "Cassius Warrington", "Arthur Weasley", "Bill Weasley", "Charlie Weasley", "Fred Weasley", "George Weasley", "Ginny Weasley", "Molly Weasley", "Percy Weasley", "Ron Weasley", "Oliver Wood", "Kennilworthy Whisp", "Yaxley", "Blaise Zabini", "Aragog", "Bane", "Beedle the Bard", "The Bloody Baron", "Buckbeak", "Sir Cadogan", "Crookshanks", "Dobby", "Enid", "Errol", "Fang", "The Fat Friar", "Fridwulfa", "The Fat Lady", "Fawkes", "Firenze", "Fluffy", "Grawp", "Griphook", "Hedwig", "Hokey", "Kreacher", "Magorian", "Moaning Myrtle", "Mrs. Norris", "Great Aunt Muriel", "Nagini", "Nearly Headless Nick", "Norbert", "Peeves", "Pigwidgeon", "Madam Rosmerta", "Ronan", "Scabbers", "Trevor", "Winky"]
5
- locations: ["The Burrow", "Godric's Hollow", "Little Hangleton", "Malfoy Manor", "Number 12, Grimmauld Place", "Shell Cottage", "Sinner's End", "Beauxbatons", "Castlelobruxo", "Durmstrang", "Hogwarts", "Ilvermorny", "Mahoutokoro", "Uagadou", "Diagon Alley", "Eeylops Owl Emporium", "Florean Fortescue's Ice Cream Parlour", "Flourish & Blotts", "Gambol and Japes", "Gringotts Wizarding Bank", "Knockturn Alley", "Borgin & Burkes", "The Leaky Cauldron", "Madam Malkin's Robes for All Occasions", "Magical Menagerie", "Ollivanders", "Potage's Cauldron Shop", "Quality Quidditch Shop", "Slug and Jiggers Apothecary", "Stalls", "Twilfitt and Tatting's", "Weasleys' Wizard Wheezes", "Wiseacre's Wizarding Equipment", "Hogsmeade", "The Three Broomsticks", "Honeydukes", "Zonko's Joke Shop", "Hogsmeade Station", "The Hog's Head", "Dervish & Banges", "Gladrags Wizardwear", "Scrivenshaft's Quill Shop", "Madam Puddifoot's", "Post Office", "Shrieking Shack", "Azkaban", "Ministry of Magic", "St. Mungo's Hospital for Magical Maladies and Injuries", "Numengard", "Platform 9 3/4"]
5
+ locations: ["The Burrow", "Godric's Hollow", "Little Hangleton", "Malfoy Manor", "Number 12, Grimmauld Place", "Shell Cottage", "Sinner's End", "Beauxbatons", "Castelobruxo", "Durmstrang", "Hogwarts", "Ilvermorny", "Mahoutokoro", "Uagadou", "Diagon Alley", "Eeylops Owl Emporium", "Florean Fortescue's Ice Cream Parlour", "Flourish & Blotts", "Gambol and Japes", "Gringotts Wizarding Bank", "Knockturn Alley", "Borgin & Burkes", "The Leaky Cauldron", "Madam Malkin's Robes for All Occasions", "Magical Menagerie", "Ollivanders", "Potage's Cauldron Shop", "Quality Quidditch Shop", "Slug and Jiggers Apothecary", "Stalls", "Twilfitt and Tatting's", "Weasleys' Wizard Wheezes", "Wiseacre's Wizarding Equipment", "Hogsmeade", "The Three Broomsticks", "Honeydukes", "Zonko's Joke Shop", "Hogsmeade Station", "The Hog's Head", "Dervish & Banges", "Gladrags Wizardwear", "Scrivenshaft's Quill Shop", "Madam Puddifoot's", "Post Office", "Shrieking Shack", "Azkaban", "Ministry of Magic", "St. Mungo's Hospital for Magical Maladies and Injuries", "Numengard", "Platform 9 3/4"]
6
6
  quotes: ["It does not do to dwell on dreams and forget to live.", "It takes a great deal of bravery to stand up to our enemies, but just as much to stand up to our friends.", "To the well-organized mind, death is but the next great adventure.", "It is our choices, Harry, that show what we truly are, far more than our abilities.", "Happiness can be found even in the darkest of times if only one remembers to turn on the light.", "If you want to know what a man’s like, take a good look at how he treats his inferiors, not his equals.", "Dark and difficult times lie ahead. Soon we must all face the choice between what is right and what is easy.", "Just because you have the emotional range of a teaspoon doesn’t mean we all have.", "We’ve all got both light and dark inside us. What matters is the part we choose to act on. That’s who we really are.", "Harry, suffering like this proves you are still a man! This pain is part of being human...the fact that you can feel pain like this is your greatest strength.", "Things we lose have a way of coming back to us in the end, if not always in the way we expect.", "It is the unknown we fear when we look upon death and darkness, nothing more.", "Of course it is happening inside your head, Harry, but why on earth should that mean that it is not real?", "Words are in my not-so-humble opinion, the most inexhaustible form of magic we have, capable both of inflicting injury and remedying it.", "After all this time? Always.", "No story lives unless someone wants to listen. The stories we love best do live in us forever. So whether you come back by page or by the big screen, Hogwarts will always be there to welcome you home.", "You're a wizard, Harry.", "We could all have been killed - or worse, expelled.", "Never trust anything that can think for itself if you can't see where it keeps its brain.", "It’s wingardium leviOsa, not leviosAH.", "You sort of start thinking anything’s possible if you’ve got enough nerve.", "I solemnly swear that I am up to no good.", "There are some things you can't share without ending up liking each other, and knocking out a twelve-foot mountain troll is one of them."]
7
7
  books: ["Harry Potter and the Sorcerer's Stone", "Harry Potter and the Chamber of Secrets", "Harry Potter and the Prisoner of Azkaban", "Harry Potter and the Goblet of Fire", "Harry Potter and the Order of the Phoenix", "Harry Potter and the Half-Blood Prince", "Harry Potter and the Deathly Hallows"]
8
8
  houses: ["Gryffindor", "Slytherin", "Ravenclaw", "Hufflepuff", "Horned Serpent", "Wampus", "Thunderbird", "Pukwudgie"]
@@ -1,5 +1,5 @@
1
1
  en:
2
2
  faker:
3
3
  id_number:
4
- valid: "#{IDNumber.ssn_valid}"
4
+ valid: "#{IdNumber.ssn_valid}"
5
5
  invalid: ['000-##-####', '###-00-####', '###-##-0000', '666-##-####', '9##-##-####']
@@ -13,10 +13,6 @@ en:
13
13
  safe_domain_suffix:
14
14
  - example
15
15
  - test
16
- free_email:
17
- - gmail.com
18
- - yahoo.com
19
- - hotmail.com
20
16
  slug:
21
17
  - report
22
18
  - appointment
@@ -629,14 +629,14 @@ en:
629
629
  - Piglin
630
630
  status_effect:
631
631
  - Absorption
632
- - Bad Luck
632
+ - Bad Luck
633
633
  - Bad Omen
634
634
  - Blindness
635
635
  - Conduit Power
636
- - Dolphin's Grace
637
- - Fatal Poison
636
+ - Dolphin's Grace
637
+ - Fatal Poison
638
638
  - Fire Resistance
639
- - Glowing
639
+ - Glowing
640
640
  - Haste
641
641
  - Health Boost
642
642
  - Hero of the Village
@@ -32,10 +32,8 @@ en:
32
32
  - Arctic Monkeys
33
33
  - B.B. King
34
34
  - Bauhaus
35
- - The Beatles
36
35
  - Beck
37
36
  - Billy Idol
38
- - The Birthday Party
39
37
  - Björk
40
38
  - Blinker The Star
41
39
  - Blondie
@@ -54,16 +52,11 @@ en:
54
52
  - Chris Isaak
55
53
  - Chrissie Hynde
56
54
  - Chuck Berry
57
- - The Clash
58
55
  - Cliff Richard (and the Shadows)
59
56
  - Coldplay
60
57
  - Cootie Williams
61
58
  - Cortinas
62
- - " The"
63
- - The Cramps
64
- - The Cranberries
65
59
  - Cream
66
- - The Cure
67
60
  - David Bowie
68
61
  - David Gilmour
69
62
  - Deepest Blue
@@ -77,7 +70,6 @@ en:
77
70
  - Elvis Costello
78
71
  - Elvis Presley
79
72
  - Eric Clapton
80
- - The Faces
81
73
  - Fats Domino
82
74
  - Flaming Lips
83
75
  - Florence and the Machine
@@ -94,7 +86,6 @@ en:
94
86
  - Hugh Masekela
95
87
  - Ian Dury
96
88
  - Iggy Pop
97
- - The Jam
98
89
  - James Brown
99
90
  - Jeff Beck
100
91
  - Jeff Buckley
@@ -111,14 +102,11 @@ en:
111
102
  - Kate Bush
112
103
  - Keith Moon
113
104
  - Keith Richards
114
- - The Kinks
115
105
  - Kiss
116
- - The La's
117
106
  - Led Zeppelin
118
107
  - Lenny Kravitz
119
108
  - Leonard Cohen
120
109
  - Liam Gallagher
121
- - The Libertines
122
110
  - Madness
123
111
  - Madonna
124
112
  - Manic Street Preachers
@@ -126,7 +114,6 @@ en:
126
114
  - Marianne Faithfull
127
115
  - Marilyn Manson
128
116
  - Maroon 5
129
- - The Mars Volta
130
117
  - Max Roach
131
118
  - Michael Jackson
132
119
  - Miles Davis
@@ -145,6 +132,7 @@ en:
145
132
  - Oasis
146
133
  - Offspring
147
134
  - Ozzy Osbourne
135
+ - PJ Harvey
148
136
  - Paramore
149
137
  - Pat Metheny
150
138
  - Patti Smith
@@ -154,21 +142,16 @@ en:
154
142
  - Phil Collins
155
143
  - Phish
156
144
  - Pink Floyd
157
- - PJ Harvey
158
- - The Police
159
- - The Pretenders
160
145
  - Primal Scream
161
146
  - Prince
162
147
  - Program The Dead
163
148
  - Pulp
164
149
  - Queen
150
+ - R.E.M.
165
151
  - Radiohead
166
- - The Ramones
167
152
  - Red Hot Chili Peppers
168
- - R.E.M.
169
153
  - Rick Wright
170
154
  - Rod Stewart
171
- - The Rolling Stones
172
155
  - Rory Gallagher
173
156
  - Roxy Music
174
157
  - Roy Hargrove
@@ -179,15 +162,35 @@ en:
179
162
  - Simply Red
180
163
  - Sinead O'connor
181
164
  - Siouxsie and The Banshees
182
- - The Slits
183
- - The Smiths
184
165
  - Sonic Youth
185
- - The Specials
186
166
  - Squeeze
187
167
  - Status Quo
188
168
  - Stereophonics
189
169
  - Stone Roses
190
170
  - Syd Barrett
171
+ - The Beatles
172
+ - The Birthday Party
173
+ - The Clash
174
+ - The Cramps
175
+ - The Cranberries
176
+ - The Cure
177
+ - The Faces
178
+ - The Jam
179
+ - The Killers
180
+ - The Kinks
181
+ - The La's
182
+ - The Libertines
183
+ - The Mars Volta
184
+ - The Police
185
+ - The Pretenders
186
+ - The Ramones
187
+ - The Rolling Stones
188
+ - The Slits
189
+ - The Smiths
190
+ - The Specials
191
+ - The Undertones
192
+ - The Who
193
+ - The Yardbirds
191
194
  - Thelonius Monk
192
195
  - Thin Lizzy
193
196
  - Thornley
@@ -196,12 +199,9 @@ en:
196
199
  - Tom Robinson
197
200
  - Tom Waits
198
201
  - U2
199
- - The Undertones
200
202
  - Van Morrison
201
203
  - Velvet Revolver
202
204
  - White Stripes
203
- - The Who
204
- - The Yardbirds
205
205
  - Yumi Matsutoya
206
206
  albums:
207
207
  - Thriller
@@ -324,7 +324,7 @@ en:
324
324
  - Maître Pierre
325
325
  - Polyeucte
326
326
  - Le tribut de Zamora
327
- by_camille_saint_saëns:
327
+ by_camille_saint_saens:
328
328
  - L'ancêtre
329
329
  - Ascanio
330
330
  - Les barbares
@@ -1,7 +1,82 @@
1
1
  en:
2
2
  faker:
3
3
  phone_number:
4
- formats: ['###-###-####', '(###) ###-####', '1-###-###-####', '###.###.####', '###-###-#### x###', '(###) ###-#### x###', '1-###-###-#### x###', '###.###.#### x###', '###-###-#### x####', '(###) ###-#### x####', '1-###-###-#### x####', '###.###.#### x####', '###-###-#### x#####', '(###) ###-#### x#####', '1-###-###-#### x#####', '###.###.#### x#####']
4
+ area_code:
5
+ - '201'
6
+ - '321'
7
+ - '416'
8
+ - '212'
9
+ - '604'
10
+ - '305'
11
+ - '514'
12
+ - '310'
13
+ - '613'
14
+ - '415'
15
+ - '617'
16
+ - '713'
17
+ - '905'
18
+ - '312'
19
+ - '619'
20
+ - '416'
21
+ - '702'
22
+ - '202'
23
+ - '403'
24
+ - '305'
25
+ country_code:
26
+ - '1'
27
+ - '86'
28
+ - '91'
29
+ - '7'
30
+ - '81'
31
+ - '44'
32
+ - '49'
33
+ - '82'
34
+ - '55'
35
+ - '33'
36
+ - '92'
37
+ - '90'
38
+ - '62'
39
+ - '39'
40
+ - '34'
41
+ - '84'
42
+ - '20'
43
+ - '30'
44
+ - '62'
45
+ - '63'
46
+ - '64'
47
+ - '65'
48
+ - '66'
49
+ - '852'
50
+ - '1'
51
+ - '46'
52
+ - '41'
53
+ - '55'
54
+ - '54'
55
+ - '31'
56
+ exchange_code:
57
+ - '201'
58
+ - '321'
59
+ - '416'
60
+ - '212'
61
+ - '652'
62
+ - '305'
63
+ - '514'
64
+ - '310'
65
+ - '613'
66
+ - '415'
67
+ formats:
68
+ - "##########"
69
+ - "### ### ####"
70
+ - "###-###-####"
71
+ - "(###) ###-####"
72
+ - "###.###.####"
73
+ - "###-###-####"
74
+ - "(###) ### ####"
75
+ - "###-###-####"
76
+ - "###.###.####"
5
77
  cell_phone:
6
- formats: ['###-###-####', '(###) ###-####', '1-###-###-####', '###.###.####']
7
- country_code: ["1", "1-242", "1-246", "1-264", "1-268", "1-284", "1-340", "1-345", "1-441", "1-473", "1-649", "1-670", "1-671", "1-684", "1-758", "1-784", "1-787", "1-868", "1-869", "1-876", "1-939", "20", "212", "213", "216", "218", "220", "221", "222", "223", "224", "225", "226", "227", "228", "229", "230", "231", "232", "233", "234", "235", "236", "238", "238", "239", "240", "241", "242", "243", "244", "245", "247", "248", "249", "250", "251", "252", "253", "254", "255", "256", "257", "258", "260", "261", "262", "263", "264", "265", "266", "267", "268", "269", "269", "27", "290", "291", "297", "298", "299", "30", "31", "32", "33", "33", "34", "350", "351", "352", "353", "354", "355", "356", "357", "358", "359", "36", "370", "371", "372", "373", "374", "375", "376", "378", "380", "381", "381", "381", "385", "386", "387", "389", "39", "39", "40", "41", "420", "421", "423", "43", "44", "45", "46", "47", "48", "49", "500", "501", "502", "503", "504", "505", "506", "507", "508", "509", "51", "52", "53", "54", "55", "56", "57", "58", "591", "592", "593", "594", "595", "596", "596", "597", "598", "599", "60", "61", "61-8", "62", "63", "64", "65", "66", "670", "672", "673", "674", "675", "676", "677", "678", "679", "680", "681", "682", "683", "685", "686", "687", "688", "689", "690", "691", "692", "7", "7-6", "7-7", "767", "809", "809", "809", "81", "82", "84", "850", "850", "852", "853", "855", "855", "856", "86", "880", "886", "886", "90", "91", "92", "93", "94", "95", "960", "961", "962", "963", "964", "965", "966", "967", "968", "971", "972", "973", "974", "975", "976", "977", "98", "993", "994", "995", "996"]
78
+ formats:
79
+ - "###-###-####"
80
+ - "(###) ###-####"
81
+ - "###.###.####"
82
+ - "### ### ####"
@@ -125,5 +125,5 @@ en:
125
125
  - "Ambience was good, service was no nonsense but friendly."
126
126
  - "Id have to say that each piece was fresh and had their own slight unique flavor twist to it, pushing the line between traditional edomae and fusion. The Hokkaido uni and the ocean trout topped with cook seaweed was the highlights of the meal. But each piece served was really something special."
127
127
  - "Staff was very accommodating but the chef were no nonsense. The ambiance is clean and tranquil which is perfect if youre looking to have a conversation with a date or a friend."
128
- - "My only critique would be that the rice could of used more vingaer and for them to use real wasabi. Also the variety of fish in stock wasnt a lot but hopefully that can change over time. The cost justify the quality youre getting. A solid 4 stars."
128
+ - "My only critique would be that the rice could of used more vinegar and for them to use real wasabi. Also the variety of fish in stock wasnt a lot but hopefully that can change over time. The cost justify the quality youre getting. A solid 4 stars."
129
129
  - "In terms of omakase, they had a few options but the one we chose was the 87 dollar version which include sashimi and sushi."