From ef1eac8cbbaf4cd7e453d0e4e7c83a56408f0530 Mon Sep 17 00:00:00 2001 From: Doug Fales Date: Mon, 11 Feb 2008 21:20:16 +0000 Subject: [PATCH] Going to version 0.3. --- lib/gpx/gpx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/gpx/gpx.rb b/lib/gpx/gpx.rb index b07536c..6544e46 100644 --- a/lib/gpx/gpx.rb +++ b/lib/gpx/gpx.rb @@ -21,7 +21,7 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #++ module GPX - VERSION = "0.2" + VERSION = "0.3" # A common base class which provides a useful initializer method to many # class in the GPX library. @@ -34,7 +34,7 @@ module GPX # an attribute to be initialized on the instance. This means you don't # have to pick out individual text elements in each initializer of each # class (Route, TrackPoint, Track, etc). Just pass an array of possible - # attributes to this method. + # attributes to this method. def instantiate_with_text_elements(parent, text_elements, ns) text_elements.each do |el| child_xpath = "gpx:#{el}"