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 +4 -4
- data/Gemfile.lock +4 -1
- data/README.md +3 -2
- data/data/ziptz.data +5 -0
- data/lib/ziptz/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9b47ec3981a88cac850f92aa3bb0188c9d46b4ee
|
|
4
|
+
data.tar.gz: f79ed736d983c57c4dca488777a977c588eb8e4c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e54433b26553e011f15eaeb2e7a02c991860a912586402940e868cf583b89da3ff2908955e767c075d2145a90aa1ccf727ffdde7c09e453b920056889afd16f7
|
|
7
|
+
data.tar.gz: 702802607b21d52bbd56950718aa80bd49f64e9ec6c279b972fc4bea05b3c01202ae2fefb636fba17579b7a790fbad9091721cc8394697d13a56c5503d5cb1eb
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# Ziptz
|
|
2
2
|
<!-- [](https://rubygems.org/gems/ziptz) -->
|
|
3
3
|
[](http://travis-ci.org/infused/ziptz)
|
|
4
|
+
[](https://gemnasium.com/infused/ziptz)
|
|
4
5
|
[](https://github.com/infused/ziptz/issues)
|
|
5
6
|
[](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>
|
|
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
|
|
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
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
|
+
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-
|
|
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:
|