Menu_dietetico 0.1.0

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 (78) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/.rspec +2 -0
  4. data/.travis.yml +5 -0
  5. data/CODE_OF_CONDUCT.md +74 -0
  6. data/Gemfile +4 -0
  7. data/Guardfile +82 -0
  8. data/LICENSE.txt +21 -0
  9. data/README.md +41 -0
  10. data/Rakefile +6 -0
  11. data/bin/console +14 -0
  12. data/bin/setup +8 -0
  13. data/doc/CODE_OF_CONDUCT_md.html +196 -0
  14. data/doc/Dieta.html +417 -0
  15. data/doc/Dieta_edades.html +234 -0
  16. data/doc/Dieta_grupos.html +233 -0
  17. data/doc/Gemfile.html +101 -0
  18. data/doc/Gemfile_lock.html +183 -0
  19. data/doc/Guardfile.html +181 -0
  20. data/doc/LICENSE_txt.html +118 -0
  21. data/doc/ListaEnlazada.html +396 -0
  22. data/doc/Object.html +117 -0
  23. data/doc/Prct06.html +110 -0
  24. data/doc/README_md.html +165 -0
  25. data/doc/Rakefile.html +102 -0
  26. data/doc/bin/setup.html +102 -0
  27. data/doc/created.rid +18 -0
  28. data/doc/css/fonts.css +167 -0
  29. data/doc/css/rdoc.css +590 -0
  30. data/doc/fonts/Lato-Light.ttf +0 -0
  31. data/doc/fonts/Lato-LightItalic.ttf +0 -0
  32. data/doc/fonts/Lato-Regular.ttf +0 -0
  33. data/doc/fonts/Lato-RegularItalic.ttf +0 -0
  34. data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
  35. data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
  36. data/doc/images/add.png +0 -0
  37. data/doc/images/arrow_up.png +0 -0
  38. data/doc/images/brick.png +0 -0
  39. data/doc/images/brick_link.png +0 -0
  40. data/doc/images/bug.png +0 -0
  41. data/doc/images/bullet_black.png +0 -0
  42. data/doc/images/bullet_toggle_minus.png +0 -0
  43. data/doc/images/bullet_toggle_plus.png +0 -0
  44. data/doc/images/date.png +0 -0
  45. data/doc/images/delete.png +0 -0
  46. data/doc/images/find.png +0 -0
  47. data/doc/images/loadingAnimation.gif +0 -0
  48. data/doc/images/macFFBgHack.png +0 -0
  49. data/doc/images/package.png +0 -0
  50. data/doc/images/page_green.png +0 -0
  51. data/doc/images/page_white_text.png +0 -0
  52. data/doc/images/page_white_width.png +0 -0
  53. data/doc/images/plugin.png +0 -0
  54. data/doc/images/ruby.png +0 -0
  55. data/doc/images/tag_blue.png +0 -0
  56. data/doc/images/tag_green.png +0 -0
  57. data/doc/images/transparent.png +0 -0
  58. data/doc/images/wrench.png +0 -0
  59. data/doc/images/wrench_orange.png +0 -0
  60. data/doc/images/zoom.png +0 -0
  61. data/doc/index.html +116 -0
  62. data/doc/js/darkfish.js +161 -0
  63. data/doc/js/jquery.js +4 -0
  64. data/doc/js/navigation.js +142 -0
  65. data/doc/js/navigation.js.gz +0 -0
  66. data/doc/js/search.js +109 -0
  67. data/doc/js/search_index.js +1 -0
  68. data/doc/js/search_index.js.gz +0 -0
  69. data/doc/js/searcher.js +229 -0
  70. data/doc/js/searcher.js.gz +0 -0
  71. data/doc/prct06_gemspec.html +136 -0
  72. data/doc/table_of_contents.html +175 -0
  73. data/lib/prct06.rb +5 -0
  74. data/lib/prct06/Dieta.rb +137 -0
  75. data/lib/prct06/ListaEnlazada.rb +67 -0
  76. data/lib/prct06/version.rb +3 -0
  77. data/prct06.gemspec +39 -0
  78. metadata +207 -0
