From 11a17f412070216f228a65853144a5bd709ae932 Mon Sep 17 00:00:00 2001 From: Marc Seeger Date: Fri, 20 Nov 2009 10:30:10 +0100 Subject: [PATCH] clarified that I use ruby 1.9.1 --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 51151f2..e7f4735 100644 --- a/README +++ b/README @@ -1,5 +1,7 @@ A sinatra app analyzing and visualizing gpx/kml/nmea gps traces that stores data in a pstore file +Tested using ruby 1.9.1 + ruby gems needed: * sinatra (the webframework) * hpricot (for gpx parsing)