morse 0.0.1 → 0.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 +4 -2
- metadata +3 -4
data/README
CHANGED
@@ -8,10 +8,12 @@ This software is released into the public domain with no warranty.
|
|
8
8
|
|
9
9
|
Usage:
|
10
10
|
|
11
|
-
require '
|
11
|
+
require 'rubygems'
|
12
|
+
|
13
|
+
require_gem 'morse'
|
12
14
|
|
13
15
|
Morse.encode 'hello world' => ".... . .-.. .-.. --- .-- --- .-. .-.. -.."
|
14
16
|
|
15
|
-
Morse.decode '
|
17
|
+
Morse.decode '.... . .-.. .-.. --- .-- --- .-. .-.. -..' => "HELLO WORLD"
|
16
18
|
|
17
19
|
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
-
rubygems_version: 0.
|
2
|
+
rubygems_version: 0.8.11
|
3
3
|
specification_version: 1
|
4
4
|
name: morse
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.0.
|
7
|
-
date: 2007-01
|
6
|
+
version: 0.0.2
|
7
|
+
date: 2007-02-01 00:00:00 +00:00
|
8
8
|
summary: Converts text to and from morse code
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -25,7 +25,6 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
|
|
25
25
|
platform: ruby
|
26
26
|
signing_key:
|
27
27
|
cert_chain:
|
28
|
-
post_install_message:
|
29
28
|
authors:
|
30
29
|
- Ben Sinclair
|
31
30
|
files:
|