Skip to content

Commit

Permalink
fix email, license, homepage, and strings in spec
Browse files Browse the repository at this point in the history
This will have to wait til v1.3.2
  • Loading branch information
jmhodges committed Dec 2, 2012
1 parent 1e1a75c commit 7539800
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Rakefile
Expand Up @@ -13,16 +13,16 @@ spec = Gem::Specification.new do |s|
s.name = "rchardet" s.name = "rchardet"
s.version = CharDet::VERSION s.version = CharDet::VERSION
s.author = "Jeff Hodges" s.author = "Jeff Hodges"
s.email = "jeff at somethingsimilar dot com" s.email = "jeff@somethingsimilar.com"
s.homepage = "http://github.com/jmhodges/rchardet/tree/master" s.homepage = "http://github.com/jmhodges/rchardet"
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
s.summary = "Character encoding auto-detection in Ruby. As smart as your browser. Open source." s.summary = "Character encoding auto-detection in Ruby. As smart as your browser. Open source."
s.files = FileList["lib/**/*"] s.files = FileList["lib/**/*"]
s.require_path = "lib" s.require_path = "lib"
s.has_rdoc = false # TODO: fix s.has_rdoc = false # TODO: fix
s.extra_rdoc_files = ['README', 'COPYING'] s.extra_rdoc_files = ['README', 'COPYING']
s.rubyforge_project = 'rchardet' s.rubyforge_project = "rchardet"

s.license = "LGPL"
end end


Gem::PackageTask.new(spec) do |pkg| Gem::PackageTask.new(spec) do |pkg|
Expand Down

0 comments on commit 7539800

Please sign in to comment.