open_gpx_2_kml 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- open_gpx_2_kml (0.9.1)
4
+ open_gpx_2_kml (0.9.2)
5
5
  builder (= 3.1.4)
6
6
  geo_swap (= 0.2.1)
7
7
  nokogiri (= 1.5.6)
data/bin/openGpx2Kml CHANGED
@@ -17,5 +17,5 @@ Dir.foreach(input_path) do |file|
17
17
  end
18
18
 
19
19
  Dir.foreach(output_path) do |file|
20
- File.delete(file) if file =~ /\.kml$/
20
+ File.delete(File.join(output_path, file)) if file =~ /\.kml$/
21
21
  end
data/example/config.csv CHANGED
@@ -48,7 +48,7 @@ Green,f000b414
48
48
  Purple,f0ff7878
49
49
  Pink,f0ff78f0
50
50
 
51
- Switch for Using Constant Color ('true' for one color, 'false' for iteration)
51
+ Switch for Using Constant Color ('true' for one color; 'false' for iteration)
52
52
  USE_CONSTANT_COLOR
53
53
  false
54
54
 
@@ -1,10 +1,10 @@
1
1
  The path of the directory where you are putting gpx files
2
2
  INPUT
3
- c:\Documents and Settings\FEMA\TF1Converter\Input
3
+ c:\Documents and Settings\FEMA\OpenGpx2Kml\Input
4
4
 
5
5
  The path of the directory where you are wanting the KML files
6
6
  OUTPUT
7
- c:\Documents and Settings\FEMA\TF1Converter\Output
7
+ c:\Documents and Settings\FEMA\OpenGpx2Kml\Output
8
8
 
9
9
  The full path of the directory where your icons are stored
10
10
  ICON_PATH
@@ -1,3 +1,3 @@
1
1
  module TF1Converter
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: open_gpx_2_kml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -213,7 +213,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
213
213
  version: '0'
214
214
  segments:
215
215
  - 0
216
- hash: 3980550496165662237
216
+ hash: -1878133451720708989
217
217
  required_rubygems_version: !ruby/object:Gem::Requirement
218
218
  none: false
219
219
  requirements:
@@ -222,7 +222,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
222
222
  version: '0'
223
223
  segments:
224
224
  - 0
225
- hash: 3980550496165662237
225
+ hash: -1878133451720708989
226
226
  requirements: []
227
227
  rubyforge_project:
228
228
  rubygems_version: 1.8.23