kono_epp_client 2.0.0 → 2.0.1

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
  SHA256:
3
- metadata.gz: 6587e5c8fc519199d40867dfa03a303ff43a922aad7c6cc0fd1c57e080b6adb5
4
- data.tar.gz: 165768be12769b819d7f90bb3b0a5b8787138f112c53f3ff7c25fbf5d8e70a02
3
+ metadata.gz: 36b4de59394a5f0cf0b2220dadb471f215e1ce6f262fdcbac085dcea51d6f0b1
4
+ data.tar.gz: b987a03932e7778c4fcf69656afeff62c102dc443697ebbf75197c2f823997f2
5
5
  SHA512:
6
- metadata.gz: 398d9ae8bd100839ebaf86f3d8ba5defeffac49ebcd799133d37fdd72836f10be8554227ad3084b4465ba03d3684ee03cba5467646412dba9634ced6d6df90ea
7
- data.tar.gz: 39be87b716840f4713cbd9bb1beb0f1eec93273c3d0cb42d85a174a0103972324b4fdca2bfba36ec32c3d3c6369d977409c3baefaf5fcffec919e95da22aaf09
6
+ metadata.gz: 62b4d04ce67872bfc73c23a64f93402b8dd8da2cf34acb2a4761d47ac20c8437090e1f0d0ad1a0d8116ce20e2e2216f7091f2232b14da3dfb526d60925205b7b
7
+ data.tar.gz: a225601aedd86de64b0cecc1869efda5f4e48a853914d5ebce12cef75560c4c44266e69414f4548353689e7b0d3102f973693d796ec4e23dedbf6a2e500fe28f
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
  All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3
3
 
4
4
  - - -
5
+ ## 2.0.1 - 2025-03-24
6
+ #### Bug Fixes
7
+ - Remove puts - (0abdc95) - Marino Bonetti
8
+
9
+ - - -
10
+
5
11
  ## 2.0.0 - 2025-03-14
6
12
  #### Documentation
7
13
  - Aggiornamento documentazione deploy - (d97e28b) - Marino Bonetti
@@ -1 +1 @@
1
- 2.0.0
1
+ 2.0.1
@@ -10,7 +10,6 @@ module KonoEppClient::Commands
10
10
  contact_create = create.add_element("contact:create", {"xmlns:contact" => "urn:ietf:params:xml:ns:contact-1.0",
11
11
  "xsi:schemaLocation" => "urn:ietf:params:xml:ns:contact-1.0 contact-1.0.xsd"})
12
12
 
13
- puts options
14
13
  id = contact_create.add_element "contact:id"
15
14
  id.text = options[:id]
16
15
 
@@ -27,7 +27,6 @@ module KonoEppClient::Transport
27
27
  end
28
28
 
29
29
  def read
30
- #puts @response.body
31
30
  @response.body
32
31
  end
33
32
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kono_epp_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Bonelli