diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-25 22:40:55 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-25 22:40:55 +0200 |
commit | 52957665ac4975bff06a82e4169e99a60524a6a4 (patch) | |
tree | 4f349b6b0dd1daafd6b789a2e3a37d683e90653e | |
parent | 80c11812e1e1c3c33158cd25eb0db0dba1ced4e7 (diff) | |
download | ffi-efl-52957665ac4975bff06a82e4169e99a60524a6a4.zip ffi-efl-52957665ac4975bff06a82e4169e99a60524a6a4.tar.gz |
release goes 0.2.00.0.2
-rw-r--r-- | Changelog | 6 | ||||
-rw-r--r-- | README.rdoc | 4 | ||||
-rw-r--r-- | lib/efl.rb | 2 |
3 files changed, 10 insertions, 2 deletions
@@ -1,2 +1,8 @@ +2011-04-25 Jérémy Zurcher <jeremy@asynk.ch> + * release 0.2.0 + * ecore getopt seems good + * basis of module function mapping and class method_missing usage setup + * small elementary elm_Win test app + 2011-04-08 Jérémy Zurcher <jeremy@asynk.ch> * Project creation diff --git a/README.rdoc b/README.rdoc index bac6abe..912f3d1 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,12 +1,14 @@ ffi-efl by Jérémy Zurcher - http://cgit.asynk.ch + http://asynk.ch == DESCRIPTION: ffi-efl is a FFI[https://github.com/ffi/ffi/wiki] binding to Enlightenment Foundation Libraries (eina,eet,evas,ecore,edje...) base components of the Enlightenment project. (EFL API[http://www.enlightenment.org/p.php?p=docs&l=en]) +ffi-efl project is developed on asynk[http://cgit.asynk.ch/cgi-bin/cgit/ffi-efl], github[https://github.com/jeremyz] and gitorious[https://gitorious.org/~jeyzu] + == FEATURES/PROBLEMS: * Project just started @@ -4,7 +4,7 @@ # module Efl # - VERSION = '0.0.1' + VERSION = '0.0.2' # autoload :Eet, './lib/efl/eet.rb' autoload :Evas, './lib/efl/evas.rb' |