iana_converter 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5376ee0e8bbfe2bca7871f563dfe5a1c543fc630
4
- data.tar.gz: e60cabc7e0203d703c20aa153e0e8629fd415e8b
3
+ metadata.gz: e93768c07da823a556e66209324f4740c4635320
4
+ data.tar.gz: 0e0ad27c041f04391f311ffeff5ca3814a7d6de6
5
5
  SHA512:
6
- metadata.gz: e906d458a9f1022beb70e3c3ba4d5fabf50eec7a81d27ac34df9579d1e949133d81a552a71a0e449bd798564127bb2660d3b0d5840075feb78a5005dfd216820
7
- data.tar.gz: bdb7df93c5124d6c077b2e126ea1f9317f4a72f124f7c20e4238e7332f2762403a862ed79114fe17e270e4f1bee485693ae29ac1df9d3b3c7e293fd6e9e80a4a
6
+ metadata.gz: a70ca76c0b85e9db23e83fa67d0cb0b25fa37e6c7cabd0683f91b294caf5b86863c2f1807a103406f6f06f57cbbdf749582521954b90cc500dfaf70b277086c5
7
+ data.tar.gz: 9d02f6b2382dfc133ff8b80d87c910bab874c84fa56459a51b3f619009698b21a5f1be60dc378cb8f7daed10d4b7ad5ea771d4176ab034d0a01839e216321725
@@ -27,4 +27,4 @@ CA_TIMEZONE_MAPPING = {
27
27
  'America/Vancouver' => 'America/Los_Angeles',
28
28
  'America/Whitehorse' => 'America/Los_Angeles',
29
29
  'America/Dawson' => 'America/Los_Angeles'
30
- }
30
+ }.freeze
@@ -27,5 +27,5 @@ US_TIMEZONE_MAPPING = {
27
27
  'America/Yakutat' => 'America/Juneau',
28
28
  'America/Nome' => 'America/Juneau',
29
29
  'Pacific/Honolulu' => 'Pacific/Honolulu',
30
- 'America/Adak' => 'America/Adak'
30
+ 'America/Adak' => nil
31
31
  }.freeze
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iana_converter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Karnes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-15 00:00:00.000000000 Z
11
+ date: 2018-09-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
14
  This gem is designed to provide a modular, complete, open-source, crowd-sourced mapping of the 650+ IANA/OLSON timezones of the world into Rails' 146 'important' timezones.
@@ -22,11 +22,13 @@ files:
22
22
  - lib/iana_converter.rb
23
23
  - lib/mappings/ca_mapping.rb
24
24
  - lib/mappings/us_mapping.rb
25
- homepage: http://rubygems.org/gems/iana_converter
25
+ homepage: https://github.com/jkarnesPerfectCube/iana_converter
26
26
  licenses:
27
27
  - MIT
28
- metadata: {}
29
- post_install_message:
28
+ metadata:
29
+ source_code_uri: https://github.com/jkarnesPerfectCube/iana_converter
30
+ post_install_message: 'Thanks for using iana_converter. Please report issues to the
31
+ github repository: https://github.com/jkarnesPerfectCube/iana_converter'
30
32
  rdoc_options: []
31
33
  require_paths:
32
34
  - lib