typingtutor 1.0.4 → 1.0.5

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 (157) hide show
  1. checksums.yaml +4 -4
  2. data/.DS_Store +0 -0
  3. data/README.md +3 -1
  4. data/dictionary/.DS_Store +0 -0
  5. data/dictionary/american-abbreviations.70 +4 -0
  6. data/dictionary/american-upper.50 +21 -0
  7. data/dictionary/american-upper.60 +2 -0
  8. data/dictionary/american-upper.70 +68 -0
  9. data/dictionary/american-words.10 +35 -0
  10. data/dictionary/american-words.20 +167 -0
  11. data/dictionary/american-words.35 +1049 -0
  12. data/dictionary/american-words.40 +221 -0
  13. data/dictionary/american-words.50 +781 -0
  14. data/dictionary/american-words.55 +227 -0
  15. data/dictionary/american-words.60 +528 -0
  16. data/dictionary/american-words.70 +1337 -0
  17. data/dictionary/british-abbreviations.55 +1 -0
  18. data/dictionary/british-abbreviations.70 +6 -0
  19. data/dictionary/british-upper.50 +21 -0
  20. data/dictionary/british-upper.60 +2 -0
  21. data/dictionary/british-upper.70 +67 -0
  22. data/dictionary/british-words.10 +47 -0
  23. data/dictionary/british-words.20 +195 -0
  24. data/dictionary/british-words.35 +1078 -0
  25. data/dictionary/british-words.40 +223 -0
  26. data/dictionary/british-words.50 +783 -0
  27. data/dictionary/british-words.55 +219 -0
  28. data/dictionary/british-words.60 +526 -0
  29. data/dictionary/british-words.70 +1339 -0
  30. data/dictionary/british_variant_1-abbreviations.55 +1 -0
  31. data/dictionary/british_variant_1-contractions.35 +1 -0
  32. data/dictionary/british_variant_1-contractions.50 +2 -0
  33. data/dictionary/british_variant_1-contractions.60 +1 -0
  34. data/dictionary/british_variant_1-upper.35 +4 -0
  35. data/dictionary/british_variant_1-upper.40 +6 -0
  36. data/dictionary/british_variant_1-upper.50 +48 -0
  37. data/dictionary/british_variant_1-upper.60 +50 -0
  38. data/dictionary/british_variant_1-upper.70 +3 -0
  39. data/dictionary/british_variant_1-words.10 +15 -0
  40. data/dictionary/british_variant_1-words.20 +44 -0
  41. data/dictionary/british_variant_1-words.35 +264 -0
  42. data/dictionary/british_variant_1-words.40 +74 -0
  43. data/dictionary/british_variant_1-words.50 +287 -0
  44. data/dictionary/british_variant_1-words.55 +86 -0
  45. data/dictionary/british_variant_1-words.60 +164 -0
  46. data/dictionary/british_variant_1-words.70 +23 -0
  47. data/dictionary/british_variant_2-abbreviations.70 +3 -0
  48. data/dictionary/british_variant_2-contractions.50 +9 -0
  49. data/dictionary/british_variant_2-contractions.70 +1 -0
  50. data/dictionary/british_variant_2-upper.35 +1 -0
  51. data/dictionary/british_variant_2-upper.40 +7 -0
  52. data/dictionary/british_variant_2-upper.50 +105 -0
  53. data/dictionary/british_variant_2-upper.60 +53 -0
  54. data/dictionary/british_variant_2-upper.70 +142 -0
  55. data/dictionary/british_variant_2-words.10 +6 -0
  56. data/dictionary/british_variant_2-words.20 +27 -0
  57. data/dictionary/british_variant_2-words.35 +439 -0
  58. data/dictionary/british_variant_2-words.40 +121 -0
  59. data/dictionary/british_variant_2-words.50 +479 -0
  60. data/dictionary/british_variant_2-words.55 +104 -0
  61. data/dictionary/british_variant_2-words.60 +183 -0
  62. data/dictionary/british_variant_2-words.70 +299 -0
  63. data/dictionary/british_z-abbreviations.55 +1 -0
  64. data/dictionary/british_z-abbreviations.70 +6 -0
  65. data/dictionary/british_z-upper.50 +21 -0
  66. data/dictionary/british_z-upper.60 +2 -0
  67. data/dictionary/british_z-upper.70 +68 -0
  68. data/dictionary/british_z-words.10 +44 -0
  69. data/dictionary/british_z-words.20 +186 -0
  70. data/dictionary/british_z-words.35 +1063 -0
  71. data/dictionary/british_z-words.40 +223 -0
  72. data/dictionary/british_z-words.50 +779 -0
  73. data/dictionary/british_z-words.55 +219 -0
  74. data/dictionary/british_z-words.60 +526 -0
  75. data/dictionary/british_z-words.70 +1336 -0
  76. data/dictionary/english-abbreviations.10 +3 -0
  77. data/dictionary/english-abbreviations.20 +2 -0
  78. data/dictionary/english-abbreviations.35 +85 -0
  79. data/dictionary/english-abbreviations.40 +208 -0
  80. data/dictionary/english-abbreviations.50 +683 -0
  81. data/dictionary/english-abbreviations.55 +27 -0
  82. data/dictionary/english-abbreviations.60 +547 -0
  83. data/dictionary/english-abbreviations.70 +693 -0
  84. data/dictionary/english-contractions.10 +13 -0
  85. data/dictionary/english-contractions.35 +5 -0
  86. data/dictionary/english-contractions.40 +30 -0
  87. data/dictionary/english-contractions.50 +8 -0
  88. data/dictionary/english-contractions.60 +12 -0
  89. data/dictionary/english-contractions.70 +13 -0
  90. data/dictionary/english-proper-names.35 +2 -0
  91. data/dictionary/english-proper-names.40 +3 -0
  92. data/dictionary/english-proper-names.50 +7817 -0
  93. data/dictionary/english-proper-names.60 +45 -0
  94. data/dictionary/english-proper-names.70 +1510 -0
  95. data/dictionary/english-upper.10 +13 -0
  96. data/dictionary/english-upper.35 +220 -0
  97. data/dictionary/english-upper.40 +488 -0
  98. data/dictionary/english-upper.50 +10301 -0
  99. data/dictionary/english-upper.60 +725 -0
  100. data/dictionary/english-upper.70 +6303 -0
  101. data/dictionary/english-words.10 +4374 -0
  102. data/dictionary/english-words.20 +7951 -0
  103. data/dictionary/english-words.35 +36071 -0
  104. data/dictionary/english-words.40 +6379 -0
  105. data/dictionary/english-words.50 +23648 -0
  106. data/dictionary/english-words.55 +6213 -0
  107. data/dictionary/english-words.60 +12999 -0
  108. data/dictionary/english-words.70 +33400 -0
  109. data/dictionary/special-hacker.50 +1649 -0
  110. data/dictionary/special-roman-numerals.35 +63 -0
  111. data/dictionary/variant_1-abbreviations.55 +1 -0
  112. data/dictionary/variant_1-contractions.35 +1 -0
  113. data/dictionary/variant_1-contractions.50 +2 -0
  114. data/dictionary/variant_1-contractions.60 +1 -0
  115. data/dictionary/variant_1-upper.35 +4 -0
  116. data/dictionary/variant_1-upper.40 +6 -0
  117. data/dictionary/variant_1-upper.50 +48 -0
  118. data/dictionary/variant_1-upper.60 +51 -0
  119. data/dictionary/variant_1-upper.70 +3 -0
  120. data/dictionary/variant_1-words.10 +22 -0
  121. data/dictionary/variant_1-words.20 +71 -0
  122. data/dictionary/variant_1-words.35 +453 -0
  123. data/dictionary/variant_1-words.40 +96 -0
  124. data/dictionary/variant_1-words.50 +360 -0
  125. data/dictionary/variant_1-words.55 +100 -0
  126. data/dictionary/variant_1-words.60 +187 -0
  127. data/dictionary/variant_1-words.70 +57 -0
  128. data/dictionary/variant_2-abbreviations.70 +3 -0
  129. data/dictionary/variant_2-contractions.50 +9 -0
  130. data/dictionary/variant_2-contractions.70 +1 -0
  131. data/dictionary/variant_2-upper.35 +1 -0
  132. data/dictionary/variant_2-upper.40 +7 -0
  133. data/dictionary/variant_2-upper.50 +109 -0
  134. data/dictionary/variant_2-upper.60 +53 -0
  135. data/dictionary/variant_2-upper.70 +142 -0
  136. data/dictionary/variant_2-words.10 +25 -0
  137. data/dictionary/variant_2-words.20 +98 -0
  138. data/dictionary/variant_2-words.35 +892 -0
  139. data/dictionary/variant_2-words.40 +155 -0
  140. data/dictionary/variant_2-words.50 +608 -0
  141. data/dictionary/variant_2-words.55 +120 -0
  142. data/dictionary/variant_2-words.60 +226 -0
  143. data/dictionary/variant_2-words.70 +331 -0
  144. data/dictionary/variant_3-abbreviations.40 +1 -0
  145. data/dictionary/variant_3-words.10 +9 -0
  146. data/dictionary/variant_3-words.20 +23 -0
  147. data/dictionary/variant_3-words.35 +112 -0
  148. data/dictionary/variant_3-words.40 +29 -0
  149. data/dictionary/variant_3-words.50 +92 -0
  150. data/dictionary/variant_3-words.55 +74 -0
  151. data/dictionary/variant_3-words.60 +33 -0
  152. data/dictionary/variant_3-words.70 +46 -0
  153. data/lib/typingtutor/dictionary.rb +51 -0
  154. data/lib/typingtutor/runner.rb +6 -0
  155. data/lib/typingtutor/version.rb +1 -1
  156. data/lib/typingtutor.rb +1 -0
  157. metadata +153 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 076b2445ce5e631d240564095aaf06e7b44f4bde
4
- data.tar.gz: 91356f29bb94e37ba90c467a921ad07b16d78626
3
+ metadata.gz: d5d378a4ed8de85efdbc0276001fe4edd6f8fd3b
4
+ data.tar.gz: 68642a509f9af1459d1da7881a95c36d4bf6b9d7
5
5
  SHA512:
6
- metadata.gz: d4dff1bc62eb3683d27ed59822e38301e47a0fcf63e0e38e3d7e512c8879c5ab2b27c839a04bf945f7066d45e2bd5779a731633d3776ba6b30cb41f23ac615dd
7
- data.tar.gz: aa8e90442ddf0f05d00a6d720b4f3770a17038aa79d65f2593af0e94d810f0bceb7c76de8eced9d42d6f69e85ee603cfc0780331e30bca5ca8ac81a8d33f434e
6
+ metadata.gz: d3baab8ffbbcdb1ce77db8346c90a51f32820551f087263828fc4b2b5f647ddc13ee643efc0e98554981141eec21f926de3f9b21786473f7cfc328a0965802b8
7
+ data.tar.gz: 9a51a1b17155a8bfff441d58a9cf53d8ec85e7943517599295c065ea805bd35509c144719bf6e2b8242bacbbdafdd1099077cef234635d8b167d1187ab14a121
data/.DS_Store CHANGED
Binary file
data/README.md CHANGED
@@ -16,5 +16,7 @@ $ typingtutor
16
16
  Play a specific exercise, eg:
