Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Beljajev committed Dec 15, 2016
1 parent 261e6af commit 11f8b49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Version 1.0.5
1.1.0
* EPP XML schema namespace "urn:ietf:params:xml:ns:epp-1.0" replaced with "https://epp.tld.ee/schema/epp-ee-1.0.xsd"
* EPP XML schema contact-eis-1.0 replaced with contact-ee-1.1

1.0.5
* lib/epp-xml/domain.rb : all tag strings moved to class constants

* lib/epp-xml/domain.rb (delete method):
- added extra argument for 'delete' action verification
- deleted usage of 'build' method
- added support for verification argument in method
- added possibility for building 'delete' xml markup in method
- added possibility for building 'delete' xml markup in method
8 changes: 4 additions & 4 deletions epp-xml.gemspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Gem::Specification.new do |s|
s.name = 'epp-xml'
s.version = '1.0.5'
s.date = '2016-05-18'
s.version = '1.1.0'
s.summary = 'Gem for generating XML for EIS EPP requests'
s.description = 'Gem for generating valid XML for EIS Extensible Provisioning Protocol requests'
s.authors = ['GiTLAB LTD']
s.email = 'info@gitlab.eu'
s.author = 'Estonian Internet Foundation'
s.email = 'info@internet.ee'
s.homepage = 'http://internet.ee'
s.files = ['lib/epp-xml.rb', 'lib/client_transaction_id.rb', 'lib/epp-xml/domain.rb', 'lib/epp-xml/contact.rb', 'lib/epp-xml/session.rb', 'lib/epp-xml/keyrelay.rb']
s.require_paths = ['lib']
s.license = 'MIT'
Expand Down

0 comments on commit 11f8b49

Please sign in to comment.