1
0

fixed missing space in gemspec

This commit is contained in:
Tim Kächele 2015-02-25 09:03:30 +01:00
parent 60c10cbefb
commit 042d4acb00

View File

@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.authors = ["Tim Kächele"] spec.authors = ["Tim Kächele"]
spec.email = ["TimKaechele@me.com"] spec.email = ["TimKaechele@me.com"]
spec.summary = "WorkingClass is an easy to use todolist syntax" spec.summary = "WorkingClass is an easy to use todolist syntax"
spec.description = "Working Class is a todolist syntax that aims at making" + spec.description = "Working Class is a todolist syntax that aims at making " +
"it dead simple to write tasks in an human readable way " + "it dead simple to write tasks in an human readable way " +
"that is also parseable." "that is also parseable."
spec.homepage = "http://github.com/TimKaechele/WorkingClass" spec.homepage = "http://github.com/TimKaechele/WorkingClass"