Sha256: 531114c19e9bbacf20791bb02df0cc263cc1fc05da633ffb9801577c880146d1

Contents?: true

Size: 798 Bytes

Versions: 1

Compression:

Stored size: 798 Bytes

Contents

# encoding: UTF-8

Gem::Specification.new do |s|
  s.name        = 'pHash'
  s.version     = '1.2.0'
  s.summary     = %q{Use pHash with ruby}
  s.homepage    = "http://github.com/toy/#{s.name}"
  s.authors     = ['Ivan Kuchin']
  s.license     = 'GPLv3'

  s.rubyforge_project = s.name

  s.files         = `git ls-files`.split($/)
  s.executables   = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  s.test_files    = s.files.grep(%r{^(test|spec|features)/})
  s.require_paths = %w[lib]

  s.add_dependency 'ffi', '~> 1.0'

  s.add_development_dependency 'rspec', '~> 3.0'

  if Gem::Platform.local.os == 'darwin'
    s.post_install_message = "pHash library can be installed using macports or brew:
\tport install pHash
\tbrew install --without-video-hash homebrew/boneyard/phash"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pHash-1.2.0 pHash.gemspec