cw 0.0.8 → 0.0.9

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 (55) hide show
  1. checksums.yaml +4 -4
  2. data/.yardoc/checksums +33 -0
  3. data/.yardoc/object_types +0 -0
  4. data/.yardoc/objects/root.dat +0 -0
  5. data/.yardoc/proxy_types +0 -0
  6. data/cw.gemspec +1 -1
  7. data/doc/Alphabet.html +433 -0
  8. data/doc/AudioPlayer.html +805 -0
  9. data/doc/Book.html +3134 -0
  10. data/doc/BookDetails.html +664 -0
  11. data/doc/CW.html +849 -0
  12. data/doc/CWThreads.html +514 -0
  13. data/doc/Cl.html +1125 -0
  14. data/doc/CurrentWord.html +636 -0
  15. data/doc/CwDsl.html +1871 -0
  16. data/doc/CwEncoding.html +329 -0
  17. data/doc/FileDetails.html +236 -0
  18. data/doc/KeyInput.html +758 -0
  19. data/doc/MonitorKeys.html +482 -0
  20. data/doc/Numbers.html +433 -0
  21. data/doc/Params.html +352 -0
  22. data/doc/Print.html +1130 -0
  23. data/doc/Print/ProgressPrint.html +419 -0
  24. data/doc/Process.html +202 -0
  25. data/doc/Progress.html +337 -0
  26. data/doc/Randomize.html +959 -0
  27. data/doc/RepeatWord.html +816 -0
  28. data/doc/Rss.html +630 -0
  29. data/doc/Sentence.html +1457 -0
  30. data/doc/Spoken.html +215 -0
  31. data/doc/Str.html +771 -0
  32. data/doc/Stream.html +1401 -0
  33. data/doc/TestLetters.html +586 -0
  34. data/doc/TestWords.html +646 -0
  35. data/doc/Tester.html +3064 -0
  36. data/doc/Timing.html +1244 -0
  37. data/doc/ToneGenerator.html +2111 -0
  38. data/doc/Voice.html +273 -0
  39. data/doc/Words.html +1750 -0
  40. data/doc/_index.html +376 -0
  41. data/doc/class_list.html +58 -0
  42. data/doc/css/common.css +1 -0
  43. data/doc/css/full_list.css +57 -0
  44. data/doc/css/style.css +339 -0
  45. data/doc/file.README.html +148 -0
  46. data/doc/file_list.html +60 -0
  47. data/doc/frames.html +26 -0
  48. data/doc/index.html +148 -0
  49. data/doc/js/app.js +219 -0
  50. data/doc/js/full_list.js +181 -0
  51. data/doc/js/jquery.js +4 -0
  52. data/doc/method_list.html +2697 -0
  53. data/doc/monitor.html +435 -0
  54. data/doc/top-level-namespace.html +114 -0
  55. metadata +53 -1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cw
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martyn Jago
@@ -18,6 +18,10 @@ extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
20
  - ".gitignore"
21
+ - ".yardoc/checksums"
22
+ - ".yardoc/object_types"
23
+ - ".yardoc/objects/root.dat"
24
+ - ".yardoc/proxy_types"
21
25
  - Gemfile
22
26
  - LICENSE
23
27
  - README.md
@@ -37,6 +41,54 @@ files:
37
41
  - data/text/progress.txt
38
42
  - data/text/q_codes.txt
39
43
  - data/text/tom_sawyer.txt
44
+ - doc/Alphabet.html
45
+ - doc/AudioPlayer.html
46
+ - doc/Book.html
47
+ - doc/BookDetails.html
48
+ - doc/CW.html
49
+ - doc/CWThreads.html
50
+ - doc/Cl.html
51
+ - doc/CurrentWord.html
52
+ - doc/CwDsl.html
53
+ - doc/CwEncoding.html
54
+ - doc/FileDetails.html
55
+ - doc/KeyInput.html
56
+ - doc/MonitorKeys.html
57
+ - doc/Numbers.html
58
+ - doc/Params.html
59
+ - doc/Print.html
60
+ - doc/Print/ProgressPrint.html
61
+ - doc/Process.html
62
+ - doc/Progress.html
63
+ - doc/Randomize.html
64
+ - doc/RepeatWord.html
65
+ - doc/Rss.html
66
+ - doc/Sentence.html
67
+ - doc/Spoken.html
68
+ - doc/Str.html
69
+ - doc/Stream.html
70
+ - doc/TestLetters.html
71
+ - doc/TestWords.html
72
+ - doc/Tester.html
73
+ - doc/Timing.html
74
+ - doc/ToneGenerator.html
75
+ - doc/Voice.html
76
+ - doc/Words.html
77
+ - doc/_index.html
78
+ - doc/class_list.html
79
+ - doc/css/common.css
80
+ - doc/css/full_list.css
81
+ - doc/css/style.css
82
+ - doc/file.README.html
83
+ - doc/file_list.html
84
+ - doc/frames.html
85
+ - doc/index.html
86
+ - doc/js/app.js
87
+ - doc/js/full_list.js
88
+ - doc/js/jquery.js
89
+ - doc/method_list.html
90
+ - doc/monitor.html
91
+ - doc/top-level-namespace.html
40
92
  - example.rb
41
93
  - lib/cw.rb
42
94
  - lib/cw/alphabet.rb