From ca03e6183cd0008ee70104e96f362ac1d1fa40c5 Mon Sep 17 00:00:00 2001 From: Cody Ellingham Date: Wed, 14 Jun 2023 16:13:13 +1200 Subject: [PATCH 1/5] Update countries.json --- data/countries.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/countries.json b/data/countries.json index 93e6151..80be1dd 100644 --- a/data/countries.json +++ b/data/countries.json @@ -1262,7 +1262,9 @@ "alpha3": "NZL", "numeric": 554, "latitude": -41, - "longitude": 174 + "longitude": 174, + "name": "Kiwi Bitcoin Guide", + "link": "https://nzbitcoiners.org" }, { "country": "Nicaragua", From 563e9e1324727d7b381c3cb6e6e627e5c588a24f Mon Sep 17 00:00:00 2001 From: Cody Ellingham Date: Fri, 23 Jun 2023 05:50:29 +0000 Subject: [PATCH 2/5] update url --- .gitpod.yml | 10 ++++++++++ Gemfile.lock | 3 +++ data/countries.json | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..05737a3 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,10 @@ +# This configuration file was automatically generated by Gitpod. +# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) +# and commit this file to your remote git repository to share the goodness with others. + +# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart + +tasks: + - init: bundle install + + diff --git a/Gemfile.lock b/Gemfile.lock index 796ccf2..279417f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -214,6 +214,8 @@ GEM minitest (5.18.0) nokogiri (1.15.2-arm64-darwin) racc (~> 1.4) + nokogiri (1.15.2-x86_64-linux) + racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) sawyer (~> 0.9) @@ -252,6 +254,7 @@ GEM PLATFORMS arm64-darwin-21 + x86_64-linux DEPENDENCIES faraday-retry diff --git a/data/countries.json b/data/countries.json index 80be1dd..35a5987 100644 --- a/data/countries.json +++ b/data/countries.json @@ -1264,7 +1264,7 @@ "latitude": -41, "longitude": 174, "name": "Kiwi Bitcoin Guide", - "link": "https://nzbitcoiners.org" + "link": "https://kiwibitcoinguide.org" }, { "country": "Nicaragua", From 6662ca20521d45f52bd0c299dde2b397edca5a11 Mon Sep 17 00:00:00 2001 From: Cody Ellingham Date: Fri, 23 Jun 2023 05:52:58 +0000 Subject: [PATCH 3/5] remove junk --- .gitpod.yml | 10 ---------- Gemfile.lock | 2 -- 2 files changed, 12 deletions(-) delete mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index 05737a3..0000000 --- a/.gitpod.yml +++ /dev/null @@ -1,10 +0,0 @@ -# This configuration file was automatically generated by Gitpod. -# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) -# and commit this file to your remote git repository to share the goodness with others. - -# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart - -tasks: - - init: bundle install - - diff --git a/Gemfile.lock b/Gemfile.lock index 279417f..301af08 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -214,8 +214,6 @@ GEM minitest (5.18.0) nokogiri (1.15.2-arm64-darwin) racc (~> 1.4) - nokogiri (1.15.2-x86_64-linux) - racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) sawyer (~> 0.9) From 6673c95b9d9e404785457ed67eec167d01612875 Mon Sep 17 00:00:00 2001 From: Cody Ellingham Date: Fri, 23 Jun 2023 05:53:24 +0000 Subject: [PATCH 4/5] remove junk --- Gemfile.lock | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 301af08..796ccf2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -252,7 +252,6 @@ GEM PLATFORMS arm64-darwin-21 - x86_64-linux DEPENDENCIES faraday-retry From 8a281b98fe0824fc6f149c30a4efdc1891ad481e Mon Sep 17 00:00:00 2001 From: Gigi <109058+dergigi@users.noreply.github.com> Date: Wed, 21 Aug 2024 00:00:40 +0100 Subject: [PATCH 5/5] fix(data): field name, off-brand: true --- data/countries.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/countries.json b/data/countries.json index 35a5987..09fce86 100644 --- a/data/countries.json +++ b/data/countries.json @@ -1264,7 +1264,8 @@ "latitude": -41, "longitude": 174, "name": "Kiwi Bitcoin Guide", - "link": "https://kiwibitcoinguide.org" + "link_to_public_community_group": "https://kiwibitcoinguide.org", + "offbrand": true }, { "country": "Nicaragua",