# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{dupe-magick} s.version = "1.0.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Tim Koopmans"] s.date = %q{2010-11-15} s.default_executable = %q{dupes} s.description = %q{If you need to look for duplicates which can't otherwise be found via md5 checksums e.g. images of different formats or slightly lossy, then this gem can compare or find duplicates based on euclidian distances between points in an 8x8x8 RGB vector cube.} s.email = %q{tim.koops@gmail.com} s.executables = ["dupes"] s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", ".gitignore", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "bin/dupes", "dupe-magick.gemspec", "lib/dupe-magick.rb", "lib/progressbar.rb", "test/helper.rb", "test/images/bright_wife.png", "test/images/dark_wife.png", "test/images/different.jpg", "test/images/first_wife.png", "test/images/second_wife.jpg", "test/images/third_wife.jpg", "test/results.html", "test/test_dupe-magick.rb" ] s.homepage = %q{http://github.com/90kts/dupe-magick} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Detect image duplicates with RMagick} s.test_files = [ "test/helper.rb", "test/test_dupe-magick.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) end end