diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-05-11 12:06:02 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-05-11 12:06:02 +0200 |
commit | c18b9432eeabad028cd252d6a983c5abf06d9ac2 (patch) | |
tree | 83d240053c6802cfb27ab9f9f1de523ee20a66eb /lib | |
parent | 5ede3df79ab176f682d16c7284a5d8ce42fefcea (diff) | |
download | ffi-efl-c18b9432eeabad028cd252d6a983c5abf06d9ac2.zip ffi-efl-c18b9432eeabad028cd252d6a983c5abf06d9ac2.tar.gz |
update Changelog , REVISION, autoload0.0.6
Diffstat (limited to 'lib')
-rw-r--r-- | lib/efl.rb | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,7 +4,7 @@ # module Efl # - VERSION = '0.0.5' + VERSION = '0.0.6' # autoload :EcoreEvas, './lib/efl/ecore_evas.rb' autoload :EcoreGetopt, './lib/efl/ecore_getopt.rb' @@ -12,8 +12,9 @@ module Efl autoload :Ecore, './lib/efl/ecore.rb' autoload :Edje, './lib/efl/edje.rb' autoload :Eet, './lib/efl/eet.rb' - autoload :EinHash, './lib/efl/eina_hash.rb' + autoload :EinaHash, './lib/efl/eina_hash.rb' autoload :EinaList, './lib/efl/eina_list.rb' + autoload :EinaLog, './lib/efl/eina_log.rb' autoload :Eina, './lib/efl/eina.rb' autoload :Elm, './lib/efl/elementary.rb' autoload :Evas, './lib/efl/evas.rb' |