From 3b68765f21c7387fa6ee0d348a40f7d4d4e94f21 Mon Sep 17 00:00:00 2001 From: Ryan Grove Date: Sat, 21 Jun 2014 15:56:03 -0700 Subject: [PATCH] Update gemspec. --- sanitize.gemspec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sanitize.gemspec b/sanitize.gemspec index 4d022f1..08f3e66 100644 --- a/sanitize.gemspec +++ b/sanitize.gemspec @@ -8,6 +8,9 @@ Gem::Specification.new do |s| s.authors = ['Ryan Grove'] s.email = 'ryan@wonko.com' s.homepage = 'https://github.com/rgrove/sanitize/' + s.licenses = ['MIT'] + + s.description = 'Sanitize is a whitelist-based HTML and CSS sanitizer. Given a list of acceptable elements, attributes, and CSS properties, Sanitize will remove all unacceptable HTML and/or CSS from a string.' s.platform = Gem::Platform::RUBY s.required_ruby_version = Gem::Requirement.new('>= 1.9.2')