From 9fffb0a23727322eec603400e0295c2ab9be283f Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 12 Apr 2026 21:28:36 +0100 Subject: [PATCH] Revert 156781dd67d024dc067010ef8640d0b91c5c3356 This breaks loading on Linux, and presumably on other platforms --- ruby/lib/caca.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby/lib/caca.rb b/ruby/lib/caca.rb index a95bdb5..d7b5923 100644 --- a/ruby/lib/caca.rb +++ b/ruby/lib/caca.rb @@ -1,4 +1,4 @@ -require 'caca' +require 'caca.so' module Caca class Display