ziptz 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 54ab0f3b0f7ee32fd547ed8cf6bb5876e5cf864a
4
- data.tar.gz: bd704051d434ef768ccca992fb6e59af06e0c977
3
+ metadata.gz: 9b47ec3981a88cac850f92aa3bb0188c9d46b4ee
4
+ data.tar.gz: f79ed736d983c57c4dca488777a977c588eb8e4c
5
5
  SHA512:
6
- metadata.gz: f61a6563f46bb67715cb33b98083dfb25e6eaccff8bfe773919f87ba40d4fdff0f4055d37d10f36e3334d9144dc478ac90654071ae3785d95e7c0696847ebbe7
7
- data.tar.gz: 1a382f20317c11d0a446dd73464b64febfc537a49bac5e0687df3e5fab21cd5288f5dd5c60208aaaf30790de0ef8cbb9f89279e0a649870188c50e5cd02c201e
6
+ metadata.gz: e54433b26553e011f15eaeb2e7a02c991860a912586402940e868cf583b89da3ff2908955e767c075d2145a90aa1ccf727ffdde7c09e453b920056889afd16f7
7
+ data.tar.gz: 702802607b21d52bbd56950718aa80bd49f64e9ec6c279b972fc4bea05b3c01202ae2fefb636fba17579b7a790fbad9091721cc8394697d13a56c5503d5cb1eb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ziptz (1.0.3)
4
+ ziptz (1.0.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -89,3 +89,6 @@ DEPENDENCIES
89
89
  mysql2
90
90
  rspec
91
91
  ziptz!
92
+
93
+ BUNDLED WITH
94
+ 1.10.6
data/README.md CHANGED
@@ -1,12 +1,13 @@
1
1
  # Ziptz
2
2
  <!-- [![Version](http://img.shields.io/gem/v/ziptz.svg?style=flat)](https://rubygems.org/gems/ziptz) -->
3
3
  [![Build Status](http://img.shields.io/travis/infused/ziptz/master.svg?style=flat)](http://travis-ci.org/infused/ziptz)
4
+ [![Dependency Status](http://img.shields.io/gemnasium/infused/ziptz.svg?style=flat)](https://gemnasium.com/infused/ziptz)
4
5
  [![Issues](https://img.shields.io/github/issues/infused/ziptz.svg)](https://github.com/infused/ziptz/issues)
5
6
  [![Total Downloads](https://img.shields.io/gem/dt/ziptz.svg)](https://rubygems.org/gems/ziptz/)
6
7
 
7
8
  Get the time zone for any US ZIP code.
8
9
 
9
- <i>ZIP codes are up to date as of <b>June 2015</b>.</i>
10
+ <i>ZIP codes are up to date as of <b>August 2015</b>.</i>
10
11
 
11
12
  ## Installation
12
13
 
@@ -26,7 +27,7 @@ Get the time zone offset for any ZIP code:
26
27
 
27
28
  z.time_zone_offset('97213') #=> -8
28
29
 
29
- <i>Please note that offsets do not include daylight savings time.<i>
30
+ <i>Please note that offsets do not include daylight savings time.</i>
30
31
 
31
32
 
32
33
  Get all the zip codes in a time zone:
data/data/ziptz.data CHANGED
@@ -14641,6 +14641,11 @@
14641
14641
  34058=0
14642
14642
  34060=0
14643
14643
  34078=0
14644
+ 34080=0
14645
+ 34081=0
14646
+ 34082=0
14647
+ 34083=0
14648
+ 34084=0
14644
14649
  34090=0
14645
14650
  34091=0
14646
14651
  34092=0
data/lib/ziptz/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module ZipTZ
2
- VERSION = '1.0.4'
2
+ VERSION = '1.0.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ziptz
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Morrison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-02 00:00:00.000000000 Z
11
+ date: 2015-08-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Get timezone info for all 5-digit US zip codes
14
14
  email: keithm@infused.org
@@ -58,4 +58,3 @@ specification_version: 4
58
58
  summary: TimeZone for any 5-digit US zip code
59
59
  test_files:
60
60
  - spec/ziptz_spec.rb
61
- has_rdoc: