exam1 0.0.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 (143) hide show
  1. checksums.yaml +7 -0
  2. data/.coveralls.yml +2 -0
  3. data/.coveralls.yml~ +0 -0
  4. data/.gitignore +14 -0
  5. data/.rspec +2 -0
  6. data/.travis.yml +4 -0
  7. data/.travis.yml~ +0 -0
  8. data/Gemfile +4 -0
  9. data/LICENSE.txt +22 -0
  10. data/README.md +38 -0
  11. data/Rakefile +18 -0
  12. data/exam1.gemspec +30 -0
  13. data/exam1.gemspec~ +23 -0
  14. data/lib/exam1.rb +9 -0
  15. data/lib/exam1/SeleccionSimple.rb +86 -0
  16. data/lib/exam1/SeleccionSimple.rb~ +86 -0
  17. data/lib/exam1/doc/Exam1.html +112 -0
  18. data/lib/exam1/doc/Examen.html +484 -0
  19. data/lib/exam1/doc/Interfaz.html +384 -0
  20. data/lib/exam1/doc/List.html +467 -0
  21. data/lib/exam1/doc/Nodo.html +167 -0
  22. data/lib/exam1/doc/Object.html +119 -0
  23. data/lib/exam1/doc/SeleccionSimple.html +361 -0
  24. data/lib/exam1/doc/SeleccionSimple_rb~.html +237 -0
  25. data/lib/exam1/doc/Verdadero_Falso.html +208 -0
  26. data/lib/exam1/doc/created.rid +60 -0
  27. data/lib/exam1/doc/doc/Exam1_html.html +230 -0
  28. data/lib/exam1/doc/doc/Examen_html.html +556 -0
  29. data/lib/exam1/doc/doc/Interfaz_html.html +468 -0
  30. data/lib/exam1/doc/doc/List_html.html +531 -0
  31. data/lib/exam1/doc/doc/Nodo_html.html +285 -0
  32. data/lib/exam1/doc/doc/Object_html.html +237 -0
  33. data/lib/exam1/doc/doc/SeleccionSimple_html.html +454 -0
  34. data/lib/exam1/doc/doc/SeleccionSimple_rb~_html.html +377 -0
  35. data/lib/exam1/doc/doc/Verdadero_Falso_html.html +318 -0
  36. data/lib/exam1/doc/doc/examen_rb~_html.html +425 -0
  37. data/lib/exam1/doc/doc/fonts_css.html +307 -0
  38. data/lib/exam1/doc/doc/index_html.html +241 -0
  39. data/lib/exam1/doc/doc/js/darkfish_js.html +286 -0
  40. data/lib/exam1/doc/doc/js/jquery_js.html +1450 -0
  41. data/lib/exam1/doc/doc/js/navigation_js.html +271 -0
  42. data/lib/exam1/doc/doc/js/search_index_js.html +177 -0
  43. data/lib/exam1/doc/doc/js/search_js.html +240 -0
  44. data/lib/exam1/doc/doc/js/searcher_js.html +358 -0
  45. data/lib/exam1/doc/doc/linkedlist_rb~_html.html +345 -0
  46. data/lib/exam1/doc/doc/rdoc_css.html +844 -0
  47. data/lib/exam1/doc/doc/table_of_contents_html.html +352 -0
  48. data/lib/exam1/doc/examen_rb~.html +300 -0
  49. data/lib/exam1/doc/fonts.css +167 -0
  50. data/lib/exam1/doc/fonts/Lato-Light.ttf +0 -0
  51. data/lib/exam1/doc/fonts/Lato-LightItalic.ttf +0 -0
  52. data/lib/exam1/doc/fonts/Lato-Regular.ttf +0 -0
  53. data/lib/exam1/doc/fonts/Lato-RegularItalic.ttf +0 -0
  54. data/lib/exam1/doc/fonts/SourceCodePro-Bold.ttf +0 -0
  55. data/lib/exam1/doc/fonts/SourceCodePro-Regular.ttf +0 -0
  56. data/lib/exam1/doc/images/add.png +0 -0
  57. data/lib/exam1/doc/images/arrow_up.png +0 -0
  58. data/lib/exam1/doc/images/brick.png +0 -0
  59. data/lib/exam1/doc/images/brick_link.png +0 -0
  60. data/lib/exam1/doc/images/bug.png +0 -0
  61. data/lib/exam1/doc/images/bullet_black.png +0 -0
  62. data/lib/exam1/doc/images/bullet_toggle_minus.png +0 -0
  63. data/lib/exam1/doc/images/bullet_toggle_plus.png +0 -0
  64. data/lib/exam1/doc/images/date.png +0 -0
  65. data/lib/exam1/doc/images/delete.png +0 -0
  66. data/lib/exam1/doc/images/find.png +0 -0
  67. data/lib/exam1/doc/images/loadingAnimation.gif +0 -0
  68. data/lib/exam1/doc/images/macFFBgHack.png +0 -0
  69. data/lib/exam1/doc/images/package.png +0 -0
  70. data/lib/exam1/doc/images/page_green.png +0 -0
  71. data/lib/exam1/doc/images/page_white_text.png +0 -0
  72. data/lib/exam1/doc/images/page_white_width.png +0 -0
  73. data/lib/exam1/doc/images/plugin.png +0 -0
  74. data/lib/exam1/doc/images/ruby.png +0 -0
  75. data/lib/exam1/doc/images/tag_blue.png +0 -0
  76. data/lib/exam1/doc/images/tag_green.png +0 -0
  77. data/lib/exam1/doc/images/transparent.png +0 -0
  78. data/lib/exam1/doc/images/wrench.png +0 -0
  79. data/lib/exam1/doc/images/wrench_orange.png +0 -0
  80. data/lib/exam1/doc/images/zoom.png +0 -0
  81. data/lib/exam1/doc/index.html +152 -0
  82. data/lib/exam1/doc/js/darkfish.js +140 -0
  83. data/lib/exam1/doc/js/jquery.js +18 -0
  84. data/lib/exam1/doc/js/navigation.js +142 -0
  85. data/lib/exam1/doc/js/search.js +109 -0
  86. data/lib/exam1/doc/js/search_index.js +1 -0
  87. data/lib/exam1/doc/js/searcher.js +228 -0
  88. data/lib/exam1/doc/linkedlist_rb~.html +238 -0
  89. data/lib/exam1/doc/rdoc.css +580 -0
  90. data/lib/exam1/doc/table_of_contents.html +288 -0
  91. data/lib/exam1/examen.rb +178 -0
  92. data/lib/exam1/examen.rb~ +178 -0
  93. data/lib/exam1/linkedlist.rb +129 -0
  94. data/lib/exam1/linkedlist.rb~ +134 -0
  95. data/lib/exam1/version.rb +3 -0
  96. data/spec/.yardoc/checksums +0 -0
  97. data/spec/.yardoc/object_types +0 -0
  98. data/spec/.yardoc/objects/root.dat +0 -0
  99. data/spec/.yardoc/proxy_types +0 -0
  100. data/spec/doc/_index.html +88 -0
  101. data/spec/doc/class_list.html +58 -0
  102. data/spec/doc/created.rid +3 -0
  103. data/spec/doc/css/common.css +1 -0
  104. data/spec/doc/css/full_list.css +57 -0
  105. data/spec/doc/css/style.css +339 -0
  106. data/spec/doc/file_list.html +57 -0
  107. data/spec/doc/frames.html +26 -0
  108. data/spec/doc/images/brick.png +0 -0
  109. data/spec/doc/images/brick_link.png +0 -0
  110. data/spec/doc/images/bug.png +0 -0
  111. data/spec/doc/images/bullet_black.png +0 -0
  112. data/spec/doc/images/bullet_toggle_minus.png +0 -0
  113. data/spec/doc/images/bullet_toggle_plus.png +0 -0
  114. data/spec/doc/images/date.png +0 -0
  115. data/spec/doc/images/find.png +0 -0
  116. data/spec/doc/images/loadingAnimation.gif +0 -0
  117. data/spec/doc/images/macFFBgHack.png +0 -0
  118. data/spec/doc/images/package.png +0 -0
  119. data/spec/doc/images/page_green.png +0 -0
  120. data/spec/doc/images/page_white_text.png +0 -0
  121. data/spec/doc/images/page_white_width.png +0 -0
  122. data/spec/doc/images/plugin.png +0 -0
  123. data/spec/doc/images/ruby.png +0 -0
  124. data/spec/doc/images/tag_green.png +0 -0
  125. data/spec/doc/images/wrench.png +0 -0
  126. data/spec/doc/images/wrench_orange.png +0 -0
  127. data/spec/doc/images/zoom.png +0 -0
  128. data/spec/doc/index.html +88 -0
  129. data/spec/doc/js/app.js +219 -0
  130. data/spec/doc/js/darkfish.js +118 -0
  131. data/spec/doc/js/full_list.js +181 -0
  132. data/spec/doc/js/jquery.js +4 -0
  133. data/spec/doc/js/quicksearch.js +114 -0
  134. data/spec/doc/js/thickbox-compressed.js +10 -0
  135. data/spec/doc/linkedlist_spec_rb.html +56 -0
  136. data/spec/doc/method_list.html +57 -0
  137. data/spec/doc/rdoc.css +763 -0
  138. data/spec/doc/spec_helper_rb.html +54 -0
  139. data/spec/doc/top-level-namespace.html +102 -0
  140. data/spec/linkedlist_spec.rb +449 -0
  141. data/spec/linkedlist_spec.rb~ +449 -0
  142. data/spec/spec_helper.rb +28 -0
  143. metadata +331 -0
