tf1_converter 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +4 -4
- data/README.md +17 -0
- data/lib/tf1_converter/version.rb +1 -1
- data/tf1_converter.gemspec +1 -1
- metadata +7 -6
data/Gemfile.lock
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
tf1_converter (0.1.
|
4
|
+
tf1_converter (0.1.1)
|
5
5
|
builder
|
6
|
-
geo_swap (= 0.2.
|
6
|
+
geo_swap (= 0.2.1)
|
7
7
|
nokogiri
|
8
8
|
thor
|
9
9
|
|
@@ -13,7 +13,7 @@ GEM
|
|
13
13
|
builder (3.1.4)
|
14
14
|
coderay (1.0.8)
|
15
15
|
diff-lcs (1.1.3)
|
16
|
-
geo_swap (0.2.
|
16
|
+
geo_swap (0.2.1)
|
17
17
|
method_source (0.8.1)
|
18
18
|
nokogiri (1.5.6)
|
19
19
|
pry (0.9.11.4)
|
@@ -30,7 +30,7 @@ GEM
|
|
30
30
|
diff-lcs (~> 1.1.3)
|
31
31
|
rspec-mocks (2.12.1)
|
32
32
|
slop (3.4.3)
|
33
|
-
thor (0.
|
33
|
+
thor (0.17.0)
|
34
34
|
|
35
35
|
PLATFORMS
|
36
36
|
ruby
|
data/README.md
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
### INSTALLATION
|
2
|
+
|
3
|
+
## WINDOWS
|
4
|
+
|
5
|
+
1) Install ruby (http://rubyinstaller.org), must be ruby 1.9 or above.
|
6
|
+
|
7
|
+
2) Make sure ruby is on the path (ruby is installed at C:\Ruby193 or similar,
|
8
|
+
follow these directions to modify your path: http://www.computerhope.com/issues/ch000549.htm#1)
|
9
|
+
|
10
|
+
3) install the converter by running this at the command prompt:
|
11
|
+
|
12
|
+
gem install tf1_converter
|
13
|
+
|
14
|
+
|
15
|
+
4) add a config file to a convenient location (see example/config.yml)
|
16
|
+
|
17
|
+
5) edit the config file in WordPad or similar, make sure the paths match where your files are.
|
data/tf1_converter.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tf1_converter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-02-
|
12
|
+
date: 2013-02-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
@@ -114,7 +114,7 @@ dependencies:
|
|
114
114
|
requirements:
|
115
115
|
- - '='
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: 0.2.
|
117
|
+
version: 0.2.1
|
118
118
|
type: :runtime
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -122,7 +122,7 @@ dependencies:
|
|
122
122
|
requirements:
|
123
123
|
- - '='
|
124
124
|
- !ruby/object:Gem::Version
|
125
|
-
version: 0.2.
|
125
|
+
version: 0.2.1
|
126
126
|
description: A GPX to KML converter for Missouri Task Force 1
|
127
127
|
email:
|
128
128
|
- ethan.vizitei@gmail.com
|
@@ -135,6 +135,7 @@ files:
|
|
135
135
|
- .rbenv-version
|
136
136
|
- Gemfile
|
137
137
|
- Gemfile.lock
|
138
|
+
- README.md
|
138
139
|
- Rakefile
|
139
140
|
- bin/tf1convert
|
140
141
|
- example/config.yml
|
@@ -164,7 +165,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
164
165
|
version: '0'
|
165
166
|
segments:
|
166
167
|
- 0
|
167
|
-
hash:
|
168
|
+
hash: -2855461645403831372
|
168
169
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
169
170
|
none: false
|
170
171
|
requirements:
|
@@ -173,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
173
174
|
version: '0'
|
174
175
|
segments:
|
175
176
|
- 0
|
176
|
-
hash:
|
177
|
+
hash: -2855461645403831372
|
177
178
|
requirements: []
|
178
179
|
rubyforge_project:
|
179
180
|
rubygems_version: 1.8.23
|