README.md in ziptz-1.0.4 vs README.md in ziptz-1.0.5
- old
+ new
@@ -1,14 +1,15 @@
# Ziptz
<!-- [![Version](http://img.shields.io/gem/v/ziptz.svg?style=flat)](https://rubygems.org/gems/ziptz) -->
[![Build Status](http://img.shields.io/travis/infused/ziptz/master.svg?style=flat)](http://travis-ci.org/infused/ziptz)
+[![Dependency Status](http://img.shields.io/gemnasium/infused/ziptz.svg?style=flat)](https://gemnasium.com/infused/ziptz)
[![Issues](https://img.shields.io/github/issues/infused/ziptz.svg)](https://github.com/infused/ziptz/issues)
[![Total Downloads](https://img.shields.io/gem/dt/ziptz.svg)](https://rubygems.org/gems/ziptz/)
Get the time zone for any US ZIP code.
-<i>ZIP codes are up to date as of <b>June 2015</b>.</i>
+<i>ZIP codes are up to date as of <b>August 2015</b>.</i>
## Installation
Add the gem to your Gemfile:
@@ -24,10 +25,10 @@
Get the time zone offset for any ZIP code:
z.time_zone_offset('97213') #=> -8
-<i>Please note that offsets do not include daylight savings time.<i>
+<i>Please note that offsets do not include daylight savings time.</i>
Get all the zip codes in a time zone:
z.zips('American Samoa') #=> ["96799", "96941", "96942", "96943", "96944"]