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 CHANGED
@@ -1,8 +1,9 @@
1
1
  # -*- encoding: utf-8 -*-
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
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
@@ -1,3 +1,3 @@
1
1
  module TZDetect
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.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-14 00:00:00.000000000 Z
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: &70159654860420 !ruby/object:Gem::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: *70159654860420
24
+ version_requirements: *82545440
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: json
27
- requirement: &70159654859960 !ruby/object:Gem::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: *70159654859960
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/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
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.15
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