Files
RubyMotion/bin
Watson ca0232bf86 Fixed a bug where device log is wrong filtered with `rake device'
If day is 1-9, device log is sent to REPL like the following format.
Oct  3 16:40:38 Watson-no-iPhone Timer[431] <Warning>: Tapped

So,

	NSArray *words = [line componentsSeparatedByString:
	    @" "];

creates the object which has

	words[0] = @"Oct"
	words[1] = @""
	words[2] = @"3"

then date object which is used in filter is wrong.
2013-10-03 16:54:27 +09:00
..
2012-02-16 18:30:06 +01:00
2013-05-04 18:59:53 +02:00
2013-09-02 14:30:58 +09:00
2013-08-25 14:57:55 +02:00