From ae988c039e201d4d60b849889b131d1e9134a361 Mon Sep 17 00:00:00 2001 From: Andrew Ray Date: Thu, 29 Jun 2017 10:33:48 -0700 Subject: [PATCH] Fixing typo in gemspec --- awesome_print.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome_print.gemspec b/awesome_print.gemspec index 788f2dd..d3faf32 100644 --- a/awesome_print.gemspec +++ b/awesome_print.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |s| s.email = 'mike@dvorkin.net' s.homepage = 'https://github.com/awesome-print/awesome_print' s.summary = 'Pretty print Ruby objects with proper indentation and colors' - s.description = 'Great Ruby dubugging companion: pretty print Ruby objects to visualize their structure. Supports custom object formatting via plugins' + s.description = 'Great Ruby debugging companion: pretty print Ruby objects to visualize their structure. Supports custom object formatting via plugins' s.license = 'MIT' s.rubyforge_project = 'awesome_print'