Commit Graph

39 Commits (master)

Author SHA1 Message Date
Guillaume Dott 19a5ab6104 REINDENT ALL THE FILES
Use 2 spaces for indentation and remove some tabs.
2013-06-16 23:36:44 +02:00
Guillaume Dott 853b967974 Correct tests and Rakefile 2013-06-16 01:35:46 +02:00
Guillaume Dott 917c437f94 Replace Hpricot with Nokogiri 2013-06-16 01:35:36 +02:00
Guillaume Dott b1d18e8261 Remove trailing whitespaces 2013-06-15 12:11:43 +02:00
Guillaume Dott 66d384b46d Add bundle support 2013-06-15 12:07:59 +02:00
Doug Fales 4bca65aeec Merge pull request #3 from rb2k/master
Make tests and code ruby 1.9 compatible
2011-11-10 13:58:20 -08:00
Marc Seeger 0d5e31fe96 Added hpricot as a dependency 2011-11-07 22:56:18 +01:00
Marc Seeger f2b1bd839e Fixed gemspec so it builds in 1.9 2011-11-07 22:52:45 +01:00
Marc Seeger 1ec7e02f63 Moved most stuff over from libxml to hpricot 2011-11-06 21:37:15 +01:00
Marc Seeger 2d665f2625 Make tests/code compatibile with ruby 1.9.3 2011-11-06 15:38:46 +01:00
Doug Fales 7cf19bfd70 Updating Changelog and fixing some indentation in waypoint.rb. 2010-02-28 08:41:58 -07:00
Doug Fales bc994b9fa2 Putting the gem building stuff into a gemspec. 2010-02-27 17:03:59 -07:00
Doug Fales 0d35ac037a Fixing some tests since git does not believe in empty directories. 2010-02-27 16:52:21 -07:00
Doug Fales 8c49d49e26 README edits. 2010-02-27 16:20:17 -07:00
Doug Fales 39d1d89aad More rdoc tweaks. 2010-02-27 16:19:03 -07:00
Doug Fales 37886363be Changing README to rdoc ext for github. 2010-02-27 16:18:10 -07:00
Doug Fales 2cc725d4cf Fixing README formatting. 2010-02-27 16:13:14 -07:00
Doug Fales 287467de59 Adding the ability to write GPX to a string in addition to a file. Thanks to Douglas Robertson for the patch. 2009-10-13 00:19:29 +00:00
Doug Fales 9dfdfd8360 Adding a patch from Douglas Robertson that allows using version 1.0 of the schema for output. 2009-09-27 23:46:14 +00:00
Doug Fales ad78aa47d5 Adding changelog. 2009-07-07 02:53:07 +00:00
Doug Fales 03994b4b42 Revving to version 0.5. 2009-07-07 02:51:34 +00:00
Doug Fales 0b92a4ee52 Changing my contact email address. 2009-07-07 02:43:17 +00:00
Doug Fales cc5aa666bc Patches from Tom Verbeure (mtbguru.com) to work with libxml-ruby 1.x. 2009-07-07 02:41:33 +00:00
Doug Fales 73ea9e6309 Patch from Kang-min Liu to support speed element. 2009-06-17 14:20:26 +00:00
Doug Fales 9250b0ce45 Revving to 0.4. 2008-02-19 04:09:57 +00:00
Doug Fales 3abba74eef 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.
2008-02-19 04:06:29 +00:00
Doug Fales ef1eac8cbb Going to version 0.3. 2008-02-11 21:20:16 +00:00
Doug Fales 75d24706f4 Updating unit tests in light of recent fixes to routes and waypoints code. 2008-02-11 21:13:48 +00:00
Doug Fales 8df3cb1ea3 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. 2008-02-08 23:26:14 +00:00
Doug Fales 59aa3e5b9b Thanks to Christian Koerner for finding and fixing these bugs in the waypoint
code.
2007-12-04 17:58:48 +00:00
Doug Fales a79761711b Another patch from Gaku Ueda. This one allows you to pass in a string of GPX
data using the :gpx_date => option.  Thanks Gaku!
2007-12-04 17:52:29 +00:00
Doug Fales 8c45e64039 Updating the version #. 2007-11-30 06:29:00 +00:00
Doug Fales 5aa64f2c3a 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.
2007-11-30 06:26:26 +00:00
Doug Fales 022c7c6813 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.
2006-12-04 06:47:41 +00:00
Doug Fales fcf2b9e9a9 Fixing more nil time exceptions. 2006-12-03 07:31:18 +00:00
Doug Fales a60385ba51 Fixing an exception in contains_time?. 2006-12-03 06:59:58 +00:00
Doug Fales 931a10cd17 A couple of fixes to make the library comply with the different attribute names
possible on the bounds element.

Formerly, a bounds element with a minlat or minLat attribute (instead of
min_lat) would not be properly parsed.  Now all three styles of attribute name
are accepted.
2006-11-28 15:35:25 +00:00
Doug Fales 48053d44c4 Fixing nil time bug. 2006-10-28 22:09:14 +00:00
Doug Fales 371a3fa0b9 Initial import of gpx gem. 2006-10-14 13:20:23 +00:00