diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-04-08 10:18:26 +0200 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-04-08 10:18:26 +0200 | 
| commit | e887bce9a36ff6f2ded3b74dd8d97fe28a2db70d (patch) | |
| tree | c7a29eaaa38ffd71b29f3f5e4cc047229e96c9c8 | |
| parent | ab1da5d65df79817fca4585e4901041a82f17346 (diff) | |
| download | ffi-efl-e887bce9a36ff6f2ded3b74dd8d97fe28a2db70d.zip ffi-efl-e887bce9a36ff6f2ded3b74dd8d97fe28a2db70d.tar.gz  | |
README: add e repo, thanks, support
| -rw-r--r-- | README.md | 6 | 
1 files changed, 4 insertions, 2 deletions
@@ -9,7 +9,7 @@ A ruby ffi binding to [efl](http://www.enlightenment.org/p.php?p=docs&l=en) libr  ## FEATURES/PROBLEMS: -* support ruby 1.9.x NOT 1.8.x +* support ruby 2.0.0, 1.9.x NOT 1.8.x  * support efl 1.7.x, NOT dev branch 1.8.x  * binding is almost complete but lacks high level ruby code and tests @@ -63,7 +63,7 @@ A ruby ffi binding to [efl](http://www.enlightenment.org/p.php?p=docs&l=en) libr  For more examples you may look at: -* the [test/](https://github.com/jeremyz/ffi-efl/tree/master/test) and [spec/](https://github.com/jeremyz/ffi-efl/tree/master/spec) subdirs +* [test/](https://github.com/jeremyz/ffi-efl/tree/master/test) and [spec/](https://github.com/jeremyz/ffi-efl/tree/master/spec) subdirs  ## REQUIREMENTS: @@ -90,6 +90,7 @@ Online repositories:  * https://github.com/jeremyz/ffi-efl  * http://cgit.asynk.ch/ffi-efl/ +* http://git.enlightenment.org/bindings/ruby/ffi-efl.git/  Gem: @@ -100,6 +101,7 @@ Gem:  Special thanks to:  * Lionel Orry +* Marius Hanne  * The enlightenment team  ## LICENSE:  | 
