--- !ruby/object:Gem::Specification name: edouard-rchardet version: !ruby/object:Gem::Version prerelease: false segments: - 1 - 3 - 3 version: 1.3.3 platform: ruby authors: - Jeff Hodges autorequire: bindir: bin cert_chain: [] date: 2010-12-23 00:00:00 +01:00 default_executable: dependencies: [] description: "Character encoding auto-detection in Ruby. This library is a port of the auto-detection code in Mozilla. It means taking a sequence of bytes in an unknown character encoding, and attempting to determine the encoding so you can read the text. It\xE2\x80\x99s like cracking a code when you don\xE2\x80\x99t have the decryption key." email: jeff at somethingsimilar dot com executables: [] extensions: [] extra_rdoc_files: - README - COPYING files: - COPYING - Rakefile - README - lib/rchardet.rb - lib/rchardet/big5freq.rb - lib/rchardet/big5prober.rb - lib/rchardet/chardistribution.rb - lib/rchardet/charsetgroupprober.rb - lib/rchardet/charsetprober.rb - lib/rchardet/codingstatemachine.rb - lib/rchardet/constants.rb - lib/rchardet/escprober.rb - lib/rchardet/escsm.rb - lib/rchardet/eucjpprober.rb - lib/rchardet/euckrfreq.rb - lib/rchardet/euckrprober.rb - lib/rchardet/euctwfreq.rb - lib/rchardet/euctwprober.rb - lib/rchardet/gb2312freq.rb - lib/rchardet/gb2312prober.rb - lib/rchardet/hebrewprober.rb - lib/rchardet/jisfreq.rb - lib/rchardet/jpcntx.rb - lib/rchardet/langbulgarianmodel.rb - lib/rchardet/langcyrillicmodel.rb - lib/rchardet/langgreekmodel.rb - lib/rchardet/langhebrewmodel.rb - lib/rchardet/langhungarianmodel.rb - lib/rchardet/langthaimodel.rb - lib/rchardet/latin1prober.rb - lib/rchardet/mbcharsetprober.rb - lib/rchardet/mbcsgroupprober.rb - lib/rchardet/mbcssm.rb - lib/rchardet/sbcharsetprober.rb - lib/rchardet/sbcsgroupprober.rb - lib/rchardet/sjisprober.rb - lib/rchardet/universaldetector.rb - lib/rchardet/utf8prober.rb has_rdoc: true homepage: http://github.com/edouard/rchardet licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Character encoding auto-detection. Ruby 1.9 compat. test_files: []