Project

Reverse Dependencies for minitest

The projects listed here declare minitest as a runtime or development dependency

0.0
Repository is gone
windraw renders shapes and text into an off-screen bitmap using the graphics stack that already ships with Windows — Direct2D for vector drawing, DirectWrite for text, and WIC for PNG encoding — then saves a PNG to a file or returns the bytes as a string. A Cairo-style 2D canvas with no window or...
2021
2022
2023
2024
2025
2026
0.0
No release in over 3 years
Simple database transfer utility using Sequel
2021
2022
2023
2024
2025
2026
0.0
Low commit activity in last 3 years
No release in over a year
Clean ruby syntax for writing and deploying tasks in Windows' task scheduler. Extension of gem whenever.
2021
2022
2023
2024
2025
2026
0.0
The project is in a healthy, maintained state
Provides RowSheet, DataRow, MetaRow and MetaRange — an ORM-like layer over Excel worksheets with buffered writes, left/inner joins and selections.
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
This gem allows to retrieve information for a transcription factor from Wingender's TFClass ontology.
2021
2022
2023
2024
2025
2026
0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Wings is a Rack-based, MVC framework with REST implementation, also supports ORM for database manipulation.
2021
2022
2023
2024
2025
2026
0.0
Repository is gone
winhttp is a native extension that binds the asynchronous WinHTTP API into a thin, hard-to-misuse Ruby HTTP client: system TLS via Schannel with the OS certificate store and revocation policy, the user's proxy and PAC settings, HTTP/2 negotiation, transparent gzip/deflate, safe redirect defaults,...
2021
2022
2023
2024
2025
2026
0.0
Repository is gone
winipc is a native extension that exposes Windows local inter-process communication through an ergonomic, safe-by-default Ruby API: duplex named pipes (byte and message mode, with a server and a connect-with-retry client), pagefile-backed shared memory via named file mappings, and named synchroni...
2021
2022
2023
2024
2025
2026
0.0
Repository is gone
winlog emits Windows ETW TraceLogging events from Ruby with no manifest, no message DLL, no registry writes, and no elevation: register a provider by name (standard ETW name-hashed GUID), then log runtime-dynamic events with typed fields (UTF-8 text, binary, int64, double, boolean) plus levels, k...
2021
2022
2023
2024
2025
2026
0.0
Repository is gone
winloop is a Ruby Fiber::Scheduler built on Win32 I/O Completion Ports. It makes ordinary socket I/O, sleeps, timeouts and Mutex/Queue/Thread#join run cooperatively on a single thread — the async-runtime story that has always been weak on Windows, done the way libuv/mio/wepoll do it: readiness ov...
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
The WinPrint library offers a way to send raw data to a system printer on windows. It also allows to fetch the printer list.
2021
2022
2023
2024
2025
2026
0.0
Repository is gone
winproc is a native extension for controlling Windows processes the way the OS intends: argv-array spawning with exact quoting and per-handle inheritance (PROC_THREAD_ATTRIBUTE_HANDLE_LIST), job objects with kill-on-close so a spawned tree can never outlive you (even across a crash), atomic job p...
2021
2022
2023
2024
2025
2026
0.0
Repository is gone
winreg is a native extension exposing the Win32 registry through a typed, hard-to-misuse Ruby API: strict typed readers and writers for REG_SZ, REG_EXPAND_SZ (never auto-expanded), REG_MULTI_SZ (correct double-NUL wire format), REG_DWORD/REG_QWORD (range-checked), and REG_BINARY, with raw escape ...
2021
2022
2023
2024
2025
2026
0.0
Repository is gone
winsvc runs a Ruby process as a Windows service (SERVICE_WIN32_OWN_PROCESS) with correct service-control-manager integration: the control handler is pure C (no Ruby ever runs on an SCM thread), controls arrive on a Thread::Queue (fiber-scheduler cooperative), SERVICE_STOPPED is reported exactly o...
2021
2022
2023
2024
2025
2026
0.0
The project is in a healthy, maintained state
WinterTc provides a Ruby HTTP client whose interface mirrors the JavaScript Fetch API as closely as possible. It exposes WinterTc::Request, WinterTc::Response, WinterTc::Headers, and WinterTc.fetch — all with the same semantics as their browser counterparts. No runtime gem dependencies: only Ru...
2021
2022
2023
2024
2025
2026
0.0
Repository is gone
wintoast pops native Windows toast notifications from plain Ruby scripts using the WinRT notification API that ships with Windows — no Windows App SDK, no packaging, no COM activation server, no elevation — and drives progress on the taskbar button (ITaskbarList3) and the Windows Terminal tab (OS...
2021
2022
2023
2024
2025
2026
0.0
Repository is gone
winwatch watches a directory (optionally a whole subtree) with a single overlapped ReadDirectoryChangesW operation and delivers :added/:modified/ :removed/:renamed events with absolute UTF-8 paths. Kernel buffer overflow is surfaced as an explicit :rescan event (never silently dropped) and a dyin...
2021
2022
2023
2024
2025
2026