diff --git a/VERSION b/VERSION index 6da28dd..d917d3e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1 \ No newline at end of file +0.1.2 diff --git a/lib/us_states.rb b/lib/us_states.rb index 8d43e5d..ef76e8d 100644 --- a/lib/us_states.rb +++ b/lib/us_states.rb @@ -4,7 +4,7 @@ class InvalidState < RuntimeError; end CODES = { 'AL' => 'Alabama', 'AK' => 'Alaska', - 'AS' => 'America Samoa', + 'AS' => 'American Samoa', 'AZ' => 'Arizona', 'AR' => 'Arkansas', 'CA' => 'California', @@ -12,7 +12,7 @@ class InvalidState < RuntimeError; end 'CT' => 'Connecticut', 'DE' => 'Delaware', 'DC' => 'District of Columbia', - 'FM' => 'Micronesia1', + 'FM' => 'Federated States of Micronesia', 'FL' => 'Florida', 'GA' => 'Georgia', 'GU' => 'Guam', @@ -25,7 +25,7 @@ class InvalidState < RuntimeError; end 'KY' => 'Kentucky', 'LA' => 'Louisiana', 'ME' => 'Maine', - 'MH' => 'Islands1', + 'MH' => 'Marshall Islands', 'MD' => 'Maryland', 'MA' => 'Massachusetts', 'MI' => 'Michigan', @@ -54,7 +54,7 @@ class InvalidState < RuntimeError; end 'TX' => 'Texas', 'UT' => 'Utah', 'VT' => 'Vermont', - 'VI' => 'Virgin Island', + 'VI' => 'Virgin Islands', 'VA' => 'Virginia', 'WA' => 'Washington', 'WV' => 'West Virginia',