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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ruby-pota-csv-to-adif.rb +3 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a8d53cf050db58db48e2b227210b1b75b03d3fc21bf48d2cb45be971bac5af28
4
- data.tar.gz: 4320edc082823b1529d2ea2a118c79e53ef83acae3a0df81d2f17d4abaf17236
3
+ metadata.gz: cb1a1a3aeb3e476b1f589af9de8b8719f403c816a487df9ec7b9cf4803889d02
4
+ data.tar.gz: 70a7023956df5210add62ebeed0d2b86a3a6297203a91365a57a96b2078fedd5
5
5
  SHA512:
6
- metadata.gz: 162695c659dfdb38983375f125a38c0528414a65a1aa6de9aedd9e93e7cb2a7824d8591330d771e97faa65c048bfc0374c8ecc9939fe46b14982cb4c2bc596ea
7
- data.tar.gz: 73dd5da4d488d3e7b07521adfe7c7a13e4372c6954c81899c9e045177afca7d8bf1e9cc71e411470b7b32c85e9b224ef07bd10d3566be19c6a6eddc397c8e7cc
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.3]
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 %I:%M')}
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.3
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.3
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-05-29 00:00:00.000000000 Z
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