Skip to content

Commit

Permalink
prepare for release. version bump to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
westonplatter committed Nov 27, 2013
1 parent 23413d2 commit fa867cb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
------

Expand Down
16 changes: 8 additions & 8 deletions phashion.gemspec
Original file line number Diff line number Diff line change
@@ -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 = ["[email protected]", "[email protected]"]
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
Expand Down

0 comments on commit fa867cb

Please sign in to comment.