tzip 0.0.3 → 0.0.4
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.
- data/lib/tzip/values/pacific.rb +1 -1
- data/lib/tzip/version.rb +1 -1
- metadata +39 -52
data/lib/tzip/values/pacific.rb
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
module TZip
|
|
2
2
|
ZONINGS[:pacific] = %w{835 838 889 89}
|
|
3
|
-
ZONINGS[:pacific] += %w{90 91 92 93 94 95 960 961 962 963 964 965 969 972 973 975 977 98 990 991 992 993 994}
|
|
3
|
+
ZONINGS[:pacific] += %w{90 91 92 93 94 95 960 961 962 963 964 965 969 970 971 972 973 975 977 98 990 991 992 993 994}
|
|
4
4
|
end
|
data/lib/tzip/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,45 +1,41 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tzip
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
- 0
|
|
7
|
-
- 0
|
|
8
|
-
- 3
|
|
9
|
-
version: 0.0.3
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.4
|
|
5
|
+
prerelease:
|
|
10
6
|
platform: ruby
|
|
11
|
-
authors:
|
|
7
|
+
authors:
|
|
12
8
|
- Chris Kalafarski
|
|
13
9
|
autorequire:
|
|
14
10
|
bindir: bin
|
|
15
11
|
cert_chain: []
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
dependencies:
|
|
20
|
-
- !ruby/object:Gem::Dependency
|
|
12
|
+
date: 2013-01-25 00:00:00.000000000 Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
21
15
|
name: activesupport
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
requirements:
|
|
25
|
-
- -
|
|
26
|
-
- !ruby/object:Gem::Version
|
|
27
|
-
|
|
28
|
-
- 2
|
|
29
|
-
- 3
|
|
30
|
-
version: "2.3"
|
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
|
17
|
+
none: false
|
|
18
|
+
requirements:
|
|
19
|
+
- - ! '>='
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: '2.3'
|
|
31
22
|
type: :runtime
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
26
|
+
requirements:
|
|
27
|
+
- - ! '>='
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '2.3'
|
|
30
|
+
description: TZip can resolve United States ZIP codes into the appropriate Rails time
|
|
31
|
+
zone identifier. This makes it easier to setup your rails app, or change time zones
|
|
32
|
+
based on user input.
|
|
33
|
+
email:
|
|
35
34
|
- chris@farski.com
|
|
36
35
|
executables: []
|
|
37
|
-
|
|
38
36
|
extensions: []
|
|
39
|
-
|
|
40
37
|
extra_rdoc_files: []
|
|
41
|
-
|
|
42
|
-
files:
|
|
38
|
+
files:
|
|
43
39
|
- lib/tzip/base.rb
|
|
44
40
|
- lib/tzip/mapping.rb
|
|
45
41
|
- lib/tzip/values/alaska.rb
|
|
@@ -55,37 +51,28 @@ files:
|
|
|
55
51
|
- lib/tzip/version.rb
|
|
56
52
|
- lib/tzip.rb
|
|
57
53
|
- readme.md
|
|
58
|
-
has_rdoc: true
|
|
59
54
|
homepage: http://github.com/farski/tzip
|
|
60
55
|
licenses: []
|
|
61
|
-
|
|
62
56
|
post_install_message:
|
|
63
57
|
rdoc_options: []
|
|
64
|
-
|
|
65
|
-
require_paths:
|
|
58
|
+
require_paths:
|
|
66
59
|
- lib
|
|
67
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
requirements:
|
|
76
|
-
- -
|
|
77
|
-
- !ruby/object:Gem::Version
|
|
78
|
-
segments:
|
|
79
|
-
- 1
|
|
80
|
-
- 3
|
|
81
|
-
- 6
|
|
60
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
61
|
+
none: false
|
|
62
|
+
requirements:
|
|
63
|
+
- - ! '>='
|
|
64
|
+
- !ruby/object:Gem::Version
|
|
65
|
+
version: '0'
|
|
66
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
|
+
none: false
|
|
68
|
+
requirements:
|
|
69
|
+
- - ! '>='
|
|
70
|
+
- !ruby/object:Gem::Version
|
|
82
71
|
version: 1.3.6
|
|
83
72
|
requirements: []
|
|
84
|
-
|
|
85
73
|
rubyforge_project:
|
|
86
|
-
rubygems_version: 1.
|
|
74
|
+
rubygems_version: 1.8.23
|
|
87
75
|
signing_key:
|
|
88
76
|
specification_version: 3
|
|
89
77
|
summary: Simplifies defining time zones in Rails apps with ZIP codes.
|
|
90
78
|
test_files: []
|
|
91
|
-
|