From f85869ecabfddc157c4d691aec6582619ce9608c Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Thu, 7 Sep 2017 00:11:24 +0200 Subject: [PATCH] Release 2.11 --- CHANGELOG.md | 9 +++++++-- checksum/oga-2.11-java.gem.sha512 | 1 + checksum/oga-2.11.gem.sha512 | 1 + lib/oga/version.rb | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 checksum/oga-2.11-java.gem.sha512 create mode 100644 checksum/oga-2.11.gem.sha512 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e11285..1da0e0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,18 @@ This document contains details of the various releases and their release dates. Dates are in the format `yyyy-mm-dd`. +## 2.11 - 2017-09-07 + +Various Ruby warnings have been resolved by Loic Nageleisen. See pull request + for more information. + ## 2.10 - 2017-04-18 ### Fix `Element#attribute` for HTML documents when using Symbol arguments You can now pass a Symbol to `Oga::XML::Element#attribute` for both XML and HTML -documents, previously this only worked for XML documents. See [PR -#174](https://github.com/YorickPeterse/oga/pull/174) for more information. +documents, previously this only worked for XML documents. See +[PR #174](https://github.com/YorickPeterse/oga/pull/174) for more information. ## 2.9 - 2017-02-10 diff --git a/checksum/oga-2.11-java.gem.sha512 b/checksum/oga-2.11-java.gem.sha512 new file mode 100644 index 0000000..2499770 --- /dev/null +++ b/checksum/oga-2.11-java.gem.sha512 @@ -0,0 +1 @@ +e89ef454241cad99049fa3767eb1c76ab7e1e10a0943e6448ffc7cfc70a251f7a72a3cd61f0664c35a54791752960b6432ddd857d56d11594b6272bff44d405b \ No newline at end of file diff --git a/checksum/oga-2.11.gem.sha512 b/checksum/oga-2.11.gem.sha512 new file mode 100644 index 0000000..d83c305 --- /dev/null +++ b/checksum/oga-2.11.gem.sha512 @@ -0,0 +1 @@ +d6d3f1f133c9f93bd9cc36b7748c5b8a223d53daacb0ed0c9784fb0aac08d483c558208ddda1fc6b7b544a638a4cd89f791d397c712f622b7096d0b99ab7ec79 \ No newline at end of file diff --git a/lib/oga/version.rb b/lib/oga/version.rb index 713d894..6464faa 100644 --- a/lib/oga/version.rb +++ b/lib/oga/version.rb @@ -1,3 +1,3 @@ module Oga - VERSION = '2.10' + VERSION = '2.11' end # Oga