vocalist 1.0.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 (93) hide show
  1. data/.document +5 -0
  2. data/.gitignore +27 -0
  3. data/LICENSE +20 -0
  4. data/README.rdoc +17 -0
  5. data/Rakefile +70 -0
  6. data/VERSION +1 -0
  7. data/data/countries/albania.yml +6 -0
  8. data/data/countries/algeria.yml +5 -0
  9. data/data/countries/argentina.yml +12 -0
  10. data/data/countries/armenia.yml +5 -0
  11. data/data/countries/australia.yml +22 -0
  12. data/data/countries/austria.yml +5 -0
  13. data/data/countries/bahamas.yml +7 -0
  14. data/data/countries/belarus.yml +6 -0
  15. data/data/countries/belgium.yml +6 -0
  16. data/data/countries/benin.yml +4 -0
  17. data/data/countries/bolivia.yml +5 -0
  18. data/data/countries/bonia.yml +10 -0
  19. data/data/countries/brazil.yml +6 -0
  20. data/data/countries/bulgaria.yml +6 -0
  21. data/data/countries/cameroon.yml +6 -0
  22. data/data/countries/canada.yml +13 -0
  23. data/data/countries/cape-verde.yml +9 -0
  24. data/data/countries/chile.yml +7 -0
  25. data/data/countries/china.yml +5 -0
  26. data/data/countries/colombia.yml +7 -0
  27. data/data/countries/croatia.yml +6 -0
  28. data/data/countries/cuba.yml +5 -0
  29. data/data/countries/cyprus.yml +5 -0
  30. data/data/countries/czech-republic.yml +6 -0
  31. data/data/countries/democratic-republic-of-the-congo.yml +5 -0
  32. data/data/countries/denmark.yml +5 -0
  33. data/data/countries/estonia.yml +5 -0
  34. data/data/countries/faroe-islands.yml +6 -0
  35. data/data/countries/finland.yml +5 -0
  36. data/data/countries/france.yml +14 -0
  37. data/data/countries/germany.yml +114 -0
  38. data/data/countries/greece.yml +5 -0
  39. data/data/countries/hungary.yml +5 -0
  40. data/data/countries/iceland.yml +7 -0
  41. data/data/countries/india.yml +9 -0
  42. data/data/countries/iran.yml +5 -0
  43. data/data/countries/ireland.yml +12 -0
  44. data/data/countries/island-of-dominica.yml +4 -0
  45. data/data/countries/israel.yml +6 -0
  46. data/data/countries/italy.yml +9 -0
  47. data/data/countries/ivory-coast.yml +5 -0
  48. data/data/countries/jamaica.yml +6 -0
  49. data/data/countries/japan.yml +6 -0
  50. data/data/countries/kazakhstan.yml +8 -0
  51. data/data/countries/korea.yml +6 -0
  52. data/data/countries/kyrgyzstan.yml +5 -0
  53. data/data/countries/latvia.yml +6 -0
  54. data/data/countries/lebanon.yml +5 -0
  55. data/data/countries/lithuania.yml +6 -0
  56. data/data/countries/luxembourg.yml +9 -0
  57. data/data/countries/macedonia.yml +6 -0
  58. data/data/countries/malaysia.yml +4 -0
  59. data/data/countries/mali.yml +4 -0
  60. data/data/countries/mexico.yml +8 -0
  61. data/data/countries/moldavia.yml +5 -0
  62. data/data/countries/mongolia.yml +4 -0
  63. data/data/countries/morocco.yml +12 -0
  64. data/data/countries/netherlands.yml +9 -0
  65. data/data/countries/new-zealand.yml +17 -0
  66. data/data/countries/norway.yml +11 -0
  67. data/data/countries/peru.yml +7 -0
  68. data/data/countries/philippines.yml +11 -0
  69. data/data/countries/poland.yml +9 -0
  70. data/data/countries/portugal.yml +9 -0
  71. data/data/countries/puerto-rico.yml +5 -0
  72. data/data/countries/romania.yml +6 -0
  73. data/data/countries/russia.yml +7 -0
  74. data/data/countries/senegal.yml +5 -0
  75. data/data/countries/serbia.yml +5 -0
  76. data/data/countries/slovakia.yml +6 -0
  77. data/data/countries/solvenia.yml +5 -0
  78. data/data/countries/south-africa.yml +5 -0
  79. data/data/countries/spain.yml +7 -0
  80. data/data/countries/sweden.yml +18 -0
  81. data/data/countries/switzerland.yml +5 -0
  82. data/data/countries/taiwan.yml +5 -0
  83. data/data/countries/tanzania.yml +5 -0
  84. data/data/countries/thailand.yml +8 -0
  85. data/data/countries/uk.yml +92 -0
  86. data/data/countries/usa.yml +44 -0
  87. data/lib/vocalist.rb +0 -0
  88. data/lib/vocalist/nationality.rb +95 -0
  89. data/spec/spec.opts +1 -0
  90. data/spec/spec_helper.rb +9 -0
  91. data/spec/vocalist_spec.rb +7 -0
  92. data/vocalist.gemspec +139 -0
  93. metadata +189 -0
