diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-07-11 00:13:03 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-07-11 00:13:03 +0200 |
commit | 25f9f4526746b69adea3e2694cf57a5ce089abba (patch) | |
tree | 3efb7e03bf1147094c003f43f442570a6bce7ab7 | |
parent | 4b5979d1706b7864a12593c70783c7e1ecfa88ea (diff) | |
download | ffi-efl-0.0.14.zip ffi-efl-0.0.14.tar.gz |
release 0.0.14v0.0.14
-rw-r--r-- | Gemfile.lock | 16 | ||||
-rw-r--r-- | lib/efl.rb | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index eb6e75b..eff9c96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ffi-efl (0.0.13) + ffi-efl (0.0.14) ffi GEM @@ -10,14 +10,14 @@ GEM diff-lcs (1.1.3) ffi (1.0.11) rake (0.9.2.2) - rspec (2.10.0) - rspec-core (~> 2.10.0) - rspec-expectations (~> 2.10.0) - rspec-mocks (~> 2.10.0) - rspec-core (2.10.1) - rspec-expectations (2.10.0) + rspec (2.11.0) + rspec-core (~> 2.11.0) + rspec-expectations (~> 2.11.0) + rspec-mocks (~> 2.11.0) + rspec-core (2.11.0) + rspec-expectations (2.11.1) diff-lcs (~> 1.1.3) - rspec-mocks (2.10.1) + rspec-mocks (2.11.1) PLATFORMS ruby @@ -3,7 +3,7 @@ # module Efl # - VERSION = '0.0.13' + VERSION = '0.0.14' # module MethodResolver def self.resolve mod, meth, prefix |