From dc6bb482124d84a8c2d6273f1a6930ca132cc39a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20K=C3=A4chele?= Date: Wed, 25 Feb 2015 09:49:05 +0100 Subject: [PATCH] It's WorkingClass not Working Class - fixed a small typo --- workingclass.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workingclass.gemspec b/workingclass.gemspec index 010b6a9..b275840 100644 --- a/workingclass.gemspec +++ b/workingclass.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |spec| spec.authors = ["Tim Kächele"] spec.email = ["TimKaechele@me.com"] spec.summary = "WorkingClass is an easy to use todolist syntax" - spec.description = "Working Class is a todolist syntax that aims at making " + + spec.description = "WorkingClass is a todolist syntax that aims at making " + "it dead simple to write tasks in an human readable way " + "that is also parseable." spec.homepage = "http://github.com/TimKaechele/WorkingClass"