From 080f557b7d346078f845d7e50b16dd716db3cd61 Mon Sep 17 00:00:00 2001 From: Team1 Date: Mon, 17 Apr 2023 18:08:04 +0000 Subject: [PATCH] Detalles --- Gemfile | 2 +- Gemfile.lock | 4 ++-- _config.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9fd6aad..d515975 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform? gem "html-proofer", '>=3.3.1' -gem "eip_validator", ">=0.8.2" +gem "dcip_validator", ">=0.8.2" gem "webrick" diff --git a/Gemfile.lock b/Gemfile.lock index 9e4d7c8..e2b6ec8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,7 +21,7 @@ GEM concurrent-ruby (1.2.2) dnsruby (1.61.9) simpleidn (~> 0.1) - eip_validator (0.8.2) + dcip_validator (0.8.2) activemodel front_matter_parser (~> 0.1.1) em-websocket (0.5.3) @@ -269,7 +269,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - eip_validator (>= 0.8.2) + dcip_validator (>= 0.8.2) github-pages (= 206) html-proofer (>= 3.3.1) jekyll-feed (~> 0.11) diff --git a/_config.yml b/_config.yml index bad2463..c2c6060 100644 --- a/_config.yml +++ b/_config.yml @@ -18,7 +18,7 @@ description: >- Decentralized Climate Foundation (DCIPs) describe standards for the Decentralized Climate platform, including core protocol specifications, client APIs, and contract standards. -url: "dcips.decentralizedclimate.org" +url: "dev.dcips.decentralizedclimate.org/" github_username: DECENTRALIZEDCLIMATE repository: DECENTRALIZEDCLIMATE/DCIPs