Skip to content

Commit

Permalink
Temporarily drop support for Rubinius, due to missing FFI::Union.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed May 12, 2012
1 parent 46ce17f commit eb3ca42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.md
Expand Up @@ -2,6 +2,8 @@

* Require ffi ~> 1.0.
* Load `libudis86.so.0` if `libudis86.so` does not exist.
* Temporarily drop support for [Rubinius](http://rubini.us/) due to [missing
FFI::Union](https://github.com/rubinius/rubinius/issues/1717).

### 0.1.2 / 2011-02-02

Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -88,6 +88,10 @@ Disassemble and print information about the instruction and operands:

## Requirements

* [Ruby](http://ruby-lang.org/) >= 1.8.7 or
[JRruby](http://jruby.org) >= 1.6
* [Rubinius](http://rubini.us/) is not currently supported due to
[Issue 1717](https://github.com/rubinius/rubinius/issues/1717)
* [udis86](http://udis86.sourceforge.net/) >= 1.7
* [ffi](http://github.com/ffi/ffi) ~> 1.0

Expand Down

0 comments on commit eb3ca42

Please sign in to comment.