Skip to content

Commit

Permalink
bump v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Mar 13, 2013
1 parent 823d111 commit aa6c96c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.1.5

* Code cleanup

## v0.1.4

* Added decode options
Expand Down
2 changes: 1 addition & 1 deletion lib/webp/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module WebP
VERSION = "0.1.4"
VERSION = "0.1.5"
end
6 changes: 3 additions & 3 deletions spec/webp_ffi_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa6c96c

Please sign in to comment.