Releases: voxxit/opensrs
Releases · voxxit/opensrs
v0.4.2
v0.4.0
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
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