Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1.06 KB

File metadata and controls

14 lines (12 loc) · 1.06 KB

1.5.1

  • Replaced hpricot with nokogiri for parsing login/logout responses (Ruby 3 compatible; avoids unmaintained hpricot native extension).
  • Declared Ruby >= 3.0 in the gemspec and set .ruby-version to 3.0.3 to match the registry application.
  • Added a root Gemfile using gemspec for Bundler-based local development.
  • Added a Dockerfile for running the test suite without a local Ruby/XML toolchain; documented usage in README.
  • Added Rake to the Gemfile and adjusted the Mocha test helper for current Mocha (mocha/minitest with legacy fallback).
  • Pointed homepage and RubyGems metadata at github.com/internetee/epp; added .github/REPOSITORY_DESCRIPTION.txt as the suggested GitHub “About” blurb.
  • README, LICENSE, and gemspec: credit Estonian Internet (.ee) maintenance (Sergei Tsõganov) alongside original Ultraspeed authorship.

191031

  • Replaced uuidtools gem with securerandom #5

1.5.0