RubyGems Navigation menu

dommy 0.5.0

A pure-Ruby DOM polyfill on top of Nokogiri::HTML5, a Ruby-side analogue to JavaScript DOM libraries like happy-dom and jsdom. It exposes browser-like DOM semantics — events, MutationObserver, Custom Elements, Shadow DOM, the File API (Blob / File / FormData / DataTransfer), URL, Promise, timers, and Storage — without spinning up a real browser. Aimed at testing Ruby code that emits or consumes HTML. Includes drop-in RSpec matchers and Minitest assertions.

Gemfile:
=

install:
=

Versions:

  1. 0.8.1 May 31, 2026 (271 KB)
  2. 0.8.0 May 31, 2026 (271 KB)
  3. 0.7.0 May 29, 2026 (224 KB)
  4. 0.6.0 May 22, 2026 (219 KB)
  5. 0.5.0 May 21, 2026 (88.5 KB)

Runtime Dependencies (1):

nokogiri ~> 1.15

Owners:

Pushed by:

Authors:

  • takahashim

SHA 256 checksum:

=

Total downloads 723

For this version 164

Version Released:

License:

MIT

Required Ruby Version: >= 3.0

Links: