Keypad 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/keypad.rb +1 -2
- metadata +1 -1
data/lib/keypad.rb
CHANGED
@@ -14,6 +14,7 @@
|
|
14
14
|
# One can read the post
|
15
15
|
# here[http://ernest.turro.cat/blog/2006/08/25/google-splash]
|
16
16
|
|
17
|
+
require 'cartesian'
|
17
18
|
|
18
19
|
# The Keypad module determine all sequences of letters (not necessarily
|
19
20
|
# valid words) associated to a given number using according to
|
@@ -33,8 +34,6 @@
|
|
33
34
|
# * PhoneSpell, http://www.phonespell.org
|
34
35
|
# * DialABC, http://www.dialabc.com
|
35
36
|
|
36
|
-
require 'cartesian'
|
37
|
-
|
38
37
|
module Keypad
|
39
38
|
|
40
39
|
#--
|
metadata
CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
|
|
3
3
|
specification_version: 1
|
4
4
|
name: Keypad
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 1.0.
|
6
|
+
version: 1.0.1
|
7
7
|
date: 2006-11-24 00:00:00 -03:00
|
8
8
|
summary: The Keypad module provides methods to determine all sequences of letters associated to a given number according to standard phone keypad. The "inverse" function, i.e., find the digits corresponding to a certain word, is also provided.
|
9
9
|
require_paths:
|