Sha256: 594488a5475f68b6d2f8dfa37c4498e0cde0822c4db494b146c2e540f1ed6b61
Contents?: true
Size: 1.84 KB
Versions: 0
Compression: gzip
Compressed size: 735 Bytes
Stored size: 735 Bytes
Contents
--- !ruby/object:Gem::Specification name: iconoclasm version: !ruby/object:Gem::Version version: 1.0.0 platform: ruby authors: - Sander Hartlage autorequire: bindir: bin cert_chain: [] date: 2009-12-28 00:00:00 -05:00 default_executable: dependencies: [] 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. email: sander.hartlage@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.markdown files: - .document - .gitignore - LICENSE - README.markdown - Rakefile - VERSION - lib/iconoclasm.rb - lib/iconoclasm/downloader.rb - lib/iconoclasm/errors.rb - lib/iconoclasm/extractor.rb - lib/iconoclasm/favicon.rb - lib/iconoclasm/headers.rb - spec/helper.rb - spec/iconoclasm/downloader_spec.rb - spec/iconoclasm/errors_spec.rb - spec/iconoclasm/extractor_spec.rb - spec/iconoclasm/favicon_spec.rb - spec/iconoclasm/headers_spec.rb - spec/iconoclasm_spec.rb has_rdoc: true homepage: http://github.com/sander6/iconoclasm licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Finds favicons and DESTROYS THEM (well, not really, but it will download and save them) test_files: - spec/helper.rb - spec/iconoclasm/downloader_spec.rb - spec/iconoclasm/errors_spec.rb - spec/iconoclasm/extractor_spec.rb - spec/iconoclasm/favicon_spec.rb - spec/iconoclasm/headers_spec.rb - spec/iconoclasm_spec.rb