summaryrefslogtreecommitdiffstats
path: root/lib/efl/native
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-05-11 10:07:14 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-05-11 10:07:14 +0200
commit533f8327d0a3f1eae95aedadd48d0f1640766f28 (patch)
tree985b29d9f744d14c8c2ab930fb15d7099c02c181 /lib/efl/native
parent0c30e8a8efcc32de3216a8f49b84793e51ff31cc (diff)
downloadffi-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')
-rw-r--r--lib/efl/native/eina_log.rb2
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