17
17
 
18
18
  ```
19
- $ typingtutor lorem
19
+ $ typingtutor biglebowski
20
20
  ```
21
+
22
+ ![screenshot](https://dl.dropboxusercontent.com/u/28778231/typingtutor/demo.gif)
Binary file
@@ -0,0 +1,4 @@
1
+ bor
2
+ eq
3
+ ger
4
+ therap
@@ -0,0 +1,21 @@
1
+ Americanization
2
+ Americanization's
3
+ Americanizations
4
+ Americanize
5
+ Americanized
6
+ Americanizes
7
+ Americanizing
8
+ Beria
9
+ Beria's
10
+ Beyer
11
+ Beyer's
12
+ Hellenization
13
+ Hellenization's
14
+ Hellenize
15
+ Manila
16
+ Manila's
17
+ Paleolithic
18
+ Romania
19
+ Romania's
20
+ Timor
21
+ Timor's
@@ -0,0 +1,2 @@
1
+ Christianize
2
+ Honorable
@@ -0,0 +1,68 @@
1
+ Acer
2
+ Africanize
3
+ Archeozoic
4
+ Arctogea
5
+ Aryanize
6
+ Balkanize
7
+ Behmenism
8
+ Behmenism's
9
+ Behmenist
10
+ Cenis
11
+ Christianization
12
+ Composite
13
+ Elizabethville
14
+ Europeanize
15
+ Europeanized
16
+ Europeanizes
17
+ Europeanizing
18
+ Euryale
19
+ Euryale's
20
+ Gallicize
21
+ Germanize
22
+ Gheber
23
+ Gnosticize
24
+ Gothicize
25
+ Graecize
26
+ Grecise
27
+ Grecism
28
+ Grecize
29
+ Hebraize
30
+ Hellenizer
31
+ Hispanicize
32
+ Ier
33
+ Indianization
34
+ Indianize
35
+ Islamize
36
+ Italianize
37
+ Judaize
38
+ Judean
39
+ Laborite
40
+ Laborite's
41
+ Laborites
42
+ Latinize
43
+ Latinized
44
+ Latinizes
45
+ Latinizing
46
+ Maccabean
47
+ Mandean
48
+ Manicheism
49
+ Morea
50
+ Neogea
51
+ Notogea
52
+ Occidentalize
53
+ Orientalize
54
+ Palearctic
55
+ Pretorius
56
+ Pyrenean
57
+ Rhetian
58
+ Rhetic
59
+ Romanize
60
+ Romanized
61
+ Romanizes
62
+ Romanizing
63
+ Russianize
64
+ Sabean
65
+ Sovietization
66
+ Sovietize
67
+ Spiers
68
+ Teutonize
@@ -0,0 +1,35 @@
1
+ afterward
2
+ among
3
+ analog
4
+ apologize
5
+ behavior
6
+ catalog
7
+ center
8
+ color
9
+ color's
10
+ colors
11
+ defense
12
+ favor
13
+ favorite
14
+ flavor
15
+ gray
16
+ judgment
17
+ labeled
18
+ labeling
19
+ labor
20
+ learned
21
+ organization
22
+ organize
23
+ organized
24
+ organizes
25
+ organizing
26
+ realize
27
+ realized
28
+ realizes
29
+ realizing
30
+ recognize
31
+ recognized
32
+ recognizes
33
+ recognizing
34
+ rumor
35
+ spelled
@@ -0,0 +1,167 @@
1
+ adapter
2
+ aging
3
+ analyze
4
+ analyzed
5
+ analyzes
6
+ analyzing
7
+ apologized
8
+ apologizes
9
+ apologizing
10
+ appall
11
+ appalls
12
+ authorization
13
+ authorize
14
+ authorized
15
+ authorizes
16
+ authorizing
17
+ ax
18
+ ax's
19
+ canceled
20
+ canceling
21
+ catalog's
22
+ catalogs
23
+ center's
24
+ centered
25
+ centering
26
+ centers
27
+ civilization
28
+ civilize
29
+ civilized
30
+ civilizes
31
+ civilizing
32
+ colored
33
+ coloring
34
+ computerize
35
+ computerized
36
+ computerizes
37
+ computerizing
38
+ counseled
39
+ counseling
40
+ cozy
41
+ criticize
42
+ criticized
43
+ criticizes
44
+ criticizing
45
+ dialed
46
+ dialing
47
+ dialings
48
+ dreamed
49
+ emphasize
50
+ emphasized
51
+ emphasizes
52
+ emphasizing
53
+ endeavor
54
+ favor's
55
+ favorable
56
+ favored
57
+ favoring
58
+ favorite's
59
+ favorites
60
+ favors
61
+ fiber
62
+ fiber's
63
+ fibers
64
+ finalize
65
+ finalized
66
+ finalizes
67
+ finalizing
68
+ fulfill
69
+ fulfills
70
+ generalization
71
+ generalization's
72
+ generalizations
73
+ generalize
74
+ generalized
75
+ generalizes
76
+ generalizing
77
+ honor
78
+ honor's
79
+ honored
80
+ honoring
81
+ honors
82
+ humor
83
+ initialization
84
+ initialize
85
+ initialized
86
+ initializes
87
+ initializing
88
+ inquire
89
+ inquired
90
+ inquires
91
+ inquiries
92
+ inquiring
93
+ inquiry
94
+ inquiry's
95
+ judgment's
96
+ judgments
97
+ license's
98
+ liter
99
+ marvelous
100
+ maximize
101
+ minimize
102
+ modeled
103
+ modeling
104
+ modelings
105
+ mold
106
+ neighbor
107
+ neighbor's
108
+ neighborhood
109
+ neighbors
110
+ offense
111
+ offense's
112
+ offenses
113
+ optimization
114
+ optimize
115
+ optimized
116
+ optimizes
117
+ optimizing
118
+ organization's
119
+ organizations
120
+ organizer
121
+ organizer's
122
+ organizers
123
+ patronize
124
+ patronized
125
+ patronizes
126
+ patronizing
127
+ practiced
128
+ practicing
129
+ privatization
130
+ publicize
131
+ publicized
132
+ publicizes
133
+ publicizing
134
+ realization
135
+ recognizable
136
+ rumor's
137
+ rumored
138
+ rumoring
139
+ rumors
140
+ signaled
141
+ signaling
142
+ skeptical
143
+ specialize
144
+ specialized
145
+ specializes
146
+ specializing
147
+ specialty
148
+ spoiled
149
+ standardize
150
+ standardized
151
+ standardizes
152
+ standardizing
153
+ subsidize
154
+ subsidized
155
+ subsidizes
156
+ subsidizing
157
+ summarize
158
+ summarized
159
+ summarizes
160
+ summarizing
161
+ sympathize
162
+ theater
163
+ traveled
164
+ traveling
165
+ travelings
166
+ unauthorized
167
+ whiskey