Fixed gemspec so it builds in 1.9

master
Marc Seeger 2011-11-07 22:52:45 +01:00
parent 1ec7e02f63
commit f2b1bd839e
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
require 'xml/libxml'
require 'lib/gpx/gpx' # load this and xml/libxml just to get GPX::VERSION
require './lib/gpx/gpx' # load this just to get GPX::VERSION
require 'rake' # For FileList
Gem::Specification.new do |s|
s.name = 'gpx'

View File

@ -21,7 +21,7 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#++
module GPX
VERSION = "0.6"
VERSION = "0.7"
# A common base class which provides a useful initializer method to many
# class in the GPX library.