travlrmap 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45,6 +45,8 @@ module Travlrmap
45
45
  end
46
46
 
47
47
  def to_kml
48
+ require 'ruby_kml'
49
+
48
50
  kml = KMLFile.new
49
51
  document = KML::Document.new(:name => "Travlrmap Data")
50
52
  folder = KML::Folder.new(:name => "Countries")
@@ -1,3 +1,3 @@
1
1
  module Travlmap
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: travlrmap
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 8
10
- version: 0.0.8
9
+ - 9
10
+ version: 0.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - R.I.Pienaar