national_holidays 1.10.1 → 1.10.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.
- checksums.yaml +4 -4
- data/national-holidays-config/conf/th/thailand01.yml +10 -20
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b4c1e86c80a7bde15bc66d8112bb465b764901ff9c9d5b8a5ec11403753333ad
|
|
4
|
+
data.tar.gz: 11d74bc8eeb5994cae24c14f4c62f5a1a87a0ca82d33b1a886195d6d27324922
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 355985aea4f8138ad0e7db5c09e3d375818ccdffff2aa5f893cfcac2fcac995de52b49935b7c5ee865c869d4539d04107b7fb4c9ee389e8fddd99e74a2d96e9a
|
|
7
|
+
data.tar.gz: 6fb9aae62fd1bf1bceb0b72dd65cdb60896d401a04f3e477a8f08ad213da8048791fc270cfc57407b9552065d0517c7171f3dcb0dcc1e78876ba0f1abf21377a
|
|
@@ -325,26 +325,6 @@ years:
|
|
|
325
325
|
names:
|
|
326
326
|
en: Chakri Memorial Day
|
|
327
327
|
th: Chakri Memorial Day
|
|
328
|
-
- public_holiday: true
|
|
329
|
-
date: '2020-04-13'
|
|
330
|
-
names:
|
|
331
|
-
en: Songkran Festival
|
|
332
|
-
th: Songkran Festival
|
|
333
|
-
- public_holiday: true
|
|
334
|
-
date: '2020-04-14'
|
|
335
|
-
names:
|
|
336
|
-
en: Songkran Festival
|
|
337
|
-
th: Songkran Festival
|
|
338
|
-
- public_holiday: true
|
|
339
|
-
date: '2020-04-15'
|
|
340
|
-
names:
|
|
341
|
-
en: Songkran Festival
|
|
342
|
-
th: Songkran Festival
|
|
343
|
-
- public_holiday: true
|
|
344
|
-
date: '2020-04-16'
|
|
345
|
-
names:
|
|
346
|
-
en: Songkran Festival
|
|
347
|
-
th: Songkran Festival
|
|
348
328
|
- public_holiday: true
|
|
349
329
|
date: '2020-05-01'
|
|
350
330
|
names:
|
|
@@ -370,6 +350,16 @@ years:
|
|
|
370
350
|
names:
|
|
371
351
|
en: H.M the Queen's Birthday
|
|
372
352
|
th: H.M the Queen's Birthday
|
|
353
|
+
- public_holiday: true
|
|
354
|
+
date: '2020-09-04'
|
|
355
|
+
names:
|
|
356
|
+
en: Songkran substitute Day
|
|
357
|
+
th: Songkran substitute Day
|
|
358
|
+
- public_holiday: true
|
|
359
|
+
date: '2020-09-07'
|
|
360
|
+
names:
|
|
361
|
+
en: Songkran substitute Day
|
|
362
|
+
th: Songkran substitute Day
|
|
373
363
|
- public_holiday: true
|
|
374
364
|
date: '2020-10-13'
|
|
375
365
|
names:
|
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: national_holidays
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.10.
|
|
4
|
+
version: 1.10.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Balhatchet
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2020-08-06 00:00:00.000000000 Z
|
|
@@ -287,7 +287,7 @@ homepage: https://github.com/CharlieHR/national-holidays-ruby
|
|
|
287
287
|
licenses:
|
|
288
288
|
- MIT
|
|
289
289
|
metadata: {}
|
|
290
|
-
post_install_message:
|
|
290
|
+
post_install_message:
|
|
291
291
|
rdoc_options: []
|
|
292
292
|
require_paths:
|
|
293
293
|
- lib
|
|
@@ -303,7 +303,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
303
303
|
version: '0'
|
|
304
304
|
requirements: []
|
|
305
305
|
rubygems_version: 3.0.3
|
|
306
|
-
signing_key:
|
|
306
|
+
signing_key:
|
|
307
307
|
specification_version: 4
|
|
308
308
|
summary: National Holidays for 86 countries
|
|
309
309
|
test_files: []
|