gpx_kml 0.0.1 → 0.0.2
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.
- checksums.yaml +4 -4
- data/.idea/gpx_kml.iml +5 -6
- data/CHANGELOG.md +2 -0
- data/Gemfile.lock +4 -2
- data/gpx_kml.gemspec +1 -1
- data/lib/gpx_kml/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a2e888dd2e4deea6901194802d13d77f25541c7325738fa627a868a8f0f9990
|
|
4
|
+
data.tar.gz: 2906c62425c20121d7937eb9c64dce2efe32c1fd5495571cfb196b91ab8cb310
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc0232ac9695899cd5a7fa13c036f9464c20ebec651bdc833a570a76fc75c880ed6b1dd0bdd3a7c1f8dbc0e146474974a28fa9213467226f436ef0daacb0d6c9
|
|
7
|
+
data.tar.gz: cbda2b7aa7a335a8fa9ec46311b10e94d39fa12e711ad457cc6a295ccdb6d38d7e48fef02383c23d839c699bfd18f48fd67de39edf1074e9bf33bb1f6b8b4859
|
data/.idea/gpx_kml.iml
CHANGED
|
@@ -17,10 +17,9 @@
|
|
|
17
17
|
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.4.4, RVM: ruby-2.7.2) [gem]" level="application" />
|
|
18
18
|
<orderEntry type="library" scope="PROVIDED" name="factory_bot (v6.2.0, RVM: ruby-2.7.2) [gem]" level="application" />
|
|
19
19
|
<orderEntry type="library" scope="PROVIDED" name="i18n (v1.8.10, RVM: ruby-2.7.2) [gem]" level="application" />
|
|
20
|
-
<orderEntry type="library" scope="PROVIDED" name="mini_portile2 (v2.6.1, RVM: ruby-2.7.2) [gem]" level="application" />
|
|
21
20
|
<orderEntry type="library" scope="PROVIDED" name="minitest (v5.14.4, RVM: ruby-2.7.2) [gem]" level="application" />
|
|
22
21
|
<orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.12.5, RVM: ruby-2.7.2) [gem]" level="application" />
|
|
23
|
-
<orderEntry type="library" scope="PROVIDED" name="racc (v1.
|
|
22
|
+
<orderEntry type="library" scope="PROVIDED" name="racc (v1.6.0, RVM: ruby-2.7.2) [gem]" level="application" />
|
|
24
23
|
<orderEntry type="library" scope="PROVIDED" name="rake (v12.3.3, RVM: ruby-2.7.2) [gem]" level="application" />
|
|
25
24
|
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.10.0, RVM: ruby-2.7.2) [gem]" level="application" />
|
|
26
25
|
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.10.1, RVM: ruby-2.7.2) [gem]" level="application" />
|
|
@@ -34,16 +33,16 @@
|
|
|
34
33
|
<option name="myRootTask">
|
|
35
34
|
<RakeTaskImpl id="rake">
|
|
36
35
|
<subtasks>
|
|
37
|
-
<RakeTaskImpl description="Build gpx_kml-0.0.
|
|
36
|
+
<RakeTaskImpl description="Build gpx_kml-0.0.1.gem into the pkg directory" fullCommand="build" id="build" />
|
|
38
37
|
<RakeTaskImpl description="Remove any temporary products" fullCommand="clean" id="clean" />
|
|
39
38
|
<RakeTaskImpl description="Remove any generated files" fullCommand="clobber" id="clobber" />
|
|
40
|
-
<RakeTaskImpl description="Build and install gpx_kml-0.0.
|
|
39
|
+
<RakeTaskImpl description="Build and install gpx_kml-0.0.1.gem into system gems" fullCommand="install" id="install" />
|
|
41
40
|
<RakeTaskImpl id="install">
|
|
42
41
|
<subtasks>
|
|
43
|
-
<RakeTaskImpl description="Build and install gpx_kml-0.0.
|
|
42
|
+
<RakeTaskImpl description="Build and install gpx_kml-0.0.1.gem into system gems without network access" fullCommand="install:local" id="local" />
|
|
44
43
|
</subtasks>
|
|
45
44
|
</RakeTaskImpl>
|
|
46
|
-
<RakeTaskImpl description="Create tag v0.0.
|
|
45
|
+
<RakeTaskImpl description="Create tag v0.0.1 and build and push gpx_kml-0.0.1.gem to https://rubygems.com'" fullCommand="release[remote]" id="release[remote]" />
|
|
47
46
|
<RakeTaskImpl description="Run RSpec code examples" fullCommand="spec" id="spec" />
|
|
48
47
|
<RakeTaskImpl description="" fullCommand="default" id="default" />
|
|
49
48
|
<RakeTaskImpl description="" fullCommand="release" id="release" />
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
gpx_kml (0.0.
|
|
4
|
+
gpx_kml (0.0.2)
|
|
5
5
|
nokogiri (~> 1.12.0)
|
|
6
6
|
rake (~> 12.0)
|
|
7
7
|
|
|
@@ -20,8 +20,10 @@ GEM
|
|
|
20
20
|
activesupport (>= 5.0.0)
|
|
21
21
|
i18n (1.8.10)
|
|
22
22
|
concurrent-ruby (~> 1.0)
|
|
23
|
+
mini_portile2 (2.6.1)
|
|
23
24
|
minitest (5.14.4)
|
|
24
|
-
nokogiri (1.12.5
|
|
25
|
+
nokogiri (1.12.5)
|
|
26
|
+
mini_portile2 (~> 2.6.1)
|
|
25
27
|
racc (~> 1.4)
|
|
26
28
|
racc (1.6.0)
|
|
27
29
|
rake (12.3.3)
|
data/gpx_kml.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
|
|
9
9
|
spec.summary = 'Gem to convert .gpx into .kml and back'
|
|
10
10
|
spec.description = 'This gem adds the capability to convert GPS Exchange Format (GPX) to Keyhole Markup Language (KML) and viceversa'
|
|
11
|
-
spec.homepage = 'https://www.github.com/engim-eu/'
|
|
11
|
+
spec.homepage = 'https://www.github.com/engim-eu/gpx_kml'
|
|
12
12
|
spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
|
|
13
13
|
|
|
14
14
|
spec.metadata['allowed_push_host'] = "https://rubygems.org"
|
data/lib/gpx_kml/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gpx_kml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Angelo Terzi
|
|
@@ -109,11 +109,11 @@ files:
|
|
|
109
109
|
- lib/gpx_kml/templates/trk.gpx
|
|
110
110
|
- lib/gpx_kml/templates/wpt.gpx
|
|
111
111
|
- lib/gpx_kml/version.rb
|
|
112
|
-
homepage: https://www.github.com/engim-eu/
|
|
112
|
+
homepage: https://www.github.com/engim-eu/gpx_kml
|
|
113
113
|
licenses: []
|
|
114
114
|
metadata:
|
|
115
115
|
allowed_push_host: https://rubygems.org
|
|
116
|
-
homepage_uri: https://www.github.com/engim-eu/
|
|
116
|
+
homepage_uri: https://www.github.com/engim-eu/gpx_kml
|
|
117
117
|
source_code_uri: https://www.github.com/engim-eu/gpx_kml
|
|
118
118
|
changelog_uri: https://www.github.com/engim-eu/gpx_kml/CHANGELOG.md
|
|
119
119
|
post_install_message:
|