Skip to content

v0.4.0

Compare
Choose a tag to compare
@voxxit voxxit released this 13 Aug 18:33
· 11 commits to master since this release

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