# -*- encoding: utf-8 -*- # stub: file_signature 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "file_signature".freeze s.version = "1.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["robacarp".freeze, "SixArm".freeze] s.date = "2012-05-31" s.description = "Monkeypatches File and IO to include a '''magic_number_type''' method which returns a symbol representing the mime type guessed based off of the first few bytes of a file.".freeze s.email = "coder@robacarp.com".freeze s.files = [".gemtest".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/file_signature.rb".freeze, "test/file_signature_test.rb".freeze, "test/file_signature_test/sample.fit".freeze, "test/file_signature_test/sample.gif".freeze, "test/file_signature_test/sample.jpg".freeze, "test/file_signature_test/sample.png".freeze, "test/file_signature_test/sample.ps".freeze, "test/file_signature_test/sample.ras".freeze, "test/file_signature_test/sample.sgi".freeze, "test/file_signature_test/sample.tiff".freeze, "test/file_signature_test/sample.xcf.bz2".freeze, "test/file_signature_test/sample.xcf.gz".freeze] s.homepage = "http://robacarp.com".freeze s.rubygems_version = "3.5.10".freeze s.summary = "File signature adds the ability to inspect the first few bytes of a file to guess at mime-type.".freeze s.test_files = ["test/file_signature_test.rb".freeze, "test/file_signature_test/sample.fit".freeze, "test/file_signature_test/sample.gif".freeze, "test/file_signature_test/sample.jpg".freeze, "test/file_signature_test/sample.png".freeze, "test/file_signature_test/sample.ps".freeze, "test/file_signature_test/sample.ras".freeze, "test/file_signature_test/sample.sgi".freeze, "test/file_signature_test/sample.tiff".freeze, "test/file_signature_test/sample.xcf.bz2".freeze, "test/file_signature_test/sample.xcf.gz".freeze] end