From 1537b66985cedd02c028cfe95fea0228e21cebe1 Mon Sep 17 00:00:00 2001 From: olegphenomenon Date: Wed, 8 Sep 2021 13:14:41 +0300 Subject: [PATCH 1/2] updated-ruby-version --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index b1b25a5..2c9b4ef 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.2.2 +2.7.3 From 5cd664ed0ce394cb30d44cb36df568910746ba1b Mon Sep 17 00:00:00 2001 From: olegphenomenon Date: Wed, 8 Sep 2021 13:19:29 +0300 Subject: [PATCH 2/2] updated domain schemas to ee-1.2 --- lib/epp-xml/keyrelay.rb | 2 +- lib/epp-xml/session.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/epp-xml/keyrelay.rb b/lib/epp-xml/keyrelay.rb index 5e6084a..76e3bf1 100644 --- a/lib/epp-xml/keyrelay.rb +++ b/lib/epp-xml/keyrelay.rb @@ -11,7 +11,7 @@ def keyrelay(xml_params = {}, custom_params = {}) xml.epp( 'xmlns' => 'https://epp.tld.ee/schema/epp-ee-1.0.xsd', 'xmlns:secDNS' => 'urn:ietf:params:xml:ns:secDNS-1.1', - 'xmlns:domain' => 'https://epp.tld.ee/schema/domain-eis-1.0.xsd', + 'xmlns:domain' => 'https://epp.tld.ee/schema/domain-ee-1.2.xsd', 'xmlns:ext' => 'urn:ietf:params:xml:ns:keyrelay-1.0' ) do xml.tag!('command') do diff --git a/lib/epp-xml/session.rb b/lib/epp-xml/session.rb index 64689f0..34ca88e 100644 --- a/lib/epp-xml/session.rb +++ b/lib/epp-xml/session.rb @@ -15,7 +15,7 @@ def login(xml_params = {}) }, svcs: { _objURIs: [ - { objURI: { value: 'https://epp.tld.ee/schema/domain-eis-1.0.xsd' } }, + { objURI: { value: 'https://epp.tld.ee/schema/domain-ee-1.2.xsd' } }, { objURI: { value: 'https://epp.tld.ee/schema/contact-ee-1.1.xsd' } }, { objURI: { value: 'urn:ietf:params:xml:ns:host-1.0' } }, { objURI: { value: 'urn:ietf:params:xml:ns:keyrelay-1.0' } }