rchardet 0.9.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,82 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.0
3
+ specification_version: 1
4
+ name: rchardet
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.9.9
7
+ date: 2007-03-24 00:00:00 -04:00
8
+ summary: Character encoding auto-detection in Ruby
9
+ require_paths:
10
+ - lib
11
+ email: jeff at somethingsimilar dot com
12
+ homepage: http://rubyforge.org/projects/rchardet
13
+ rubyforge_project: rchardet
14
+ description:
15
+ autorequire: chardet
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: false
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Jeff Hodges
31
+ files:
32
+ - lib/chardet
33
+ - lib/chardet.rb
34
+ - lib/chardet/big5freq.rb
35
+ - lib/chardet/big5prober.rb
36
+ - lib/chardet/chardistribution.rb
37
+ - lib/chardet/charsetgroupprober.rb
38
+ - lib/chardet/charsetprober.rb
39
+ - lib/chardet/codingstatemachine.rb
40
+ - lib/chardet/constants.rb
41
+ - lib/chardet/escprober.rb
42
+ - lib/chardet/escsm.rb
43
+ - lib/chardet/eucjpprober.rb
44
+ - lib/chardet/euckrfreq.rb
45
+ - lib/chardet/euckrprober.rb
46
+ - lib/chardet/euctwfreq.rb
47
+ - lib/chardet/euctwprober.rb
48
+ - lib/chardet/gb2312freq.rb
49
+ - lib/chardet/gb2312prober.rb
50
+ - lib/chardet/hebrewprober.rb
51
+ - lib/chardet/jisfreq.rb
52
+ - lib/chardet/jpcntx.rb
53
+ - lib/chardet/langbulgarianmodel.rb
54
+ - lib/chardet/langcyrillicmodel.rb
55
+ - lib/chardet/langgreekmodel.rb
56
+ - lib/chardet/langhebrewmodel.rb
57
+ - lib/chardet/langhungarianmodel.rb
58
+ - lib/chardet/langthaimodel.rb
59
+ - lib/chardet/latin1prober.rb
60
+ - lib/chardet/mbcharsetprober.rb
61
+ - lib/chardet/mbcsgroupprober.rb
62
+ - lib/chardet/mbcssm.rb
63
+ - lib/chardet/sbcharsetprober.rb
64
+ - lib/chardet/sbcsgroupprober.rb
65
+ - lib/chardet/sjisprober.rb
66
+ - lib/chardet/universaldetector.rb
67
+ - lib/chardet/utf8prober.rb
68
+ - COPYING
69
+ test_files: []
70
+
71
+ rdoc_options: []
72
+
73
+ extra_rdoc_files:
74
+ - COPYING
75
+ executables: []
76
+
77
+ extensions: []
78
+
79
+ requirements: []
80
+
81
+ dependencies: []
82
+