Skip to content

Commit

Permalink
New summary and bump version to 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed Apr 18, 2014
1 parent 1c0decc commit 1efccf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rchardet.gemspec
Expand Up @@ -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")
Expand Down

0 comments on commit 1efccf0

Please sign in to comment.