fldigi 0.1.10 → 0.1.11
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 +8 -8
- data/lib/fldigi.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NGNjYWZiOWZhNjQwZDk1ZDA0YWU1ZWIzZDAyNjUzNmJkMTM3MGI5NA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NjdlODRiNzk5NDI5MmNjMTQyYThiZWI0OTYxZjk3ZTljNTkyMGZiNQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MWFjMmVkNTg2ZjI3NTZmMzI2NmEyYTY3ZTgxZTM5MjhmNzg5OTkzNDdjMGFk
|
|
10
|
+
OTlhNjk2N2I0ZmRlMjgzNDViMjQwNTlhY2Q4ZTc4ZThjOTdiNGU1MGM2NzI0
|
|
11
|
+
MDk3MDMzYjk3ZDQzNTE2ODFmOWU0YzE3MjVmZDJiNGQ0N2EwNjI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZGQ5MDU3NDhiYzExNmEwZWQzNmI2ZGJiZTRlNzZiN2YyZmEwZTc0YWJkYWJm
|
|
14
|
+
NTg2NzQzODRhYTAzNTBiMGQ4NmEzMmZiNGU3ODc4YmUyMDBlMzE2YmZiZjY0
|
|
15
|
+
NWY5MTAwZmZkZWRlYmRlZTRhNDY5MmU1NTdlNjg3ODRlN2Y3ZjY=
|
data/lib/fldigi.rb
CHANGED
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
require 'time'
|
|
24
24
|
require 'xmlrpc/client'
|
|
25
25
|
require 'thread'
|
|
26
|
-
require 'digest/crc16_ccitt'
|
|
27
26
|
|
|
28
27
|
# Turn 1/0 into false/true (some XMLRPC libraries seem to return 1/0,
|
|
29
28
|
# others true/false). This cleans up the code a bit.
|
|
@@ -546,6 +545,8 @@ class Fldigi
|
|
|
546
545
|
# @band, @grid, @phg, or @call changes between calls to propnet(),
|
|
547
546
|
# this method (and config()) must be called again.
|
|
548
547
|
def propnet_config
|
|
548
|
+
require 'digest/crc16_ccitt'
|
|
549
|
+
|
|
549
550
|
if @call and @grid and @band and @phg
|
|
550
551
|
|
|
551
552
|
# We don't want the carrier wandering around while doing
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fldigi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeff Francis, N0GQ
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-10-
|
|
11
|
+
date: 2014-10-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A library for talking to FLDigi.
|
|
14
14
|
email: jeff@gritch.org
|