fldigi 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/fldigi.rb +4 -0
  2. metadata +1 -1
@@ -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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fldigi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: