cgiacomi / r2do

Simple ruby todo gem to be used from the CLI.
Apache License 2.0
6 stars 3 forks source link

Creating a new task with spaces results in truncated description #5

Closed cgiacomi closed 12 years ago

cgiacomi commented 12 years ago

If you create a new task

r2do t Hello World

without including the " then the result is a Task with a description "Hello" the second part is truncated.

cgiacomi commented 12 years ago

Fixed in v0.0.9