You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Putting the gem building stuff into a gemspec.
* Fixing some tests since git does not believe in empty directories.
* Fixing README formatting.
* README edits.
* More rdoc tweaks.
* Changing README to rdoc ext for github.
* Adding the ability to write GPX to a string in addition to a file. Thanks to Douglas Robertson for the patch.
* Adding a patch from Douglas Robertson that allows using version 1.0 of the schema for output.
* Adding changelog.
* Revving to version 0.5.
* Changing my contact email address.
* Patches from Tom Verbeure (mtbguru.com) to work with libxml-ruby 1.x.
* Patch from Kang-min Liu to support speed element.
* Revving to 0.4.
* Adding some new unit tests and fixing several file export bugs reported by Jochen Topf. New unit tests also uncovered a bug where the number of trackpoints reported in a file was twice the actual number.
* Going to version 0.3.
* Updating unit tests in light of recent fixes to routes and waypoints code.
* Thanks to Mike Gauland for discovering some route- and waypoint-related bugs. I've fixed them and also added #to_s on Waypoint so it's easier to debug.
* Thanks to Christian Koerner for finding and fixing these bugs in the waypoint code.
* Another patch from Gaku Ueda. This one allows you to pass in a string of GPX data using the :gpx_date => option. Thanks Gaku!
* Updating the version #.
* Updates courtesy of Gaku Ueda:
* Adding support for GPX 1.0 as well as 1.1 (since libxml namespace parsing was hard-coded to 1.1. previously).
* Adding a GPX 1.0 unit test file.
* Miscellaneous updates to make it work with Ruby 1.8.6.
* First stab at using libxml-ruby instead of REXML. I'm seeing the unit tests finish in under 14 seconds. That is compared to 2 minutes using REXML. (Doug Fales <[email protected]>)
* Fixing more nil time exceptions. (Doug Fales <[email protected]>)
* Fixing an exception in contains_time?. (Doug Fales <[email protected]>)
* A couple of fixes to make the library comply with the different attribute names possible on the bounds element. (Doug Fales <[email protected]>)
* Fixing nil time bug. (Doug Fales <[email protected]>)