Skip to content

Commit 2786292

Browse files
committed
Merge branch 'release-4.10.19'
2 parents f7ebb7f + efe9f03 commit 2786292

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+32016
-247299
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 4.10.19
2+
- Chore: Dec 2024 WDPA Release
3+
- update constants.rb
4+
- add December CSVs: country_statistics, global_statistics, pame_country, pame_data
5+
- delete all the old / previous CSVs (before November 2024)
6+
17
### 4.10.18
28
- Chore: Nov 2024 WDPA Release (b)
39
- edit November CSVs: country_statistics, global_statistics, pame_country to make it UTF8 compliand (without BOM)

config/initializers/constants.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22

3-
WDPA_UPDATE_MONTH = 'Nov'
3+
WDPA_UPDATE_MONTH = 'Dec'
44
WDPA_UPDATE_YEAR = '2024'

lib/data/seeds/country_statistics_2024-02-01.csv

-250
This file was deleted.

lib/data/seeds/country_statistics_2024-03-01.csv

-250
This file was deleted.

lib/data/seeds/country_statistics_2024-04-01.csv

-250
This file was deleted.

lib/data/seeds/country_statistics_2024-05-01.csv

-250
This file was deleted.

lib/data/seeds/country_statistics_2024-06-01.csv

-250
This file was deleted.

lib/data/seeds/country_statistics_2024-07-01.csv

-250
This file was deleted.

lib/data/seeds/country_statistics_2024-08-01.csv

-250
This file was deleted.

lib/data/seeds/country_statistics_2024-09-01.csv

-249
This file was deleted.

lib/data/seeds/country_statistics_2024-10-01.csv

-248
This file was deleted.

lib/data/seeds/country_statistics_2024-10-23.csv lib/data/seeds/country_statistics_2024-12-01.csv

+247-247
Large diffs are not rendered by default.

lib/data/seeds/global_statistics_2024-02-01.csv

-38
This file was deleted.

lib/data/seeds/global_statistics_2024-03-01.csv

-38
This file was deleted.

lib/data/seeds/global_statistics_2024-04-01.csv

-38
This file was deleted.

lib/data/seeds/global_statistics_2024-05-01.csv

-38
This file was deleted.

lib/data/seeds/global_statistics_2024-06-01.csv

-38
This file was deleted.

0 commit comments

Comments
 (0)