national_holidays 0.0.3 → 1.0.0
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 +5 -5
- data/README.md +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 72bfbc3943e86297553e351f1fecf1b9805700a02e117c496fbc26c7b4302aa3
|
|
4
|
+
data.tar.gz: d7050294521db8c83089682c77c4370f6360d20dd4eaf312a97db6ac79387f9c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 141ef31e36d4c72facb45d94515dc9683391b405303113e239100f43828fbc7f7222d6f2ee1491cebbd838b136e604be55213dcb549a37d989d847defc7293ca
|
|
7
|
+
data.tar.gz: 6a7d4e01ed976067db589ac58d4c4ebb7e54831657dc3f050424316fdd6763cf52b1f1729aa0dfe8e53f68e6d6c25170b1e8da2e5827c1d4cf90cc08c01034ca
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## Where does this data come from?
|
|
4
4
|
|
|
5
|
-
The national holidays data used in this gem comes from the [national-holidays-config](https://github.com/
|
|
5
|
+
The national holidays data used in this gem comes from the [national-holidays-config](https://github.com/CharlieHR/national-holidays-config) project.
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -44,7 +44,7 @@ The national holidays data used in this gem comes from the [national-holidays-co
|
|
|
44
44
|
|
|
45
45
|
Country names come from https://github.com/hexorx/countries
|
|
46
46
|
|
|
47
|
-
Region names come from https://github.com/
|
|
47
|
+
Region names come from https://github.com/CharlieHR/national-holidays-config
|
|
48
48
|
|
|
49
49
|
## Region
|
|
50
50
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: national_holidays
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Balhatchet
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-07-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: countries
|
|
@@ -263,7 +263,7 @@ files:
|
|
|
263
263
|
- test/test_national_holidays_country.rb
|
|
264
264
|
- test/test_national_holidays_holiday.rb
|
|
265
265
|
- test/test_national_holidays_region.rb
|
|
266
|
-
homepage: https://github.com/
|
|
266
|
+
homepage: https://github.com/CharlieHR/national-holidays-ruby
|
|
267
267
|
licenses:
|
|
268
268
|
- MIT
|
|
269
269
|
metadata: {}
|
|
@@ -283,7 +283,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
283
283
|
version: '0'
|
|
284
284
|
requirements: []
|
|
285
285
|
rubyforge_project:
|
|
286
|
-
rubygems_version: 2.6
|
|
286
|
+
rubygems_version: 2.7.6
|
|
287
287
|
signing_key:
|
|
288
288
|
specification_version: 4
|
|
289
289
|
summary: National Holidays for 74 countries
|