README.md in zip-codes-0.3.0 vs README.md in zip-codes-0.3.1
- old
+ new
@@ -1,8 +1,12 @@
# ZipCodes [![Gem Version](https://badge.fury.io/rb/zip-codes.png)](http://badge.fury.io/rb/zip-codes)
Simple gem to get city, state, and time zone for a given zip code. It has a yaml database bundled with it, so you need several mb of memory for the whole hash.
+The gem currently supports only US zip codes. The data origin is https://download.geonames.org/export/zip/
+
+The main maintainer is https://github.com/brodyhoskins
+
## Installation
Add this line to your application's Gemfile:
gem 'zip-codes'