Skip to content

Commit

Permalink
Added ffi as a dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed May 12, 2011
1 parent 5201b2a commit 3c317b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Ruby FFI bindings for the libupskirt markdown library.
## Requirements

* [libupskirt](https://github.com/tanoku/upskirt) >= 1.2.0
* [ffi](http://github.com/ffi/ffi) ~> 1.0

## Install

Expand Down
3 changes: 3 additions & 0 deletions gemspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ has_yard: true

requirements: "libupskirt >= 1.2.0"

dependencies:
ffi: ~> 1.0

development_dependencies:
ore-tasks: ~> 0.4
rspec: ~> 2.4
Expand Down

0 comments on commit 3c317b2

Please sign in to comment.