diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-05-11 10:07:14 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-05-11 10:07:14 +0200 |
commit | 533f8327d0a3f1eae95aedadd48d0f1640766f28 (patch) | |
tree | 985b29d9f744d14c8c2ab930fb15d7099c02c181 /lib/efl/native/eina_log.rb | |
parent | 0c30e8a8efcc32de3216a8f49b84793e51ff31cc (diff) | |
download | ffi-efl-533f8327d0a3f1eae95aedadd48d0f1640766f28.zip ffi-efl-533f8327d0a3f1eae95aedadd48d0f1640766f28.tar.gz |
add missing sed-variables, fix EinaLog module generation, add self.version for all modules and use them in spec describe
Diffstat (limited to 'lib/efl/native/eina_log.rb')
-rw-r--r-- | lib/efl/native/eina_log.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/native/eina_log.rb b/lib/efl/native/eina_log.rb index 66c86de..dd32725 100644 --- a/lib/efl/native/eina_log.rb +++ b/lib/efl/native/eina_log.rb @@ -5,7 +5,7 @@ require 'efl/ffi' # module Efl # - module Eina + module EinaLog # def self.method_missing m, *args, &block sym = 'eina_log_'+m.to_s |