Skip to content

Releases: voxxit/opensrs

v0.4.2

09 May 21:03
Compare
Choose a tag to compare

What's Changed

  • Update nokogiri from ~> 1.11.4 to ~> 1.13.4 for high/critical security issues #48
  • Support Ruby 3+ by @JLoppert in #51

New Contributors

Full Changelog: v0.4.0...v0.4.2

v0.4.0

13 Aug 18:33
Compare
Choose a tag to compare

CHANGELOG

  • #36 - Added proxy support
  • #37 - Added support for sanitization of the XML responses
  • #44 - Fix security issue with rake
  • #46 - Fixed code issues via new rubocop code scanning

How to install

gem install opensrs -v 0.4.0

or in your Gemfile:

gem "opensrs", "~> 0.4.0"
gem "nokogiri" # to use nokogiri XML parser
gem "libxml-ruby" # to use libxml XML parser

Version 0.3.8

03 Sep 13:13
Compare
Choose a tag to compare

To install:

gem install opensrs -v 0.3.8

or in your Gemfile:

gem "opensrs", "0.3.8"
gem "nokogiri"    # if you want to use nokogiri as the XML parser
gem "libxml-ruby" # if you want to use libxml as the XML parser