- Adding state.codes to retun an array of state codes
- Adding a state.abbreviations and state.names to return an array of us state abbreviations and names
- Adding a function on state to go from state name to abbreviation #name_to_abbreviation
-
Fixing the specs
-
API changes for country and county
-
Getting rid of FIPS as a namespace. Instead going with a USA::States and USA::County namespace
-
More consistent API calls. EX: name_to_code or code_to_name or abbreviation_to_code
-
Adding specs
-
Adding more documentation
-
Inititial Gem