@@ -0,0 +1,5 @@
1
+ ---
2
+ :tags:
3
+ - greek
4
+ - greece
5
+ :country: Greece
@@ -0,0 +1,5 @@
1
+ ---
2
+ :tags:
3
+ - hungarian
4
+ - hungary
5
+ :country: Hungary
@@ -0,0 +1,7 @@
1
+ ---
2
+ :tags:
3
+ - icelandic
4
+ - iceland
5
+ - island
6
+ - icelandic pop
7
+ :country: Iceland
@@ -0,0 +1,9 @@
1
+ ---
2
+ :tags:
3
+ - indian
4
+ - india
5
+ - indian classical
6
+ - indian music
7
+ - indian rock
8
+ - south indian music
9
+ :country: India
@@ -0,0 +1,5 @@
1
+ ---
2
+ :tags:
3
+ - iran
4
+ - iranian
5
+ :country: Iran
@@ -0,0 +1,12 @@
1
+ ---
2
+ :tags:
3
+ - irish
4
+ - irishi
5
+ - irish punk
6
+ - irish folk
7
+ - irish rock
8
+ - irish folk punk
9
+ - irish punk rock
10
+ - ireland
11
+ - irish folk rock
12
+ :country: Ireland
@@ -0,0 +1,4 @@
1
+ ---
2
+ :tags:
3
+ - the island of dominica
4
+ :country: The Island of Dominica
@@ -0,0 +1,6 @@
1
+ ---
2
+ :tags:
3
+ - israel
4
+ - israeli
5
+ - israelian
6
+ :country: Israel
@@ -0,0 +1,9 @@
1
+ ---
2
+ :tags:
3
+ - italian
4
+ - italo
5
+ - italy
6
+ - italian metal
7
+ - italie
8
+ - italiano
9
+ :country: Italy
@@ -0,0 +1,5 @@
1
+ ---
2
+ :tags:
3
+ - ivory coast
4
+ - cote d ivoire
5
+ :country: Ivory Coast
@@ -0,0 +1,6 @@
1
+ ---
2
+ :tags:
3
+ - jamaica
4
+ - jamaican
5
+ :country: Jamaica
6
+
@@ -0,0 +1,6 @@
1
+ ---
2
+ :tags:
3
+ - japan
4
+ - japanese
5
+ - japanese music
6
+ :country: Japan
@@ -0,0 +1,8 @@
1
+ ---
2
+ :tags:
3
+ - kazakhstan
4
+ - kazakh
5
+ - kazakh rock
6
+ - kazakhstani
7
+ - khazakhstanian folk rock
8
+ :country: Kazakhstan
@@ -0,0 +1,6 @@
1
+ ---
2
+ :tags:
3
+ - korea
4
+ - korean
5
+ - korean pop
6
+ :country: Korea
@@ -0,0 +1,5 @@
1
+ ---
2
+ :tags:
3
+ - kyrgyzstan
4
+ :country: Kyrgystan
5
+
@@ -0,0 +1,6 @@
1
+ ---
2
+ :tags:
3
+ - latvia
4
+ - latvian
5
+ :country: Latvia
6
+
@@ -0,0 +1,5 @@
1
+ ---
2
+ :tags:
3
+ - lebanese
4
+ - lebanon
5
+ :country: Lebanon
@@ -0,0 +1,6 @@
1
+ ---
2
+ :tags:
3
+ - lithuania
4
+ - lithuanian
5
+ - lithuanian metal
6
+ :country: Lithuania
@@ -0,0 +1,9 @@
1
+ ---
2
+ :tags:
3
+ - black metal from luxembourg
4
+ - luxemburg
5
+ - luxembourg
6
+ - luxembourgian
7
+ - "luxembourg: avant-garde"
8
+ - luxembourgish
9
+ :country: Luxembourg
@@ -0,0 +1,6 @@
1
+ ---
2
+ :tags:
3
+ - macedonia
4
+ - macedonian
5
+ - macedonian folk
6
+ :country: Macedonia
@@ -0,0 +1,4 @@
1
+ ---
2
+ :tags:
3
+ - malaysia
4
+ :country: Malaysia
@@ -0,0 +1,4 @@
1
+ ---
2
+ :tags:
3
+ - mali
4
+ :country: Mali
@@ -0,0 +1,8 @@
1
+ ---
2
+ :tags:
3
+ - mexico
4
+ - mexican
5
+ - mexico city
6
+ - mexican electronic music
7
+ - mexican rock
8
+ :country: Mexico
@@ -0,0 +1,5 @@
1
+ ---
2
+ :tags:
3
+ - moldavia
4
+ - moldova
5
+ :country: Moldavia
@@ -0,0 +1,4 @@
1
+ ---
2
+ :tags:
3
+ - mongolia
4
+ :country: Mongolia
@@ -0,0 +1,12 @@
1
+ ---
2
+ :tags:
3
+ - maroc
4
+ - marocain
5
+ - marocaine
6
+ - marokko
7
+ - marroccan
8
+ - marruecos
9
+ - moroccan
10
+ - moroccan pop
11
+ - morocco
12
+ :country: Morocco
@@ -0,0 +1,9 @@
1
+ ---
2
+ :tags:
3
+ - dutch
4
+ - nederlands
5
+ - netherlands
6
+ - rotterdam
7
+ - rotterdam techno
8
+ - holland
9
+ :country: Netherlands
@@ -0,0 +1,17 @@
1
+ ---
2
+ :tags:
3
+ - good old nz rock
4
+ - kiwi
5
+ - kiwi rock
6
+ - kiwi punk
7
+ - kiwi is not just a fruit
8
+ - kiwi music
9
+ - new zealand
10
+ - new zealand music
11
+ - nz
12
+ - nz rock
13
+ - new plymouth
14
+ - new zealand metal
15
+ - nz music
16
+ - neuseeland
17
+ :country: New Zealand
@@ -0,0 +1,11 @@
1
+ ---
2
+ :tags:
3
+ - bergen
4
+ - norwegian
5
+ - norway
6
+ - norsk
7
+ - norske
8
+ - norwegian folk
9
+ - royksopp
10
+ - "r\xC3\xB6yksopp"
11
+ :country: Norway
@@ -0,0 +1,7 @@
1
+ ---
2
+ :tags:
3
+ - peru
4
+ - peruian
5
+ - peruvian
6
+ - peruvian rock
7
+ :country: Peru
@@ -0,0 +1,11 @@
1
+ ---
2
+ :tags:
3
+ - filipino
4
+ - philippines
5
+ - pinoy
6
+ - pinoyrock
7
+ - pinoy rak en rol
8
+ - pinoy pride
9
+ - pinoy band
10
+ - pinoy rock
11
+ :country: Phillippines
@@ -0,0 +1,9 @@
1
+ ---
2
+ :tags:
3
+ - polish
4
+ - polish music
5
+ - polish punk
6
+ - poland
7
+ - polisz
8
+ - polska
9
+ :country: Poland
@@ -0,0 +1,9 @@
1
+ ---
2
+ :tags:
3
+ - portugal
4
+ - portuguesa
5
+ - portuguese
6
+ - portuguese folk
7
+ - portuguese music
8
+ - portuguese guitar
9
+ :country: Portugal
@@ -0,0 +1,5 @@
1
+ ---
2
+ :tags:
3
+ - puerto rico
4
+ - puerto rican
5
+ :country: Puerto Rico
@@ -0,0 +1,6 @@
1
+ ---
2
+ :tags:
3
+ - romanesc
4
+ - romania
5
+ - romanian
6
+ :country: Romania
@@ -0,0 +1,7 @@
1
+ ---
2
+ :tags:
3
+ - russia
4
+ - russian
5
+ - russian rock
6
+ - russian alternative
7
+ :country: Russia
@@ -0,0 +1,5 @@
1
+ ---
2
+ :tags:
3
+ - senegal
4
+ - senegalese
5
+ :country: Senegal
@@ -0,0 +1,5 @@
1
+ ---
2
+ :tags:
3
+ - serbia
4
+ - serbian
5
+ :country: Serbia
@@ -0,0 +1,6 @@
1
+ ---
2
+ :tags:
3
+ - slovak
4
+ - slovak pop
5
+ - slovak stream
6
+ :country: Slovakia
@@ -0,0 +1,5 @@
1
+ ---
2
+ :tags:
3
+ - slovenia
4
+ - slovenian
5
+ :country: Slovenia
@@ -0,0 +1,5 @@
1
+ ---
2
+ :tags:
3
+ - south africa
4
+ - south african
5
+ :country: South Africa
@@ -0,0 +1,7 @@
1
+ ---
2
+ :tags:
3
+ - spanish
4
+ - spain
5
+ - spanish rock
6
+ - spanish pop
7
+ :country: Spain
@@ -0,0 +1,18 @@
1
+ ---
2
+ :tags:
3
+ - jag alskar sverige
4
+ - sweden
5
+ - swedish
6
+ - swedish rock
7
+ - svenskt
8
+ - swedish punk
9
+ - svensk
10
+ - swedish pop
11
+ - swedish indie pop
12
+ - swedish indie
13
+ - stockholm
14
+ - swede
15
+ - svensk musik
16
+ - swedes
17
+ - peter bjorn and john
18
+ :country: Sweden
@@ -0,0 +1,5 @@
1
+ ---
2
+ :tags:
3
+ - swiss
4
+ - switzerland
5
+ :country: Switzerland
@@ -0,0 +1,5 @@
1
+ ---
2
+ :tags:
3
+ - taiwan
4
+ - taiwanese
5
+ :country: Taiwan
@@ -0,0 +1,5 @@
1
+ ---
2
+ :tags:
3
+ - tanzania
4
+ - tanzanian
5
+ :country: Tanzania
@@ -0,0 +1,8 @@
1
+ ---
2
+ :tags:
3
+ - thai
4
+ - thai pop
5
+ - thai artist
6
+ - thai artists
7
+ - thailand
8
+ :country: Thailand
@@ -0,0 +1,92 @@
1
+ ---
2
+ :tags:
3
+ - 70s british rock
4
+ - 70s british hard rock
5
+ - british hard rock
6
+ - brit
7
+ - british
8
+ - british girls
9
+ - british rock
10
+ - british artists
11
+ - british rap
12
+ - birmingham
13
+ - british hip hop
14
+ - british hip-hop
15
+ - brithop
16
+ - brit hop
17
+ - brit rap
18
+ - british indie
19
+ - brit indie
20
+ - british pop
21
+ - brit-rock
22
+ - british indie rock
23
+ - british ska indie rock
24
+ - brit band
25
+ - brit rock
26
+ - british indie pop
27
+ - british folk
28
+ - british singer-songwriter
29
+ - british trad rock
30
+ - british metal
31
+ - british blues
32
+ - british punk
33
+ - britain
34
+ - brixton
35
+ - british garage
36
+ - british screamo
37
+ - british-punk
38
+ - bands from wales
39
+ - british heavy metal
40
+ - cornwall
41
+ - cool britannia
42
+ - english
43
+ - england
44
+ - great britain
45
+ - glasgow
46
+ - london
47
+ - london calling
48
+ - london folk
49
+ - manchester
50
+ - midlands
51
+ - midlands uk
52
+ - oxford
53
+ - punk uk
54
+ - scotland
55
+ - scottish
56
+ - sheffield
57
+ - scottish indie rock
58
+ - scotish
59
+ - the british are coming
60
+ - uk
61
+ - uk artists
62
+ - uk goths
63
+ - uk oldskool
64
+ - uk pop
65
+ - uk psytrance
66
+ - uk rave
67
+ - uk soul
68
+ - uk trance
69
+ - uk urban
70
+ - united kingdom
71
+ - uk shopping
72
+ - uk garage
73
+ - uk hip-hop
74
+ - uk hip hop
75
+ - uk indie
76
+ - uk subs
77
+ - uk punk
78
+ - welsh
79
+ - wales
80
+ - welsh heavy metal
81
+ - welsh rock
82
+ - welsh progressive rock
83
+ - young hot and british
84
+ - bloc party
85
+ - basement jaxx
86
+ - fratellis
87
+ - gallagher
88
+ - liam gallagher
89
+ - noel gallagher
90
+ - oasis
91
+ - the fratellis
92
+ :country: United Kingdom