morse2au 0.1.0 → 0.1.1

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 +4 -4
  2. data/lib/morse2au.rb +3 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a823acb4f373324c8499655d5497df2f2aa17996
4
- data.tar.gz: 67cfceddce6434da435ec3babe7c98aeb25e304a
3
+ metadata.gz: ea169a141adb057c221e241d0258f22cc83a8571
4
+ data.tar.gz: cf0e3429fbedb86cc9295b05273da322ca42a8f7
5
5
  SHA512:
6
- metadata.gz: 42f123afb76f65bba0ede96f517c8e3f06f311b663f8cd1375e27f55131a4e2118bf574bbbef783fde93aae21e399341e5e4f6874b47a58f3baa80cd8fc46d45
7
- data.tar.gz: 6198a7cc8af4e813e522453e2ced6553f8df24f5bd31b55678efaac9cb7ca9b861b8539038dc1bfb273d6da865381214dc563f84e843b97c16e0856ce890f725
6
+ metadata.gz: 17cc7bd703b3db311c2cbbf157fb8fda4c8609c1d86583ef6a56f13bc693ce948258870f3f1d690e6124136a330fe558be1f11c2e07ad4da1b550fb594efa388
7
+ data.tar.gz: 0f65d094f4a43e4a217dc8d3630435a885f6d7a5197e86980fd7783f35d953011159a9e7d4fe0b41d82b7634d2a9692b67f24e202d7266a7e48f308c8ba8aa70
data/lib/morse2au.rb CHANGED
@@ -4,20 +4,20 @@ require 'au/Au.rb'
4
4
  # Generate an .au file of Morse code
5
5
  #
6
6
  # Initialize:
7
- # >> Morse2Au.initialize("/home/matt/output.au", 0.5)
7
+ # >> m = Morse2Au.new("/home/matt/output.au", 0.5)
8
8
  #
9
9
  # Arguments:
10
10
  # file: (String)
11
11
  # rate: (Float)
12
12
  #
13
13
  # Convert a string:
14
- # >> Morse2Au.strToMorse("CQ CQ")
14
+ # >> m.strToMorse("CQ CQ")
15
15
  #
16
16
  # Arguments:
17
17
  # text: (String)
18
18
  #
19
19
  # Write Out:
20
- # >> Morse2Au.writeOut
20
+ # >> m.writeOut
21
21
  #
22
22
 
23
23
  class Morse2Au
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: morse2au
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Fleeger