fldigi 0.0.14 → 0.0.15
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/fldigi.rb +1 -1
- metadata +2 -2
data/lib/fldigi.rb
CHANGED
@@ -27,7 +27,7 @@
|
|
27
27
|
#
|
28
28
|
# Version History:
|
29
29
|
#
|
30
|
-
# 0.0.14 -
|
30
|
+
# 0.0.14 - 07/02/2014 - jfrancis - Be more consistent about to_f vs.
|
31
31
|
# to_i. Also, add a function to return actual radio freq (instead of
|
32
32
|
# specified freq).
|
33
33
|
#
|
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.
|
4
|
+
version: 0.0.15
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-
|
12
|
+
date: 2014-07-02 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: A library for talking to FLDigi.
|
15
15
|
email: jeff@gritch.org
|