tzdetect 0.1.1 → 0.1.2
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/TZDetect.gemspec +3 -2
- data/lib/{TZDetect → tzdetect}/configuration.rb +0 -0
- data/lib/{TZDetect → tzdetect}/error.rb +0 -0
- data/lib/{TZDetect → tzdetect}/geocoder.rb +0 -0
- data/lib/{TZDetect → tzdetect}/geocoders/geoname.rb +0 -0
- data/lib/{TZDetect → tzdetect}/geocoders/google.rb +0 -0
- data/lib/{TZDetect → tzdetect}/parser.rb +0 -0
- data/lib/{TZDetect → tzdetect}/parsers/geoname.rb +0 -0
- data/lib/{TZDetect → tzdetect}/parsers/google.rb +0 -0
- data/lib/{TZDetect → tzdetect}/version.rb +1 -1
- data/lib/{TZDetect → tzdetect}/zone.rb +0 -0
- data/lib/{TZDetect.rb → tzdetect.rb} +0 -0
- metadata +18 -18
data/TZDetect.gemspec
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
$:.push File.expand_path("../lib", __FILE__)
|
|
3
|
+
|
|
4
4
|
require 'tzdetect/version'
|
|
5
5
|
|
|
6
|
+
|
|
6
7
|
Gem::Specification.new do |gem|
|
|
7
8
|
gem.name = "tzdetect"
|
|
8
9
|
gem.version = TZDetect::VERSION
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tzdetect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-12-
|
|
12
|
+
date: 2012-12-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: tzinfo
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &82545440 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: 0.3.33
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *82545440
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: json
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &82544800 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,7 +32,7 @@ dependencies:
|
|
|
32
32
|
version: '1.7'
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *82544800
|
|
36
36
|
description: Detects timezone by address or location using google or geoname web
|
|
37
37
|
service
|
|
38
38
|
email:
|
|
@@ -47,17 +47,17 @@ files:
|
|
|
47
47
|
- README.md
|
|
48
48
|
- Rakefile
|
|
49
49
|
- TZDetect.gemspec
|
|
50
|
-
- lib/
|
|
51
|
-
- lib/
|
|
52
|
-
- lib/
|
|
53
|
-
- lib/
|
|
54
|
-
- lib/
|
|
55
|
-
- lib/
|
|
56
|
-
- lib/
|
|
57
|
-
- lib/
|
|
58
|
-
- lib/
|
|
59
|
-
- lib/
|
|
60
|
-
- lib/
|
|
50
|
+
- lib/tzdetect.rb
|
|
51
|
+
- lib/tzdetect/configuration.rb
|
|
52
|
+
- lib/tzdetect/error.rb
|
|
53
|
+
- lib/tzdetect/geocoder.rb
|
|
54
|
+
- lib/tzdetect/geocoders/geoname.rb
|
|
55
|
+
- lib/tzdetect/geocoders/google.rb
|
|
56
|
+
- lib/tzdetect/parser.rb
|
|
57
|
+
- lib/tzdetect/parsers/geoname.rb
|
|
58
|
+
- lib/tzdetect/parsers/google.rb
|
|
59
|
+
- lib/tzdetect/version.rb
|
|
60
|
+
- lib/tzdetect/zone.rb
|
|
61
61
|
- test/geoname_geocoder_test.rb
|
|
62
62
|
- test/geoname_parser_test.rb
|
|
63
63
|
- test/google_geocoder_test.rb
|
|
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
84
84
|
version: '0'
|
|
85
85
|
requirements: []
|
|
86
86
|
rubyforge_project:
|
|
87
|
-
rubygems_version: 1.8.
|
|
87
|
+
rubygems_version: 1.8.11
|
|
88
88
|
signing_key:
|
|
89
89
|
specification_version: 3
|
|
90
90
|
summary: Easy way to detect time zone by address or location
|