Detalles
This commit is contained in:
parent
0ba7a4a079
commit
080f557b7d
2
Gemfile
2
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"
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue