columbus3 0.5.0 → 0.5.1
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 +5 -5
- data/columbus3.gemspec +2 -2
- data/lib/columbus3/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 20d8bb20cc305bf99ef9859d3b01835079b058c3fe9a16cc02c1a51a0f95d68f
|
|
4
|
+
data.tar.gz: c267002099bf400d4a6391c2e5a1442af09293b356875bb622b0346ad66b9b15
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf0a4000b8f5a97700dca556efc87ecb5096474b89eee17fb8222e6996488f5d050eda691101ab17c494a779d937365273d4930b5bb872497297dbd31957fff0
|
|
7
|
+
data.tar.gz: b5b65c76736b6b83d0350f33b0a5988ade2a186f84dc49d24b4c159d306403c865c9f22893e43e069106b20f145b8602402965d72c114a9d646584d5d6c9f087
|
data/columbus3.gemspec
CHANGED
|
@@ -7,11 +7,11 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.name = "columbus3"
|
|
8
8
|
spec.version = Columbus3::VERSION
|
|
9
9
|
spec.authors = ["Adolfo Villafiorita"]
|
|
10
|
-
spec.email = ["adolfo.villafiorita@
|
|
10
|
+
spec.email = ["adolfo.villafiorita@ict4g.net"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Manage V900 and V990 GPS tracks from the command line.}
|
|
13
13
|
spec.description = %q{Some simple command line commands to manage tracks generated by the V900 family of GPS loggers (CSV format).}
|
|
14
|
-
spec.homepage = "
|
|
14
|
+
spec.homepage = "https://www.ict4g.net/gitea/adolfo/columbus3"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
data/lib/columbus3/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: columbus3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adolfo Villafiorita
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-11-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -83,7 +83,7 @@ dependencies:
|
|
|
83
83
|
description: Some simple command line commands to manage tracks generated by the V900
|
|
84
84
|
family of GPS loggers (CSV format).
|
|
85
85
|
email:
|
|
86
|
-
- adolfo.villafiorita@
|
|
86
|
+
- adolfo.villafiorita@ict4g.net
|
|
87
87
|
executables:
|
|
88
88
|
- columbus3
|
|
89
89
|
extensions: []
|
|
@@ -525,7 +525,7 @@ files:
|
|
|
525
525
|
- lib/html/flot.html.erb
|
|
526
526
|
- lib/html/show.html.erb
|
|
527
527
|
- lib/html/track.js.erb
|
|
528
|
-
homepage:
|
|
528
|
+
homepage: https://www.ict4g.net/gitea/adolfo/columbus3
|
|
529
529
|
licenses:
|
|
530
530
|
- MIT
|
|
531
531
|
metadata: {}
|
|
@@ -544,8 +544,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
544
544
|
- !ruby/object:Gem::Version
|
|
545
545
|
version: '0'
|
|
546
546
|
requirements: []
|
|
547
|
-
|
|
548
|
-
rubygems_version: 2.6.11
|
|
547
|
+
rubygems_version: 3.0.3
|
|
549
548
|
signing_key:
|
|
550
549
|
specification_version: 4
|
|
551
550
|
summary: Manage V900 and V990 GPS tracks from the command line.
|