README.rdoc in ffi-1.0.12.pre vs README.rdoc in ffi-1.0.12.rc1
- old
+ new
@@ -1,7 +1,6 @@
ruby-ffi
- by Wayne Meissner
http://wiki.github.com/ffi/ffi
== DESCRIPTION:
Ruby-FFI is a ruby extension for programmatically loading dynamic
@@ -26,11 +25,11 @@
extend FFI::Library
ffi_lib 'c'
attach_function :puts, [ :string ], :int
end
- MyLib.puts 'Hello boys using libc!'
+ MyLib.puts 'Hello, World using libc!'
For less minimalistic and more sane examples you may look at:
* the samples/ folder
* the examples on the wiki[http://wiki.github.com/ffi/ffi]
@@ -49,22 +48,9 @@
or from the git repository on github:
git clone git://github.com/ffi/ffi.git
cd ffi
rake gem:install
-
-== CREDITS:
-
-Special thanks to:
-
-* Yehuda Katz
-* Luc Heinrich
-* Andrea Fazzi
-* Mike Dalessio
-* Hongli Lai
-* Evan Phoenix
-* Aman Gupta
-* Beoran
== LICENSE:
See LICENSE file.