diff --git a/rchardet.gemspec b/rchardet.gemspec index 99602a1..6ccccd0 100644 --- a/rchardet.gemspec +++ b/rchardet.gemspec @@ -3,12 +3,12 @@ $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "rchardet19" - s.version = "1.3.5" + s.version = "1.3.6" s.authors = ["Jeff Hodges", "Édouard Brière", "Linus Oleander"] s.email = "linus@oleander.nu" s.homepage = "https://github.com/oleander/rchardet" s.platform = Gem::Platform::RUBY - s.summary = "Character encoding auto-detection. Ruby 1.9 compat." + s.summary = "Ruby 1.9 compatible character encoding auto-detection library" s.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’s like cracking a code when you don’t have the decryption key." s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")