update gemspec

This commit is contained in:
Ben Balter 2014-10-02 12:57:00 -04:00
parent 6adb5a0385
commit 56f9066941
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
gem.version = Licensee::VERSION gem.version = Licensee::VERSION
gem.summary = "A Ruby Gem to detect under what license a project is distributed" gem.summary = "A Ruby Gem to detect under what license a project is distributed"
gem.description = "Licensee automates the process of reading LICENSE files and compares their contents to known licenses using a fancy math thing called the Jaro-Winkler Distance." gem.description = "Licensee automates the process of reading LICENSE files and compares their contents to known licenses using a fancy math thing called Rabin-Karp rolling-hashes."
gem.authors = ['Ben Balter'] gem.authors = ['Ben Balter']
gem.email = 'ben.balter@github.com' gem.email = 'ben.balter@github.com'