From aa6c96c34b318690731eade3de96417ce6f9750c Mon Sep 17 00:00:00 2001 From: Alexey Vasiliev Date: Wed, 13 Mar 2013 22:03:30 +0200 Subject: [PATCH] bump v0.1.5 --- CHANGELOG.md | 4 ++++ lib/webp/version.rb | 2 +- spec/webp_ffi_spec.rb | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f572ad..2b2d1de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.1.5 + +* Code cleanup + ## v0.1.4 * Added decode options diff --git a/lib/webp/version.rb b/lib/webp/version.rb index 4ebfe2f..906742c 100644 --- a/lib/webp/version.rb +++ b/lib/webp/version.rb @@ -1,3 +1,3 @@ module WebP - VERSION = "0.1.4" + VERSION = "0.1.5" end diff --git a/spec/webp_ffi_spec.rb b/spec/webp_ffi_spec.rb index 61e2ec4..3efc89c 100644 --- a/spec/webp_ffi_spec.rb +++ b/spec/webp_ffi_spec.rb @@ -36,9 +36,9 @@ end after :all do @out_dir = File.expand_path(File.join(File.dirname(__FILE__), "../tmp/")) - #Dir["#{@out_dir}/*{.png,.webp}"].each do |file| - # File.delete(file) rescue nil - #end + Dir["#{@out_dir}/*{.png,.webp}"].each do |file| + File.delete(file) rescue nil + end end it "calculate plus 100 by test_c (verify C)" do