CodeBlock-callsign 1.0.1 → 1.0.2
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.
- data/README +19 -0
- metadata +2 -2
data/README
CHANGED
@@ -11,3 +11,22 @@ puts call.address
|
|
11
11
|
|
12
12
|
-------------------------------------------------
|
13
13
|
|
14
|
+
Well since I can't figure rdoc out, I'll tell you that CallSignRb has the following functions:
|
15
|
+
|
16
|
+
address(sep = "\n") - you can specify a separator if you don't want newlines.
|
17
|
+
name
|
18
|
+
callsign
|
19
|
+
previouscallsign
|
20
|
+
trusteecallsign
|
21
|
+
trusteename
|
22
|
+
type
|
23
|
+
status
|
24
|
+
class
|
25
|
+
previousclass
|
26
|
+
latitude
|
27
|
+
longitude
|
28
|
+
gridsquare
|
29
|
+
grantdate
|
30
|
+
expirydate
|
31
|
+
lastaction
|
32
|
+
frn
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: CodeBlock-callsign
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rick E.
|
@@ -24,7 +24,7 @@ extra_rdoc_files: []
|
|
24
24
|
files:
|
25
25
|
- README
|
26
26
|
- lib/callsign.rb
|
27
|
-
has_rdoc:
|
27
|
+
has_rdoc: true
|
28
28
|
homepage: http://github.com/codeblock/CallSignRb
|
29
29
|
licenses:
|
30
30
|
post_install_message:
|