From 27d877ccce5887c81d64f25115373e2905f37c58 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Fri, 12 Sep 2014 14:40:01 +0200 Subject: [PATCH] Updated the Gem description. --- oga.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oga.gemspec b/oga.gemspec index fc18718..c73556b 100644 --- a/oga.gemspec +++ b/oga.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.version = Oga::VERSION s.authors = ['Yorick Peterse'] s.email = 'yorickpeterse@gmail.com' - s.summary = 'A pure Ruby HTML/XML parser.' + s.summary = 'Oga is an XML/HTML parser written in Ruby.' s.homepage = 'https://github.com/yorickpeterse/oga/' s.description = s.summary s.license = 'MIT'