lib/europe/countries/countries.rb in europe-0.0.4 vs lib/europe/countries/countries.rb in europe-0.0.5

- old
+ new

@@ -92,8 +92,9 @@ official_name: 'Kingdom of Sweden', tld: '.se', currency: :EUR, capital: 'Stockholm' }, UK: { name: 'United Kingdom', source_name: 'United Kingdom', official_name: 'United Kingdom of Great ' \ 'Britain and Northern Ireland', - tld: '.uk', currency: :GBP, capital: 'London' } } + tld: '.uk', currency: :GBP, capital: 'London' } + }.freeze end end