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 +4 -4
- data/lib/mappings/ca_mapping.rb +1 -1
- data/lib/mappings/us_mapping.rb +1 -1
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e93768c07da823a556e66209324f4740c4635320
|
|
4
|
+
data.tar.gz: 0e0ad27c041f04391f311ffeff5ca3814a7d6de6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a70ca76c0b85e9db23e83fa67d0cb0b25fa37e6c7cabd0683f91b294caf5b86863c2f1807a103406f6f06f57cbbdf749582521954b90cc500dfaf70b277086c5
|
|
7
|
+
data.tar.gz: 9d02f6b2382dfc133ff8b80d87c910bab874c84fa56459a51b3f619009698b21a5f1be60dc378cb8f7daed10d4b7ad5ea771d4176ab034d0a01839e216321725
|
data/lib/mappings/ca_mapping.rb
CHANGED
data/lib/mappings/us_mapping.rb
CHANGED
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.
|
|
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-
|
|
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:
|
|
25
|
+
homepage: https://github.com/jkarnesPerfectCube/iana_converter
|
|
26
26
|
licenses:
|
|
27
27
|
- MIT
|
|
28
|
-
metadata:
|
|
29
|
-
|
|
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
|