timezone 1.2.2 → 1.2.3
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/.travis.yml +3 -3
- data/CHANGES.markdown +4 -0
- data/data/Antarctica/Casey +2 -1
- data/data/Asia/Famagusta +86 -0
- data/data/Europe/Malta +24 -24
- data/data/Europe/Rome +28 -28
- data/data/Europe/San_Marino +28 -28
- data/data/Europe/Vatican +28 -28
- data/data/Pacific/Tongatapu +975 -8
- data/lib/timezone/version.rb +1 -1
- metadata +5 -4
data/lib/timezone/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: timezone
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pan Thomakos
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-11-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -346,6 +346,7 @@ files:
|
|
|
346
346
|
- data/Asia/Dili
|
|
347
347
|
- data/Asia/Dubai
|
|
348
348
|
- data/Asia/Dushanbe
|
|
349
|
+
- data/Asia/Famagusta
|
|
349
350
|
- data/Asia/Gaza
|
|
350
351
|
- data/Asia/Harbin
|
|
351
352
|
- data/Asia/Hebron
|
|
@@ -737,10 +738,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
737
738
|
version: '0'
|
|
738
739
|
requirements: []
|
|
739
740
|
rubyforge_project: timezone
|
|
740
|
-
rubygems_version: 2.
|
|
741
|
+
rubygems_version: 2.5.1
|
|
741
742
|
signing_key:
|
|
742
743
|
specification_version: 4
|
|
743
|
-
summary: timezone-1.2.
|
|
744
|
+
summary: timezone-1.2.3
|
|
744
745
|
test_files:
|
|
745
746
|
- test/data/Helsinki_rules_without_timestamps.json
|
|
746
747
|
- test/data/asia
|