Fixed gemspec so it builds in 1.9
parent
1ec7e02f63
commit
f2b1bd839e
|
@ -1,5 +1,4 @@
|
||||||
require 'xml/libxml'
|
require './lib/gpx/gpx' # load this just to get GPX::VERSION
|
||||||
require 'lib/gpx/gpx' # load this and xml/libxml just to get GPX::VERSION
|
|
||||||
require 'rake' # For FileList
|
require 'rake' # For FileList
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = 'gpx'
|
s.name = 'gpx'
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
#++
|
#++
|
||||||
module GPX
|
module GPX
|
||||||
VERSION = "0.6"
|
VERSION = "0.7"
|
||||||
|
|
||||||
# A common base class which provides a useful initializer method to many
|
# A common base class which provides a useful initializer method to many
|
||||||
# class in the GPX library.
|
# class in the GPX library.
|
||||||
|
|
Loading…
Reference in New Issue