fldigi 0.0.9 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/fldigi.rb +4 -0
- metadata +1 -1
data/lib/fldigi.rb
CHANGED
@@ -18,6 +18,8 @@
|
|
18
18
|
|
19
19
|
# Version History:
|
20
20
|
#
|
21
|
+
# 0.0.10 - 05/26/2014 - jfrancis - Forgot the 'require'.
|
22
|
+
#
|
21
23
|
# 0.0.9 - 05/26/2014 - jfrancis - Added a lot of code comments.
|
22
24
|
#
|
23
25
|
# 0.0.8 - 05/26/2014 - jfrancis - Fixed 10m propnet frequency. Got
|
@@ -29,6 +31,8 @@
|
|
29
31
|
# 0.0.6 - 05/25/2014 - jfrancis - First public release on
|
30
32
|
# rubygems.org.
|
31
33
|
|
34
|
+
require "xmlrpc/client"
|
35
|
+
|
32
36
|
class Fldigi
|
33
37
|
attr_accessor :rigctl, :freq, :carrier, :call, :modem, :afc, :rsid, :sideband, :squelch, :slevel, :spot, :delay, :grid, :phg, :band
|
34
38
|
|