# -*- encoding: utf-8 -*- # stub: iconoclasm 1.0.7 ruby lib Gem::Specification.new do |s| s.name = "iconoclasm".freeze s.version = "1.0.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Sander Hartlage".freeze] s.date = "2010-04-28" s.description = "Finds favorites icons for web pages on the world wide internets by checking the HTML head or the standard favicon location. Then, do with them what you will.".freeze s.email = "sander.hartlage@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.markdown".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/iconoclasm.rb".freeze, "lib/iconoclasm/downloader.rb".freeze, "lib/iconoclasm/errors.rb".freeze, "lib/iconoclasm/extractor.rb".freeze, "lib/iconoclasm/favicon.rb".freeze, "lib/iconoclasm/headers.rb".freeze, "spec/helper.rb".freeze, "spec/iconoclasm/downloader_spec.rb".freeze, "spec/iconoclasm/errors_spec.rb".freeze, "spec/iconoclasm/extractor_spec.rb".freeze, "spec/iconoclasm/favicon_spec.rb".freeze, "spec/iconoclasm/headers_spec.rb".freeze, "spec/iconoclasm_spec.rb".freeze] s.homepage = "http://github.com/sander6/iconoclasm".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Finds favicons and DESTROYS THEM (well, not really, but it will download and save them)".freeze s.test_files = ["spec/helper.rb".freeze, "spec/iconoclasm/downloader_spec.rb".freeze, "spec/iconoclasm/errors_spec.rb".freeze, "spec/iconoclasm/extractor_spec.rb".freeze, "spec/iconoclasm/favicon_spec.rb".freeze, "spec/iconoclasm/headers_spec.rb".freeze, "spec/iconoclasm_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end