Browse Source

ruby: require 'caca' instead of 'caca.so'

This will hopefully fix the OS X ruby package.
tags/v0.99.beta20
Sam Hocevar 8 years ago
parent
commit
156781dd67
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ruby/lib/caca.rb

+ 1
- 1
ruby/lib/caca.rb View File

@@ -1,4 +1,4 @@
require 'caca.so'
require 'caca'

module Caca
class Display


Loading…
Cancel
Save