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.
Files changed (3) hide show
  1. checksums.yaml +8 -8
  2. data/lib/fldigi.rb +2 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NmZlZTZmNTkyOWU3N2EwMDQ5ZDVjNTFhY2NjZTJhZTMyZTFkYWY2Mg==
4
+ NGNjYWZiOWZhNjQwZDk1ZDA0YWU1ZWIzZDAyNjUzNmJkMTM3MGI5NA==
5
5
  data.tar.gz: !binary |-
6
- MzRhZGUzOWVmODYzNTdjMDg0ZDRhZGU2YTFmOGQ4NTRkYmIxOTdhOQ==
6
+ NjdlODRiNzk5NDI5MmNjMTQyYThiZWI0OTYxZjk3ZTljNTkyMGZiNQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NzlhOWZjZWE3NzliYzNhMjQ2NWQyMDg5YmJiZWRjOWFhNTkxZDgxMTU5MTcz
10
- YzQ4Yzg2MDAxYzQyMTIyYzQ2ZjBjOTZlNTVmYWEyYzYwOTI1NzVjOWY5NDEw
11
- MGExYTQxZmY2M2IzMzllOTVkOTFhNGY3ZjRkZGIzZmM0YThjZTg=
9
+ MWFjMmVkNTg2ZjI3NTZmMzI2NmEyYTY3ZTgxZTM5MjhmNzg5OTkzNDdjMGFk
10
+ OTlhNjk2N2I0ZmRlMjgzNDViMjQwNTlhY2Q4ZTc4ZThjOTdiNGU1MGM2NzI0
11
+ MDk3MDMzYjk3ZDQzNTE2ODFmOWU0YzE3MjVmZDJiNGQ0N2EwNjI=
12
12
  data.tar.gz: !binary |-
13
- NjRiYzhjNTQ2YjUxYTU3M2JiNjkxZjg0ZmVlMjdhYzlmNGJhN2NhYzZlMzdj
14
- M2I4MWYwNDgwOWNlZDliODAxN2NiZGJjZWQ0ZTI0MGY2YjQ0MWJmODU4MTQ1
15
- NTY3ODdlM2FiMTY4ODhhNDdmYWQzOTJkMGI1MGM3M2UyYTE5MTY=
13
+ ZGQ5MDU3NDhiYzExNmEwZWQzNmI2ZGJiZTRlNzZiN2YyZmEwZTc0YWJkYWJm
14
+ NTg2NzQzODRhYTAzNTBiMGQ4NmEzMmZiNGU3ODc4YmUyMDBlMzE2YmZiZjY0
15
+ NWY5MTAwZmZkZWRlYmRlZTRhNDY5MmU1NTdlNjg3ODRlN2Y3ZjY=
@@ -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.10
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-24 00:00:00.000000000 Z
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