Commit Graph

  • 19a5ab6104 REINDENT ALL THE FILES master Guillaume Dott 2013-06-16 23:27:05 +0200
  • 853b967974 Correct tests and Rakefile Guillaume Dott 2013-06-16 01:35:46 +0200
  • 917c437f94 Replace Hpricot with Nokogiri Guillaume Dott 2013-06-16 01:20:28 +0200
  • b1d18e8261 Remove trailing whitespaces Guillaume Dott 2013-06-15 12:11:43 +0200
  • 66d384b46d Add bundle support Guillaume Dott 2013-06-15 12:07:59 +0200
  • 4bca65aeec Merge pull request #3 from rb2k/master Doug Fales 2011-11-10 13:58:20 -0800
  • 0d5e31fe96 Added hpricot as a dependency Marc Seeger 2011-11-07 22:56:18 +0100
  • f2b1bd839e Fixed gemspec so it builds in 1.9 Marc Seeger 2011-11-07 22:52:45 +0100
  • 1ec7e02f63 Moved most stuff over from libxml to hpricot Marc Seeger 2011-11-06 21:37:15 +0100
  • 2d665f2625 Make tests/code compatibile with ruby 1.9.3 Marc Seeger 2011-11-06 15:38:46 +0100
  • 7cf19bfd70 Updating Changelog and fixing some indentation in waypoint.rb. Doug Fales 2010-02-28 08:41:58 -0700
  • d4c97b2c72 Link to github project page. gh-pages Doug Fales 2010-02-27 17:16:02 -0700
  • bc994b9fa2 Putting the gem building stuff into a gemspec. Doug Fales 2010-02-27 17:03:59 -0700
  • 0d35ac037a Fixing some tests since git does not believe in empty directories. Doug Fales 2010-02-27 16:52:21 -0700
  • 54dc3e9473 Just the basics for now. Doug Fales 2010-02-27 16:28:59 -0700
  • 857980ba44 Getting the old page checked-in. Doug Fales 2010-02-27 16:27:57 -0700
  • f4cc5d9fe3 Wow, a github home page? Doug Fales 2010-02-27 16:25:07 -0700
  • 78a65fd1df First pages commit Doug Fales 2010-02-27 16:24:10 -0700
  • 8c49d49e26 README edits. Doug Fales 2010-02-27 16:20:17 -0700
  • 39d1d89aad More rdoc tweaks. Doug Fales 2010-02-27 16:19:03 -0700
  • 37886363be Changing README to rdoc ext for github. Doug Fales 2010-02-27 16:18:10 -0700
  • 2cc725d4cf Fixing README formatting. Doug Fales 2010-02-27 16:13:14 -0700
  • 287467de59 Adding the ability to write GPX to a string in addition to a file. Thanks to Douglas Robertson for the patch. Doug Fales 2009-10-13 00:19:29 +0000
  • 9dfdfd8360 Adding a patch from Douglas Robertson that allows using version 1.0 of the schema for output. Doug Fales 2009-09-27 23:46:14 +0000
  • ad78aa47d5 Adding changelog. Doug Fales 2009-07-07 02:53:07 +0000
  • 03994b4b42 Revving to version 0.5. Doug Fales 2009-07-07 02:51:34 +0000
  • 0b92a4ee52 Changing my contact email address. Doug Fales 2009-07-07 02:43:17 +0000
  • cc5aa666bc Patches from Tom Verbeure (mtbguru.com) to work with libxml-ruby 1.x. Doug Fales 2009-07-07 02:41:33 +0000
  • 73ea9e6309 Patch from Kang-min Liu to support speed element. Doug Fales 2009-06-17 14:20:26 +0000
  • 9250b0ce45 Revving to 0.4. Doug Fales 2008-02-19 04:09:57 +0000
  • 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. Doug Fales 2008-02-19 04:06:29 +0000
  • ef1eac8cbb Going to version 0.3. Doug Fales 2008-02-11 21:20:16 +0000
  • 75d24706f4 Updating unit tests in light of recent fixes to routes and waypoints code. Doug Fales 2008-02-11 21:13:48 +0000
  • 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. Doug Fales 2008-02-08 23:26:14 +0000
  • 59aa3e5b9b Thanks to Christian Koerner for finding and fixing these bugs in the waypoint code. Doug Fales 2007-12-04 17:58:48 +0000
  • 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! Doug Fales 2007-12-04 17:52:29 +0000
  • c4e25b0e35 Tagging 0.2... release-0.2 Doug Fales 2007-11-30 06:32:07 +0000
  • 8c45e64039 Updating the version #. Doug Fales 2007-11-30 06:29:00 +0000
  • 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. Doug Fales 2007-11-30 06:26:26 +0000
  • 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. Doug Fales 2006-12-04 06:47:41 +0000
  • fcf2b9e9a9 Fixing more nil time exceptions. Doug Fales 2006-12-03 07:31:18 +0000
  • a60385ba51 Fixing an exception in contains_time?. Doug Fales 2006-12-03 06:59:58 +0000
  • 931a10cd17 A couple of fixes to make the library comply with the different attribute names possible on the bounds element. Doug Fales 2006-11-28 15:35:25 +0000
  • 48053d44c4 Fixing nil time bug. Doug Fales 2006-10-28 22:09:14 +0000
  • c2fb347dd9 Initial import of gpx gem. release-0.1 Doug Fales 2006-10-14 13:20:23 +0000
  • 371a3fa0b9 Initial import of gpx gem. Doug Fales 2006-10-14 13:20:23 +0000