@@ -0,0 +1,175 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>Table of Contents - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
12
+ </script>
13
+
14
+ <script src="./js/jquery.js"></script>
15
+ <script src="./js/darkfish.js"></script>
16
+
17
+ <link href="./css/fonts.css" rel="stylesheet">
18
+ <link href="./css/rdoc.css" rel="stylesheet">
19
+
20
+
21
+
22
+ <body id="top" class="table-of-contents">
23
+ <main role="main">
24
+ <h1 class="class">Table of Contents - RDoc Documentation</h1>
25
+
26
+ <h2 id="pages">Pages</h2>
27
+ <ul>
28
+ <li class="file">
29
+ <a href="CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
30
+
31
+ <ul>
32
+ <li><a href="CODE_OF_CONDUCT_md.html#label-Contributor+Covenant+Code+of+Conduct">Contributor Covenant Code of Conduct</a>
33
+ <li><a href="CODE_OF_CONDUCT_md.html#label-Our+Pledge">Our Pledge</a>
34
+ <li><a href="CODE_OF_CONDUCT_md.html#label-Our+Standards">Our Standards</a>
35
+ <li><a href="CODE_OF_CONDUCT_md.html#label-Our+Responsibilities">Our Responsibilities</a>
36
+ <li><a href="CODE_OF_CONDUCT_md.html#label-Scope">Scope</a>
37
+ <li><a href="CODE_OF_CONDUCT_md.html#label-Enforcement">Enforcement</a>
38
+ <li><a href="CODE_OF_CONDUCT_md.html#label-Attribution">Attribution</a>
39
+ </ul>
40
+ </li>
41
+ <li class="file">
42
+ <a href="Gemfile.html">Gemfile</a>
43
+ </li>
44
+ <li class="file">
45
+ <a href="Gemfile_lock.html">Gemfile.lock</a>
46
+ </li>
47
+ <li class="file">
48
+ <a href="Guardfile.html">Guardfile</a>
49
+ </li>
50
+ <li class="file">
51
+ <a href="LICENSE_txt.html">LICENSE</a>
52
+ </li>
53
+ <li class="file">
54
+ <a href="README_md.html">README</a>
55
+
56
+ <ul>
57
+ <li><a href="README_md.html#label-Pr-C3-A1ctica+8">Práctica 8</a>
58
+ <li><a href="README_md.html#label-Installation">Installation</a>
59
+ <li><a href="README_md.html#label-Usage">Usage</a>
60
+ <li><a href="README_md.html#label-Development">Development</a>
61
+ <li><a href="README_md.html#label-Contributing">Contributing</a>
62
+ <li><a href="README_md.html#label-License">License</a>
63
+ </ul>
64
+ </li>
65
+ <li class="file">
66
+ <a href="Rakefile.html">Rakefile</a>
67
+ </li>
68
+ <li class="file">
69
+ <a href="bin/setup.html">setup</a>
70
+ </li>
71
+ <li class="file">
72
+ <a href="prct06_gemspec.html">prct06.gemspec</a>
73
+ </li>
74
+
75
+ </ul>
76
+
77
+ <h2 id="classes">Classes and Modules</h2>
78
+ <ul>
79
+ <li class="class">
80
+ <a href="Dieta.html">Dieta</a>
81
+ </li>
82
+ <li class="class">
83
+ <a href="Dieta_edades.html">Dieta_edades</a>
84
+ </li>
85
+ <li class="class">
86
+ <a href="Dieta_grupos.html">Dieta_grupos</a>
87
+ </li>
88
+ <li class="class">
89
+ <a href="ListaEnlazada.html">ListaEnlazada</a>
90
+ </li>
91
+ <li class="class">
92
+ <a href="Object.html">Object</a>
93
+ </li>
94
+ <li class="module">
95
+ <a href="Prct06.html">Prct06</a>
96
+ </li>
97
+ </ul>
98
+
99
+ <h2 id="methods">Methods</h2>
100
+ <ul>
101
+
102
+ <li class="method">
103
+ <a href="Dieta.html#method-c-new">::new</a>
104
+ &mdash;
105
+ <span class="container">Dieta</span>
106
+
107
+ <li class="method">
108
+ <a href="Dieta_grupos.html#method-c-new">::new</a>
109
+ &mdash;
110
+ <span class="container">Dieta_grupos</span>
111
+
112
+ <li class="method">
113
+ <a href="Dieta_edades.html#method-c-new">::new</a>
114
+ &mdash;
115
+ <span class="container">Dieta_edades</span>
116
+
117
+ <li class="method">
118
+ <a href="ListaEnlazada.html#method-c-new">::new</a>
119
+ &mdash;
120
+ <span class="container">ListaEnlazada</span>
121
+
122
+ <li class="method">
123
+ <a href="Dieta.html#method-i-3C-3D-3E">#&lt;=&gt;</a>
124
+ &mdash;
125
+ <span class="container">Dieta</span>
126
+
127
+ <li class="method">
128
+ <a href="ListaEnlazada.html#method-i-each">#each</a>
129
+ &mdash;
130
+ <span class="container">ListaEnlazada</span>
131
+
132
+ <li class="method">
133
+ <a href="Dieta.html#method-i-plato">#plato</a>
134
+ &mdash;
135
+ <span class="container">Dieta</span>
136
+
137
+ <li class="method">
138
+ <a href="ListaEnlazada.html#method-i-pop">#pop</a>
139
+ &mdash;
140
+ <span class="container">ListaEnlazada</span>
141
+
142
+ <li class="method">
143
+ <a href="ListaEnlazada.html#method-i-push">#push</a>
144
+ &mdash;
145
+ <span class="container">ListaEnlazada</span>
146
+
147
+ <li class="method">
148
+ <a href="Dieta.html#method-i-to_s">#to_s</a>
149
+ &mdash;
150
+ <span class="container">Dieta</span>
151
+
152
+ <li class="method">
153
+ <a href="Dieta_grupos.html#method-i-to_s">#to_s</a>
154
+ &mdash;
155
+ <span class="container">Dieta_grupos</span>
156
+
157
+ <li class="method">
158
+ <a href="Dieta_edades.html#method-i-to_s">#to_s</a>
159
+ &mdash;
160
+ <span class="container">Dieta_edades</span>
161
+
162
+ <li class="method">
163
+ <a href="ListaEnlazada.html#method-i-to_s">#to_s</a>
164
+ &mdash;
165
+ <span class="container">ListaEnlazada</span>
166
+ </ul>
167
+ </main>
168
+
169
+
170
+ <footer id="validator-badges" role="contentinfo">
171
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
172
+ <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.0.0.
173
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
174
+ </footer>
175
+
data/lib/prct06.rb ADDED
@@ -0,0 +1,5 @@
1
+ require "prct06/version"
2
+
3
+ module Prct06
4
+ # Your code goes here...
5
+ end
@@ -0,0 +1,137 @@
1
+ require "prct06/version"
2
+
3
+ #Clase dieta base. Almacena un menú, indicando aspectos, tales como, porcentaje de ingesta, VCT, proteínas, grasas, hidratos y los platos
4
+ class Dieta
5
+ attr_reader :titulo, :porcentaje_ingesta, :VCT, :proteinas, :grasas, :hidratos, :platos
6
+
7
+ include Comparable
8
+ #constructor
9
+ def initialize (titulo=0, porcentaje_ingesta=0, nplatos=0, vct=0, proteinas=0, grasas=0, hidratos=0, *des_platos, &block)
10
+ @name = titulo
11
+ @platos = []
12
+
13
+
14
+ if block_given?
15
+ if block.arity == 1
16
+ yield self
17
+ else
18
+ instance_eval(&block)
19
+ end
20
+ else
21
+ @titulo = titulo
22
+ @porcentaje_ingesta = porcentaje_ingesta
23
+ @nplatos = nplatos
24
+
25
+ @platos = []
26
+ for i in 0..nplatos-1 do
27
+ aux = [des_platos[i][0], des_platos[i][1], des_platos[i][2]]
28
+ @platos.push(aux)
29
+ end
30
+
31
+ @VCT = vct
32
+ @proteinas = proteinas
33
+ @grasas = grasas
34
+ @hidratos = hidratos
35
+
36
+ end
37
+ end
38
+
39
+ def title(name)
40
+
41
+ @titulo = name
42
+
43
+ end
44
+
45
+ def ingesta(options = {})
46
+
47
+ @porcentaje_ingesta = "#{options[:min]}-#{options[:max]}"
48
+
49
+ end
50
+
51
+ def plate(options = {})
52
+ @platos << ["#{options[:descripcion]}", "#{options[:porcion]}", options[:gramos]]
53
+ end
54
+
55
+ def porcentajes(options = {})
56
+ @VCT = options[:vct] if options[:vct]
57
+ @proteinas = options[:proteinas] if options[:proteinas]
58
+ @grasas = options[:grasas] if options[:grasas]
59
+ @hidratos = options[:hidratos] if options[:hidratos]
60
+ end
61
+
62
+ def nplatos
63
+ @platos.length
64
+ end
65
+
66
+
67
+ def <=> (other)
68
+ @VCT <=> other.VCT
69
+ end
70
+
71
+ def plato (n)
72
+ if n > @platos.length || n < 1 then
73
+ return ""
74
+ end
75
+ return @platos[n-1]
76
+ end
77
+
78
+ #Muestra el menú correctamente formateado
79
+ def to_s
80
+ x = ""
81
+ x << "#{@titulo} (#{@porcentaje_ingesta}%)\n"
82
+
83
+ @platos.each do |i|
84
+ x << "- #{i[0]}, #{i[1]}, #{i[2]}g\n"
85
+ end
86
+
87
+ x << "V.C.T | % #{@VCT} kcal | #{@proteinas} #{@grasas} #{@hidratos}"
88
+ end
89
+ end
90
+
91
+ #Clase hija de Dieta que añade al menú el campo de grupo de alimentos.
92
+ class Dieta_grupos < Dieta
93
+
94
+ attr_reader :grupo
95
+
96
+ def initialize (titulo=0, porcentaje_ingesta=0, nplatos=0, vct=0, proteinas=0, grasas=0, hidratos=0, grupo=0, *des_platos, &block)
97
+
98
+ if block_given?
99
+ super(&block)
100
+ else
101
+ @grupo = grupo
102
+ super(titulo, porcentaje_ingesta, nplatos, vct, proteinas, grasas, hidratos, *des_platos)
103
+ end
104
+
105
+ end
106
+ def grupo_alimentos(alimentos)
107
+ @grupo = alimentos
108
+ end
109
+
110
+
111
+ def to_s
112
+ output = super
113
+ output << "\nGrupo: #{@grupo}"
114
+ end
115
+ end
116
+ #Clase hija que hereda de Dieta y añade al menú un campo en el que se indica el grupo de edad para el cual está destinado el plato.
117
+ class Dieta_edades < Dieta
118
+ attr_reader :grupo_edades
119
+
120
+ def initialize (titulo=0, porcentaje_ingesta=0, nplatos=0, vct=0, proteinas=0, grasas=0, hidratos=0, grupo_edades=0, *des_platos, &block)
121
+
122
+ if block_given?
123
+ super(&block)
124
+ else
125
+ @grupo_edades = grupo_edades
126
+ super(titulo, porcentaje_ingesta, nplatos, vct, proteinas, grasas, hidratos, *des_platos)
127
+ end
128
+ end
129
+
130
+ def grupo_edad(edades)
131
+ @grupo_edades = edades
132
+ end
133
+ def to_s
134
+ output = super
135
+ output << "\nGrupo: #{@grupo_edades}"
136
+ end
137
+ end
@@ -0,0 +1,67 @@
1
+ require "Dieta"
2
+
3
+
4
+ #Estructura usada como nodo para la lista doblemente enlazada.
5
+ Node = Struct.new(:value, :next,:previous)
6
+
7
+ #Clase que implementa una lista enlazada
8
+ class ListaEnlazada
9
+
10
+ attr_reader :size, :top, :bottom
11
+ include Enumerable
12
+
13
+ #Al inicializarse el objeto. El tamaño de la lista es cero y tanto @bottom como @top son nil.
14
+ def initialize
15
+ @bottom = nil
16
+ @top = nil
17
+ @size = 0
18
+ end
19
+
20
+ #Añade un elemento al final de la lista. @top apuntará al último elemento añadido
21
+ def push (element)
22
+ aux = @top
23
+ @top = Node.new(element, nil ,@top)
24
+ if (aux!=nil)
25
+ aux.next = @top
26
+ end
27
+ if (@bottom != nil && @bottom.next == nil )
28
+ @bottom.next = @top
29
+ end
30
+ if @bottom == nil
31
+ @bottom = @top
32
+ end
33
+ @size += 1
34
+ end
35
+
36
+ #Elimina el último elemento añadido a la lista. En este caso, @top apuntará al elemento anterior.
37
+ def pop
38
+ if @top==nil
39
+ output = "Error. La lista está vacía."
40
+ else
41
+ @top = @top.previous
42
+ if @top == nil
43
+ @bottom = nil
44
+ end
45
+ @size -= 1
46
+ end
47
+ end
48
+
49
+ def each
50
+ i = bottom
51
+ while i!=nil do
52
+ yield i.value
53
+ i = i.next;
54
+ end
55
+ end
56
+
57
+
58
+ #Método que permite mostrar el último elemento añadido en la lista. En caso de que la lista esté vacía, mostrará el mensaje "Error. La lista está vacía"
59
+ def to_s
60
+ if @top==nil
61
+ output = "Error. La lista está vacía."
62
+ else
63
+ @top.value.to_s
64
+ end
65
+ end
66
+
67
+ end
@@ -0,0 +1,3 @@
1
+ module Prct06
2
+ VERSION = "0.1.0"
3
+ end
data/prct06.gemspec ADDED
@@ -0,0 +1,39 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'prct06/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "Menu_dietetico"
8
+ spec.version = Prct06::VERSION
9
+ spec.authors = ["Isaac Aimán"]
10
+ spec.email = ["alu0100841565@ull.edu.es"]
11
+
12
+ spec.summary = %q{Práctica de laboratorio #8. Desarrollo de una lista doblemente enlazada mediante un desarrollo dirigido por pruebas y creación de una jerarquía de clases}
13
+ spec.description = %q{Siguiendo el modelo de desarrollo dirigido por pruebas o TDD, se busca implementar una lista soblemente enlazada en Ruby, partiendo de la estructura de gema de la práctica 7 e implementar dos clases hijas de la clase Menu.}
14
+ spec.homepage = "https://github.com/ULL-ESIT-LPP-1617/menu-dietetico-alu0100841565"
15
+ spec.license = "MIT"
16
+
17
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
19
+ # if spec.respond_to?(:metadata)
20
+ # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
21
+ # else
22
+ # raise "RubyGems 2.0 or newer is required to protect against " \
23
+ # "public gem pushes."
24
+ # end
25
+
26
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
27
+ f.match(%r{^(test|spec|features)/})
28
+ end
29
+ spec.bindir = "exe"
30
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
31
+ spec.require_paths = ["lib"]
32
+
33
+ spec.add_development_dependency "bundler", "~> 1.13"
34
+ spec.add_development_dependency "rake", "~> 10.0"
35
+ spec.add_development_dependency "rspec", "~> 3.0"
36
+ spec.add_development_dependency "guard"
37
+ spec.add_development_dependency "guard-rspec"
38
+ spec.add_development_dependency "guard-bundler"
39
+ end
metadata ADDED
@@ -0,0 +1,207 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: Menu_dietetico
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Isaac Aimán
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2016-12-13 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.13'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.13'
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: '3.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '3.0'
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
+ description: Siguiendo el modelo de desarrollo dirigido por pruebas o TDD, se busca
98
+ implementar una lista soblemente enlazada en Ruby, partiendo de la estructura de
99
+ gema de la práctica 7 e implementar dos clases hijas de la clase Menu.
100
+ email:
101
+ - alu0100841565@ull.edu.es
102
+ executables: []
103
+ extensions: []
104
+ extra_rdoc_files: []
105
+ files:
106
+ - ".gitignore"
107
+ - ".rspec"
108
+ - ".travis.yml"
109
+ - CODE_OF_CONDUCT.md
110
+ - Gemfile
111
+ - Guardfile
112
+ - LICENSE.txt
113
+ - README.md
114
+ - Rakefile
115
+ - bin/console
116
+ - bin/setup
117
+ - doc/CODE_OF_CONDUCT_md.html
118
+ - doc/Dieta.html
119
+ - doc/Dieta_edades.html
120
+ - doc/Dieta_grupos.html
121
+ - doc/Gemfile.html
122
+ - doc/Gemfile_lock.html
123
+ - doc/Guardfile.html
124
+ - doc/LICENSE_txt.html
125
+ - doc/ListaEnlazada.html
126
+ - doc/Object.html
127
+ - doc/Prct06.html
128
+ - doc/README_md.html
129
+ - doc/Rakefile.html
130
+ - doc/bin/setup.html
131
+ - doc/created.rid
132
+ - doc/css/fonts.css
133
+ - doc/css/rdoc.css
134
+ - doc/fonts/Lato-Light.ttf
135
+ - doc/fonts/Lato-LightItalic.ttf
136
+ - doc/fonts/Lato-Regular.ttf
137
+ - doc/fonts/Lato-RegularItalic.ttf
138
+ - doc/fonts/SourceCodePro-Bold.ttf
139
+ - doc/fonts/SourceCodePro-Regular.ttf
140
+ - doc/images/add.png
141
+ - doc/images/arrow_up.png
142
+ - doc/images/brick.png
143
+ - doc/images/brick_link.png
144
+ - doc/images/bug.png
145
+ - doc/images/bullet_black.png
146
+ - doc/images/bullet_toggle_minus.png
147
+ - doc/images/bullet_toggle_plus.png
148
+ - doc/images/date.png
149
+ - doc/images/delete.png
150
+ - doc/images/find.png
151
+ - doc/images/loadingAnimation.gif
152
+ - doc/images/macFFBgHack.png
153
+ - doc/images/package.png
154
+ - doc/images/page_green.png
155
+ - doc/images/page_white_text.png
156
+ - doc/images/page_white_width.png
157
+ - doc/images/plugin.png
158
+ - doc/images/ruby.png
159
+ - doc/images/tag_blue.png
160
+ - doc/images/tag_green.png
161
+ - doc/images/transparent.png
162
+ - doc/images/wrench.png
163
+ - doc/images/wrench_orange.png
164
+ - doc/images/zoom.png
165
+ - doc/index.html
166
+ - doc/js/darkfish.js
167
+ - doc/js/jquery.js
168
+ - doc/js/navigation.js
169
+ - doc/js/navigation.js.gz
170
+ - doc/js/search.js
171
+ - doc/js/search_index.js
172
+ - doc/js/search_index.js.gz
173
+ - doc/js/searcher.js
174
+ - doc/js/searcher.js.gz
175
+ - doc/prct06_gemspec.html
176
+ - doc/table_of_contents.html
177
+ - lib/prct06.rb
178
+ - lib/prct06/Dieta.rb
179
+ - lib/prct06/ListaEnlazada.rb
180
+ - lib/prct06/version.rb
181
+ - prct06.gemspec
182
+ homepage: https://github.com/ULL-ESIT-LPP-1617/menu-dietetico-alu0100841565
183
+ licenses:
184
+ - MIT
185
+ metadata: {}
186
+ post_install_message:
187
+ rdoc_options: []
188
+ require_paths:
189
+ - lib
190
+ required_ruby_version: !ruby/object:Gem::Requirement
191
+ requirements:
192
+ - - ">="
193
+ - !ruby/object:Gem::Version
194
+ version: '0'
195
+ required_rubygems_version: !ruby/object:Gem::Requirement
196
+ requirements:
197
+ - - ">="
198
+ - !ruby/object:Gem::Version
199
+ version: '0'
200
+ requirements: []
201
+ rubyforge_project:
202
+ rubygems_version: 2.5.1
203
+ signing_key:
204
+ specification_version: 4
205
+ summary: 'Práctica de laboratorio #8. Desarrollo de una lista doblemente enlazada
206
+ mediante un desarrollo dirigido por pruebas y creación de una jerarquía de clases'
207
+ test_files: []