ruby-pota-csv-to-adif 0.0.3 → 0.0.4
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/lib/ruby-pota-csv-to-adif.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cb1a1a3aeb3e476b1f589af9de8b8719f403c816a487df9ec7b9cf4803889d02
|
4
|
+
data.tar.gz: 70a7023956df5210add62ebeed0d2b86a3a6297203a91365a57a96b2078fedd5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2b61e684614cd6cb75c78f45558ffc189b656dbd27d025875fb3c0b06efc4b9b3b96284090a0e14d8609e70796435d65b64b0acdeb494fb601e2ea3396f047c
|
7
|
+
data.tar.gz: 7ec048afa9fa2d82682e7144f4f1e75adb45e8aa814ef129202482e4aa90e0854faada07bc0b8750ce827e9d90f0c744d831238082bd384211f8844eaf70fad5
|
@@ -44,13 +44,13 @@ module PotaCsvToAdif
|
|
44
44
|
|
45
45
|
def header
|
46
46
|
<<-ADIF_HEAD
|
47
|
-
ADIF Export from ruby-pota-csv-to-adif v[0.
|
47
|
+
ADIF Export from ruby-pota-csv-to-adif v[0.0.4]
|
48
48
|
https://github.com/ecopony/ruby-pota-csv-to-adif
|
49
49
|
Copyright (C) 2021-2022 Edward Copony
|
50
|
-
File generated on #{Time.now.getutc.strftime('%d %b, %Y at %
|
50
|
+
File generated on #{Time.now.getutc.strftime('%d %b, %Y at %H:%M')}
|
51
51
|
<ADIF_VER:5>3.1.0
|
52
52
|
<PROGRAMID:21>ruby-pota-csv-to-adif
|
53
|
-
<PROGRAMVERSION:3>0.
|
53
|
+
<PROGRAMVERSION:3>0.0.4
|
54
54
|
<EOH>
|
55
55
|
|
56
56
|
ADIF_HEAD
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-pota-csv-to-adif
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Edward Copony
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-08-12 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Converts a CSV file of a Parks on the Air log to ADIF
|
14
14
|
email: ecopony@gmail.com
|