epp-xml 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e793bb1b3bcada1a131bf59313fdefdefbff36ac
4
- data.tar.gz: 6eaee3e104ef493543c3b6d83844b7c0751e85eb
3
+ metadata.gz: 3de5b7805e95812316526c93133b7c1ff9bea861
4
+ data.tar.gz: b251da0c2b238c382760b380f39fd2d11704a93e
5
5
  SHA512:
6
- metadata.gz: fb3d8a74c9abe444e78365a827bfaec62f954b8cd0146cf15796e8a7be4df60285d62b1528462f2cd1117e4a77fa7e1f80d4b3d469792318f924c01ed945acd4
7
- data.tar.gz: 7340b78493599bfe9d380e5c3a21c44b8d9ce24e929c32f9583d8cb772e36dff0dfca693b266327be4710ff0853bfd335d2fa626d7e27d5dcd5e13010a4c58ae
6
+ metadata.gz: 4dc9825f35e624196eeeb297e63569eabfe7264d6e402d9f6c335f39542ee71834440ea673b87e3784387db9613f3907ac6fe5b1ec54a6a3ce4fcede40f491f7
7
+ data.tar.gz: 80aa2737387772f0cad997804aee9b4594bf12425816a57ba70c038dee0991118288e23cfce059034985eda5e5904a41a4537bf85d08896f7651f49fd73f7be3
@@ -38,7 +38,7 @@ class EppXml
38
38
  end if dnssec_params.any?
39
39
 
40
40
  xml.tag!('eis:extdata',
41
- 'xmlns:eis' => 'urn:ee:eis:xml:epp:eis-1.0') do
41
+ 'xmlns:eis' => 'https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd') do
42
42
  EppXml.generate_xml_from_hash(custom_params, xml, 'eis:')
43
43
  end if custom_params.any?
44
44
  end if dnssec_params.any? || custom_params.any?
@@ -66,7 +66,7 @@ class EppXml
66
66
  end
67
67
 
68
68
  xml.tag!('eis:extdata',
69
- 'xmlns:eis' => 'urn:ee:eis:xml:epp:eis-1.0') do
69
+ 'xmlns:eis' => 'https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd') do
70
70
  EppXml.generate_xml_from_hash(custom_params, xml, 'eis:')
71
71
  end if custom_params.any?
72
72
  end if dnssec_params.any? || custom_params.any?
@@ -34,7 +34,7 @@ class EppXml
34
34
  end
35
35
 
36
36
  xml.tag!('eis:extdata',
37
- 'xmlns:eis' => 'urn:ee:eis:xml:epp:eis-1.0') do
37
+ 'xmlns:eis' => 'https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd') do
38
38
  EppXml.generate_xml_from_hash(custom_params, xml, 'eis:')
39
39
  end if custom_params.any?
40
40
 
@@ -22,7 +22,7 @@ class EppXml
22
22
  ],
23
23
  svcExtension: [
24
24
  { extURI: { value: 'urn:ietf:params:xml:ns:secDNS-1.1' } },
25
- { extURI: { value: 'urn:ee:eis:xml:epp:eis-1.0' } }
25
+ { extURI: { value: 'https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd' } }
26
26
  ]
27
27
  }
28
28
  }
data/lib/epp-xml.rb CHANGED
@@ -58,7 +58,7 @@ class EppXml
58
58
  def custom_ext(xml, custom_params)
59
59
  xml.extension do
60
60
  xml.tag!('eis:extdata',
61
- 'xmlns:eis' => 'urn:ee:eis:xml:epp:eis-1.0') do
61
+ 'xmlns:eis' => 'https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/eis-1.0.xsd') do
62
62
  EppXml.generate_xml_from_hash(custom_params, xml, 'eis:')
63
63
  end if custom_params.any?
64
64
  end if custom_params.any?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: epp-xml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - GiTLAB LTD