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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 39a20d5b60c3a70014c670a2db4472de83b3e193
4
- data.tar.gz: 7f77a9c1b61cb4265639534eb3449b2f7b459aec
2
+ SHA256:
3
+ metadata.gz: 20d8bb20cc305bf99ef9859d3b01835079b058c3fe9a16cc02c1a51a0f95d68f
4
+ data.tar.gz: c267002099bf400d4a6391c2e5a1442af09293b356875bb622b0346ad66b9b15
5
5
  SHA512:
6
- metadata.gz: a9a9cf7252678685b571151760b616ec3c1325328f811ea9ceac1292cf29f0f0246c32a0b8a08c08812dfa92c578da0e468541dc720395d36ba26247e5a3407a
7
- data.tar.gz: 9925505a1955cf56bfacecbaa465d13a6c8347a8f908441e8f4df0ae649dd7693af5f0f13b94a904a582b84592f6fcae20f942cc6f120398628e5242da7b9cc9
6
+ metadata.gz: bf0a4000b8f5a97700dca556efc87ecb5096474b89eee17fb8222e6996488f5d050eda691101ab17c494a779d937365273d4930b5bb872497297dbd31957fff0
7
+ data.tar.gz: b5b65c76736b6b83d0350f33b0a5988ade2a186f84dc49d24b4c159d306403c865c9f22893e43e069106b20f145b8602402965d72c114a9d646584d5d6c9f087
@@ -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@me.com"]
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 = "http://www.github.com/avillafiorita/columbus3"
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)/}) }
@@ -1,3 +1,3 @@
1
1
  module Columbus3
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
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.0
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: 2017-07-27 00:00:00.000000000 Z
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@me.com
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: http://www.github.com/avillafiorita/columbus3
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
- rubyforge_project:
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.