From fa867cb2adbeebcc68466a96051b1cf828d6c355 Mon Sep 17 00:00:00 2001 From: Weston Platter Date: Wed, 27 Nov 2013 11:42:04 -0700 Subject: [PATCH] prepare for release. version bump to 1.0.7 --- CHANGES.md | 7 +++++++ phashion.gemspec | 16 ++++++++-------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b7362cc..b637ebe 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,13 @@ History ========= +1.0.7 +------ +* Respository transferred to https://github.com/westonplatter/phashion +* Added custom pHash patch to support alpha channel PNG files (issue #20 and #23) +* Link `/user/local/lib` (issue #21) +* Explicitly include -pthreads flag for cpp compiler (issue #15) + 1.0.6 ------ diff --git a/phashion.gemspec b/phashion.gemspec index dc2f99f..4324f4e 100644 --- a/phashion.gemspec +++ b/phashion.gemspec @@ -1,19 +1,19 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| - s.name = %q{phashion} - s.version = "1.0.6" + s.name = %q{phashion} + s.version = "1.0.7" s.authors = ["Mike Perham", "Weston Platter"] s.email = ["mperham@gmail.com", "westonplatter@gmail.com"] - s.description = %q{Simple wrapper around the pHash library} + s.description = %q{Simple wrapper around the pHash library} s.homepage = %q{http://github.com/westonplatter/phashion} - s.extensions = ["ext/phashion_ext/extconf.rb"] - s.files = `git ls-files`.split("\n") - s.rdoc_options = ["--charset=UTF-8"] + s.extensions = ["ext/phashion_ext/extconf.rb"] + s.files = `git ls-files`.split("\n") + s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.summary = %q{Simple wrapper around the pHash library} - s.test_files = `git ls-files test`.split("\n") + s.summary = %q{Simple wrapper around the pHash library} + s.test_files = `git ls-files test`.split("\n") s.add_development_dependency "rake-compiler", ">= 0.7.0" end