metadata ADDED
@@ -0,0 +1,331 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: exam1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Alejandro Delgado Martel
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-12-09 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.7'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.7'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '2.11'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '2.11'
55
+ - !ruby/object:Gem::Dependency
56
+ name: guard
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: guard-rspec
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: guard-bundler
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: coveralls
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ description: En esta Gema se lleva a cabo el tratamiento de preguntas de seleccion
112
+ simple a traves de listas.
113
+ email:
114
+ - alu0100767452@ull.edu.es
115
+ executables: []
116
+ extensions: []
117
+ extra_rdoc_files: []
118
+ files:
119
+ - ".coveralls.yml"
120
+ - ".coveralls.yml~"
121
+ - ".gitignore"
122
+ - ".rspec"
123
+ - ".travis.yml"
124
+ - ".travis.yml~"
125
+ - Gemfile
126
+ - LICENSE.txt
127
+ - README.md
128
+ - Rakefile
129
+ - exam1.gemspec
130
+ - exam1.gemspec~
131
+ - lib/exam1.rb
132
+ - lib/exam1/SeleccionSimple.rb
133
+ - lib/exam1/SeleccionSimple.rb~
134
+ - lib/exam1/doc/Exam1.html
135
+ - lib/exam1/doc/Examen.html
136
+ - lib/exam1/doc/Interfaz.html
137
+ - lib/exam1/doc/List.html
138
+ - lib/exam1/doc/Nodo.html
139
+ - lib/exam1/doc/Object.html
140
+ - lib/exam1/doc/SeleccionSimple.html
141
+ - lib/exam1/doc/SeleccionSimple_rb~.html
142
+ - lib/exam1/doc/Verdadero_Falso.html
143
+ - lib/exam1/doc/created.rid
144
+ - lib/exam1/doc/doc/Exam1_html.html
145
+ - lib/exam1/doc/doc/Examen_html.html
146
+ - lib/exam1/doc/doc/Interfaz_html.html
147
+ - lib/exam1/doc/doc/List_html.html
148
+ - lib/exam1/doc/doc/Nodo_html.html
149
+ - lib/exam1/doc/doc/Object_html.html
150
+ - lib/exam1/doc/doc/SeleccionSimple_html.html
151
+ - lib/exam1/doc/doc/SeleccionSimple_rb~_html.html
152
+ - lib/exam1/doc/doc/Verdadero_Falso_html.html
153
+ - lib/exam1/doc/doc/examen_rb~_html.html
154
+ - lib/exam1/doc/doc/fonts_css.html
155
+ - lib/exam1/doc/doc/index_html.html
156
+ - lib/exam1/doc/doc/js/darkfish_js.html
157
+ - lib/exam1/doc/doc/js/jquery_js.html
158
+ - lib/exam1/doc/doc/js/navigation_js.html
159
+ - lib/exam1/doc/doc/js/search_index_js.html
160
+ - lib/exam1/doc/doc/js/search_js.html
161
+ - lib/exam1/doc/doc/js/searcher_js.html
162
+ - lib/exam1/doc/doc/linkedlist_rb~_html.html
163
+ - lib/exam1/doc/doc/rdoc_css.html
164
+ - lib/exam1/doc/doc/table_of_contents_html.html
165
+ - lib/exam1/doc/examen_rb~.html
166
+ - lib/exam1/doc/fonts.css
167
+ - lib/exam1/doc/fonts/Lato-Light.ttf
168
+ - lib/exam1/doc/fonts/Lato-LightItalic.ttf
169
+ - lib/exam1/doc/fonts/Lato-Regular.ttf
170
+ - lib/exam1/doc/fonts/Lato-RegularItalic.ttf
171
+ - lib/exam1/doc/fonts/SourceCodePro-Bold.ttf
172
+ - lib/exam1/doc/fonts/SourceCodePro-Regular.ttf
173
+ - lib/exam1/doc/images/add.png
174
+ - lib/exam1/doc/images/arrow_up.png
175
+ - lib/exam1/doc/images/brick.png
176
+ - lib/exam1/doc/images/brick_link.png
177
+ - lib/exam1/doc/images/bug.png
178
+ - lib/exam1/doc/images/bullet_black.png
179
+ - lib/exam1/doc/images/bullet_toggle_minus.png
180
+ - lib/exam1/doc/images/bullet_toggle_plus.png
181
+ - lib/exam1/doc/images/date.png
182
+ - lib/exam1/doc/images/delete.png
183
+ - lib/exam1/doc/images/find.png
184
+ - lib/exam1/doc/images/loadingAnimation.gif
185
+ - lib/exam1/doc/images/macFFBgHack.png
186
+ - lib/exam1/doc/images/package.png
187
+ - lib/exam1/doc/images/page_green.png
188
+ - lib/exam1/doc/images/page_white_text.png
189
+ - lib/exam1/doc/images/page_white_width.png
190
+ - lib/exam1/doc/images/plugin.png
191
+ - lib/exam1/doc/images/ruby.png
192
+ - lib/exam1/doc/images/tag_blue.png
193
+ - lib/exam1/doc/images/tag_green.png
194
+ - lib/exam1/doc/images/transparent.png
195
+ - lib/exam1/doc/images/wrench.png
196
+ - lib/exam1/doc/images/wrench_orange.png
197
+ - lib/exam1/doc/images/zoom.png
198
+ - lib/exam1/doc/index.html
199
+ - lib/exam1/doc/js/darkfish.js
200
+ - lib/exam1/doc/js/jquery.js
201
+ - lib/exam1/doc/js/navigation.js
202
+ - lib/exam1/doc/js/search.js
203
+ - lib/exam1/doc/js/search_index.js
204
+ - lib/exam1/doc/js/searcher.js
205
+ - lib/exam1/doc/linkedlist_rb~.html
206
+ - lib/exam1/doc/rdoc.css
207
+ - lib/exam1/doc/table_of_contents.html
208
+ - lib/exam1/examen.rb
209
+ - lib/exam1/examen.rb~
210
+ - lib/exam1/linkedlist.rb
211
+ - lib/exam1/linkedlist.rb~
212
+ - lib/exam1/version.rb
213
+ - spec/.yardoc/checksums
214
+ - spec/.yardoc/object_types
215
+ - spec/.yardoc/objects/root.dat
216
+ - spec/.yardoc/proxy_types
217
+ - spec/doc/_index.html
218
+ - spec/doc/class_list.html
219
+ - spec/doc/created.rid
220
+ - spec/doc/css/common.css
221
+ - spec/doc/css/full_list.css
222
+ - spec/doc/css/style.css
223
+ - spec/doc/file_list.html
224
+ - spec/doc/frames.html
225
+ - spec/doc/images/brick.png
226
+ - spec/doc/images/brick_link.png
227
+ - spec/doc/images/bug.png
228
+ - spec/doc/images/bullet_black.png
229
+ - spec/doc/images/bullet_toggle_minus.png
230
+ - spec/doc/images/bullet_toggle_plus.png
231
+ - spec/doc/images/date.png
232
+ - spec/doc/images/find.png
233
+ - spec/doc/images/loadingAnimation.gif
234
+ - spec/doc/images/macFFBgHack.png
235
+ - spec/doc/images/package.png
236
+ - spec/doc/images/page_green.png
237
+ - spec/doc/images/page_white_text.png
238
+ - spec/doc/images/page_white_width.png
239
+ - spec/doc/images/plugin.png
240
+ - spec/doc/images/ruby.png
241
+ - spec/doc/images/tag_green.png
242
+ - spec/doc/images/wrench.png
243
+ - spec/doc/images/wrench_orange.png
244
+ - spec/doc/images/zoom.png
245
+ - spec/doc/index.html
246
+ - spec/doc/js/app.js
247
+ - spec/doc/js/darkfish.js
248
+ - spec/doc/js/full_list.js
249
+ - spec/doc/js/jquery.js
250
+ - spec/doc/js/quicksearch.js
251
+ - spec/doc/js/thickbox-compressed.js
252
+ - spec/doc/linkedlist_spec_rb.html
253
+ - spec/doc/method_list.html
254
+ - spec/doc/rdoc.css
255
+ - spec/doc/spec_helper_rb.html
256
+ - spec/doc/top-level-namespace.html
257
+ - spec/linkedlist_spec.rb
258
+ - spec/linkedlist_spec.rb~
259
+ - spec/spec_helper.rb
260
+ homepage: ''
261
+ licenses:
262
+ - MIT
263
+ metadata: {}
264
+ post_install_message:
265
+ rdoc_options: []
266
+ require_paths:
267
+ - lib
268
+ required_ruby_version: !ruby/object:Gem::Requirement
269
+ requirements:
270
+ - - ">="
271
+ - !ruby/object:Gem::Version
272
+ version: '0'
273
+ required_rubygems_version: !ruby/object:Gem::Requirement
274
+ requirements:
275
+ - - ">="
276
+ - !ruby/object:Gem::Version
277
+ version: '0'
278
+ requirements: []
279
+ rubyforge_project:
280
+ rubygems_version: 2.4.2
281
+ signing_key:
282
+ specification_version: 4
283
+ summary: Gema elaborada en clase LPP. Tratamiento de Cuestinarios
284
+ test_files:
285
+ - spec/.yardoc/checksums
286
+ - spec/.yardoc/object_types
287
+ - spec/.yardoc/objects/root.dat
288
+ - spec/.yardoc/proxy_types
289
+ - spec/doc/_index.html
290
+ - spec/doc/class_list.html
291
+ - spec/doc/created.rid
292
+ - spec/doc/css/common.css
293
+ - spec/doc/css/full_list.css
294
+ - spec/doc/css/style.css
295
+ - spec/doc/file_list.html
296
+ - spec/doc/frames.html
297
+ - spec/doc/images/brick.png
298
+ - spec/doc/images/brick_link.png
299
+ - spec/doc/images/bug.png
300
+ - spec/doc/images/bullet_black.png
301
+ - spec/doc/images/bullet_toggle_minus.png
302
+ - spec/doc/images/bullet_toggle_plus.png
303
+ - spec/doc/images/date.png
304
+ - spec/doc/images/find.png
305
+ - spec/doc/images/loadingAnimation.gif
306
+ - spec/doc/images/macFFBgHack.png
307
+ - spec/doc/images/package.png
308
+ - spec/doc/images/page_green.png
309
+ - spec/doc/images/page_white_text.png
310
+ - spec/doc/images/page_white_width.png
311
+ - spec/doc/images/plugin.png
312
+ - spec/doc/images/ruby.png
313
+ - spec/doc/images/tag_green.png
314
+ - spec/doc/images/wrench.png
315
+ - spec/doc/images/wrench_orange.png
316
+ - spec/doc/images/zoom.png
317
+ - spec/doc/index.html
318
+ - spec/doc/js/app.js
319
+ - spec/doc/js/darkfish.js
320
+ - spec/doc/js/full_list.js
321
+ - spec/doc/js/jquery.js
322
+ - spec/doc/js/quicksearch.js
323
+ - spec/doc/js/thickbox-compressed.js
324
+ - spec/doc/linkedlist_spec_rb.html
325
+ - spec/doc/method_list.html
326
+ - spec/doc/rdoc.css
327
+ - spec/doc/spec_helper_rb.html
328
+ - spec/doc/top-level-namespace.html
329
+ - spec/linkedlist_spec.rb
330
+ - spec/linkedlist_spec.rb~
331
+ - spec/spec_helper.rb