alimentos 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 (97) hide show
  1. checksums.yaml +7 -0
  2. data/.coveralls.yml +1 -0
  3. data/.gitignore +9 -0
  4. data/.rake_tasks~ +7 -0
  5. data/.rspec +2 -0
  6. data/.travis.yml +5 -0
  7. data/CODE_OF_CONDUCT.md +74 -0
  8. data/Gemfile +7 -0
  9. data/Guardfile +82 -0
  10. data/LICENSE.txt +21 -0
  11. data/README.md +50 -0
  12. data/Rakefile +6 -0
  13. data/alimentos.gemspec +45 -0
  14. data/bin/bundler +17 -0
  15. data/bin/console +14 -0
  16. data/bin/htmldiff +17 -0
  17. data/bin/ldiff +17 -0
  18. data/bin/rake +17 -0
  19. data/bin/rspec +17 -0
  20. data/bin/setup +8 -0
  21. data/docs/Alimento.html +469 -0
  22. data/docs/Alimentos.html +109 -0
  23. data/docs/CODE_OF_CONDUCT_md.html +195 -0
  24. data/docs/Gemfile.html +103 -0
  25. data/docs/Gemfile_lock.html +180 -0
  26. data/docs/Grupo.html +383 -0
  27. data/docs/Grupo_bebidas.html +102 -0
  28. data/docs/Grupo_carbohidratos.html +102 -0
  29. data/docs/Grupo_carnes.html +102 -0
  30. data/docs/Grupo_frutas.html +102 -0
  31. data/docs/Grupo_grasos.html +102 -0
  32. data/docs/Grupo_lacteos.html +102 -0
  33. data/docs/Grupo_pescados.html +102 -0
  34. data/docs/Grupo_verduras.html +102 -0
  35. data/docs/Guardfile.html +180 -0
  36. data/docs/LICENSE_txt.html +117 -0
  37. data/docs/Lista.html +457 -0
  38. data/docs/Object.html +116 -0
  39. data/docs/README_md.html +177 -0
  40. data/docs/Rakefile.html +101 -0
  41. data/docs/alimentos_gemspec.html +135 -0
  42. data/docs/bin/setup.html +101 -0
  43. data/docs/created.rid +23 -0
  44. data/docs/css/fonts.css +167 -0
  45. data/docs/css/rdoc.css +590 -0
  46. data/docs/fonts/Lato-Light.ttf +0 -0
  47. data/docs/fonts/Lato-LightItalic.ttf +0 -0
  48. data/docs/fonts/Lato-Regular.ttf +0 -0
  49. data/docs/fonts/Lato-RegularItalic.ttf +0 -0
  50. data/docs/fonts/SourceCodePro-Bold.ttf +0 -0
  51. data/docs/fonts/SourceCodePro-Regular.ttf +0 -0
  52. data/docs/images/add.png +0 -0
  53. data/docs/images/arrow_up.png +0 -0
  54. data/docs/images/brick.png +0 -0
  55. data/docs/images/brick_link.png +0 -0
  56. data/docs/images/bug.png +0 -0
  57. data/docs/images/bullet_black.png +0 -0
  58. data/docs/images/bullet_toggle_minus.png +0 -0
  59. data/docs/images/bullet_toggle_plus.png +0 -0
  60. data/docs/images/date.png +0 -0
  61. data/docs/images/delete.png +0 -0
  62. data/docs/images/find.png +0 -0
  63. data/docs/images/loadingAnimation.gif +0 -0
  64. data/docs/images/macFFBgHack.png +0 -0
  65. data/docs/images/package.png +0 -0
  66. data/docs/images/page_green.png +0 -0
  67. data/docs/images/page_white_text.png +0 -0
  68. data/docs/images/page_white_width.png +0 -0
  69. data/docs/images/plugin.png +0 -0
  70. data/docs/images/ruby.png +0 -0
  71. data/docs/images/tag_blue.png +0 -0
  72. data/docs/images/tag_green.png +0 -0
  73. data/docs/images/transparent.png +0 -0
  74. data/docs/images/wrench.png +0 -0
  75. data/docs/images/wrench_orange.png +0 -0
  76. data/docs/images/zoom.png +0 -0
  77. data/docs/index.html +129 -0
  78. data/docs/js/darkfish.js +161 -0
  79. data/docs/js/jquery.js +4 -0
  80. data/docs/js/navigation.js +142 -0
  81. data/docs/js/navigation.js.gz +0 -0
  82. data/docs/js/search.js +109 -0
  83. data/docs/js/search_index.js +1 -0
  84. data/docs/js/search_index.js.gz +0 -0
  85. data/docs/js/searcher.js +228 -0
  86. data/docs/js/searcher.js.gz +0 -0
  87. data/docs/table_of_contents.html +236 -0
  88. data/lib/alimentos.rb +11 -0
  89. data/lib/alimentos/alimento.rb +40 -0
  90. data/lib/alimentos/calculadora.rb +52 -0
  91. data/lib/alimentos/comida.rb +58 -0
  92. data/lib/alimentos/grupo.rb +54 -0
  93. data/lib/alimentos/harvard_dsl.rb +67 -0
  94. data/lib/alimentos/individuo.rb +43 -0
  95. data/lib/alimentos/lista.rb +65 -0
  96. data/lib/alimentos/version.rb +3 -0
  97. metadata +237 -0
@@ -0,0 +1,109 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>module Alimentos - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ </script>
12
+
13
+ <script src="./js/jquery.js"></script>
14
+ <script src="./js/darkfish.js"></script>
15
+
16
+ <link href="./css/fonts.css" rel="stylesheet">
17
+ <link href="./css/rdoc.css" rel="stylesheet">
18
+
19
+
20
+
21
+ <body id="top" role="document" class="module">
22
+ <nav role="navigation">
23
+ <div id="project-navigation">
24
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
25
+ <h2>
26
+ <a href="./index.html" rel="home">Home</a>
27
+ </h2>
28
+
29
+ <div id="table-of-contents-navigation">
30
+ <a href="./table_of_contents.html#pages">Pages</a>
31
+ <a href="./table_of_contents.html#classes">Classes</a>
32
+ <a href="./table_of_contents.html#methods">Methods</a>
33
+ </div>
34
+ </div>
35
+
36
+ <div id="search-section" role="search" class="project-section initially-hidden">
37
+ <form action="#" method="get" accept-charset="utf-8">
38
+ <div id="search-field-wrapper">
39
+ <input id="search-field" role="combobox" aria-label="Search"
40
+ aria-autocomplete="list" aria-controls="search-results"
41
+ type="text" name="search" placeholder="Search" spellcheck="false"
42
+ title="Type to search, Up and Down to navigate, Enter to load">
43
+ </div>
44
+
45
+ <ul id="search-results" aria-label="Search Results"
46
+ aria-busy="false" aria-expanded="false"
47
+ aria-atomic="false" class="initially-hidden"></ul>
48
+ </form>
49
+ </div>
50
+
51
+ </div>
52
+
53
+
54
+
55
+ <div id="class-metadata">
56
+
57
+
58
+
59
+
60
+
61
+ </div>
62
+ </nav>
63
+
64
+ <main role="main" aria-labelledby="module-Alimentos">
65
+ <h1 id="module-Alimentos" class="module">
66
+ module Alimentos
67
+ </h1>
68
+
69
+ <section class="description">
70
+
71
+ </section>
72
+
73
+
74
+
75
+
76
+ <section id="5Buntitled-5D" class="documentation-section">
77
+
78
+
79
+
80
+
81
+
82
+ <section class="constants-list">
83
+ <header>
84
+ <h3>Constants</h3>
85
+ </header>
86
+ <dl>
87
+
88
+ <dt id="VERSION">VERSION
89
+
90
+ <dd>
91
+
92
+
93
+ </dl>
94
+ </section>
95
+
96
+
97
+
98
+
99
+
100
+ </section>
101
+ </main>
102
+
103
+
104
+ <footer id="validator-badges" role="contentinfo">
105
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
106
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
107
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
108
+ </footer>
109
+
@@ -0,0 +1,195 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>CODE_OF_CONDUCT - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ </script>
12
+
13
+ <script src="./js/jquery.js"></script>
14
+ <script src="./js/darkfish.js"></script>
15
+
16
+ <link href="./css/fonts.css" rel="stylesheet">
17
+ <link href="./css/rdoc.css" rel="stylesheet">
18
+
19
+
20
+
21
+ <body id="top" role="document" class="file">
22
+ <nav role="navigation">
23
+ <div id="project-navigation">
24
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
25
+ <h2>
26
+ <a href="./index.html" rel="home">Home</a>
27
+ </h2>
28
+
29
+ <div id="table-of-contents-navigation">
30
+ <a href="./table_of_contents.html#pages">Pages</a>
31
+ <a href="./table_of_contents.html#classes">Classes</a>
32
+ <a href="./table_of_contents.html#methods">Methods</a>
33
+ </div>
34
+ </div>
35
+
36
+ <div id="search-section" role="search" class="project-section initially-hidden">
37
+ <form action="#" method="get" accept-charset="utf-8">
38
+ <div id="search-field-wrapper">
39
+ <input id="search-field" role="combobox" aria-label="Search"
40
+ aria-autocomplete="list" aria-controls="search-results"
41
+ type="text" name="search" placeholder="Search" spellcheck="false"
42
+ title="Type to search, Up and Down to navigate, Enter to load">
43
+ </div>
44
+
45
+ <ul id="search-results" aria-label="Search Results"
46
+ aria-busy="false" aria-expanded="false"
47
+ aria-atomic="false" class="initially-hidden"></ul>
48
+ </form>
49
+ </div>
50
+
51
+ </div>
52
+
53
+
54
+ <div class="nav-section">
55
+ <h3>Table of Contents</h3>
56
+
57
+ <ul class="link-list" role="directory">
58
+ <li><a href="#label-Contributor+Covenant+Code+of+Conduct">Contributor Covenant Code of Conduct</a>
59
+ <li><a href="#label-Our+Pledge">Our Pledge</a>
60
+ <li><a href="#label-Our+Standards">Our Standards</a>
61
+ <li><a href="#label-Our+Responsibilities">Our Responsibilities</a>
62
+ <li><a href="#label-Scope">Scope</a>
63
+ <li><a href="#label-Enforcement">Enforcement</a>
64
+ <li><a href="#label-Attribution">Attribution</a>
65
+ </ul>
66
+ </div>
67
+
68
+
69
+ <div id="project-metadata">
70
+ <div id="fileindex-section" class="nav-section">
71
+ <h3>Pages</h3>
72
+
73
+ <ul class="link-list">
74
+
75
+ <li><a href="./CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
76
+
77
+ <li><a href="./Gemfile.html">Gemfile</a>
78
+
79
+ <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
80
+
81
+ <li><a href="./Guardfile.html">Guardfile</a>
82
+
83
+ <li><a href="./LICENSE_txt.html">LICENSE</a>
84
+
85
+ <li><a href="./README_md.html">README</a>
86
+
87
+ <li><a href="./Rakefile.html">Rakefile</a>
88
+
89
+ <li><a href="./alimentos_gemspec.html">alimentos.gemspec</a>
90
+
91
+ <li><a href="./bin/setup.html">setup</a>
92
+
93
+ </ul>
94
+ </div>
95
+
96
+ </div>
97
+ </nav>
98
+
99
+ <main role="main" aria-label="Page CODE_OF_CONDUCT.md">
100
+
101
+ <h1 id="label-Contributor+Covenant+Code+of+Conduct">Contributor Covenant Code of Conduct<span><a href="#label-Contributor+Covenant+Code+of+Conduct">&para;</a> <a href="#top">&uarr;</a></span></h1>
102
+
103
+ <h2 id="label-Our+Pledge">Our Pledge<span><a href="#label-Our+Pledge">&para;</a> <a href="#top">&uarr;</a></span></h2>
104
+
105
+ <p>In the interest of fostering an open and welcoming environment, we as
106
+ contributors and maintainers pledge to making participation in our project
107
+ and our community a harassment-free experience for everyone, regardless of
108
+ age, body size, disability, ethnicity, gender identity and expression,
109
+ level of experience, nationality, personal appearance, race, religion, or
110
+ sexual identity and orientation.</p>
111
+
112
+ <h2 id="label-Our+Standards">Our Standards<span><a href="#label-Our+Standards">&para;</a> <a href="#top">&uarr;</a></span></h2>
113
+
114
+ <p>Examples of behavior that contributes to creating a positive environment
115
+ include:</p>
116
+ <ul><li>
117
+ <p>Using welcoming and inclusive language</p>
118
+ </li><li>
119
+ <p>Being respectful of differing viewpoints and experiences</p>
120
+ </li><li>
121
+ <p>Gracefully accepting constructive criticism</p>
122
+ </li><li>
123
+ <p>Focusing on what is best for the community</p>
124
+ </li><li>
125
+ <p>Showing empathy towards other community members</p>
126
+ </li></ul>
127
+
128
+ <p>Examples of unacceptable behavior by participants include:</p>
129
+ <ul><li>
130
+ <p>The use of sexualized language or imagery and unwelcome sexual attention or
131
+ advances</p>
132
+ </li><li>
133
+ <p>Trolling, insulting/derogatory comments, and personal or political attacks</p>
134
+ </li><li>
135
+ <p>Public or private harassment</p>
136
+ </li><li>
137
+ <p>Publishing others&#39; private information, such as a physical or
138
+ electronic address, without explicit permission</p>
139
+ </li><li>
140
+ <p>Other conduct which could reasonably be considered inappropriate in a
141
+ professional setting</p>
142
+ </li></ul>
143
+
144
+ <h2 id="label-Our+Responsibilities">Our Responsibilities<span><a href="#label-Our+Responsibilities">&para;</a> <a href="#top">&uarr;</a></span></h2>
145
+
146
+ <p>Project maintainers are responsible for clarifying the standards of
147
+ acceptable behavior and are expected to take appropriate and fair
148
+ corrective action in response to any instances of unacceptable behavior.</p>
149
+
150
+ <p>Project maintainers have the right and responsibility to remove, edit, or
151
+ reject comments, commits, code, wiki edits, issues, and other contributions
152
+ that are not aligned to this Code of Conduct, or to ban temporarily or
153
+ permanently any contributor for other behaviors that they deem
154
+ inappropriate, threatening, offensive, or harmful.</p>
155
+
156
+ <h2 id="label-Scope">Scope<span><a href="#label-Scope">&para;</a> <a href="#top">&uarr;</a></span></h2>
157
+
158
+ <p>This Code of Conduct applies both within project spaces and in public
159
+ spaces when an individual is representing the project or its community.
160
+ Examples of representing a project or community include using an official
161
+ project e-mail address, posting via an official social media account, or
162
+ acting as an appointed representative at an online or offline event.
163
+ Representation of a project may be further defined and clarified by project
164
+ maintainers.</p>
165
+
166
+ <h2 id="label-Enforcement">Enforcement<span><a href="#label-Enforcement">&para;</a> <a href="#top">&uarr;</a></span></h2>
167
+
168
+ <p>Instances of abusive, harassing, or otherwise unacceptable behavior may be
169
+ reported by contacting the project team at alu0100648782@ull.edu.es. All
170
+ complaints will be reviewed and investigated and will result in a response
171
+ that is deemed necessary and appropriate to the circumstances. The project
172
+ team is obligated to maintain confidentiality with regard to the reporter
173
+ of an incident. Further details of specific enforcement policies may be
174
+ posted separately.</p>
175
+
176
+ <p>Project maintainers who do not follow or enforce the Code of Conduct in
177
+ good faith may face temporary or permanent repercussions as determined by
178
+ other members of the project&#39;s leadership.</p>
179
+
180
+ <h2 id="label-Attribution">Attribution<span><a href="#label-Attribution">&para;</a> <a href="#top">&uarr;</a></span></h2>
181
+
182
+ <p>This Code of Conduct is adapted from the <a
183
+ href="http://contributor-covenant.org">Contributor Covenant</a>, version
184
+ 1.4, available at <a
185
+ href="http://contributor-covenant.org/version/1/4/">contributor-covenant.org/version/1/4</a></p>
186
+ </main>
187
+
188
+
189
+
190
+ <footer id="validator-badges" role="contentinfo">
191
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
192
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
193
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
194
+ </footer>
195
+
@@ -0,0 +1,103 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>Gemfile - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ </script>
12
+
13
+ <script src="./js/jquery.js"></script>
14
+ <script src="./js/darkfish.js"></script>
15
+
16
+ <link href="./css/fonts.css" rel="stylesheet">
17
+ <link href="./css/rdoc.css" rel="stylesheet">
18
+
19
+
20
+
21
+ <body id="top" role="document" class="file">
22
+ <nav role="navigation">
23
+ <div id="project-navigation">
24
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
25
+ <h2>
26
+ <a href="./index.html" rel="home">Home</a>
27
+ </h2>
28
+
29
+ <div id="table-of-contents-navigation">
30
+ <a href="./table_of_contents.html#pages">Pages</a>
31
+ <a href="./table_of_contents.html#classes">Classes</a>
32
+ <a href="./table_of_contents.html#methods">Methods</a>
33
+ </div>
34
+ </div>
35
+
36
+ <div id="search-section" role="search" class="project-section initially-hidden">
37
+ <form action="#" method="get" accept-charset="utf-8">
38
+ <div id="search-field-wrapper">
39
+ <input id="search-field" role="combobox" aria-label="Search"
40
+ aria-autocomplete="list" aria-controls="search-results"
41
+ type="text" name="search" placeholder="Search" spellcheck="false"
42
+ title="Type to search, Up and Down to navigate, Enter to load">
43
+ </div>
44
+
45
+ <ul id="search-results" aria-label="Search Results"
46
+ aria-busy="false" aria-expanded="false"
47
+ aria-atomic="false" class="initially-hidden"></ul>
48
+ </form>
49
+ </div>
50
+
51
+ </div>
52
+
53
+
54
+
55
+ <div id="project-metadata">
56
+ <div id="fileindex-section" class="nav-section">
57
+ <h3>Pages</h3>
58
+
59
+ <ul class="link-list">
60
+
61
+ <li><a href="./CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
62
+
63
+ <li><a href="./Gemfile.html">Gemfile</a>
64
+
65
+ <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
66
+
67
+ <li><a href="./Guardfile.html">Guardfile</a>
68
+
69
+ <li><a href="./LICENSE_txt.html">LICENSE</a>
70
+
71
+ <li><a href="./README_md.html">README</a>
72
+
73
+ <li><a href="./Rakefile.html">Rakefile</a>
74
+
75
+ <li><a href="./alimentos_gemspec.html">alimentos.gemspec</a>
76
+
77
+ <li><a href="./bin/setup.html">setup</a>
78
+
79
+ </ul>
80
+ </div>
81
+
82
+ </div>
83
+ </nav>
84
+
85
+ <main role="main" aria-label="Page Gemfile">
86
+
87
+ <p>source “<a href="https://rubygems.org">rubygems.org</a>”</p>
88
+
89
+ <p>git_source(:github) {|repo_name| “<a
90
+ href="https://github.com/#{repo_name">github.com/#{repo_name</a>}” }</p>
91
+
92
+ <p># Specify your gem&#39;s dependencies in <a
93
+ href="alimentos_gemspec.html">alimentos.gemspec</a> gemspec</p>
94
+ </main>
95
+
96
+
97
+
98
+ <footer id="validator-badges" role="contentinfo">
99
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
100
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
101
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
102
+ </footer>
103
+
@@ -0,0 +1,180 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>Gemfile.lock - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ </script>
12
+
13
+ <script src="./js/jquery.js"></script>
14
+ <script src="./js/darkfish.js"></script>
15
+
16
+ <link href="./css/fonts.css" rel="stylesheet">
17
+ <link href="./css/rdoc.css" rel="stylesheet">
18
+
19
+
20
+
21
+ <body id="top" role="document" class="file">
22
+ <nav role="navigation">
23
+ <div id="project-navigation">
24
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
25
+ <h2>
26
+ <a href="./index.html" rel="home">Home</a>
27
+ </h2>
28
+
29
+ <div id="table-of-contents-navigation">
30
+ <a href="./table_of_contents.html#pages">Pages</a>
31
+ <a href="./table_of_contents.html#classes">Classes</a>
32
+ <a href="./table_of_contents.html#methods">Methods</a>
33
+ </div>
34
+ </div>
35
+
36
+ <div id="search-section" role="search" class="project-section initially-hidden">
37
+ <form action="#" method="get" accept-charset="utf-8">
38
+ <div id="search-field-wrapper">
39
+ <input id="search-field" role="combobox" aria-label="Search"
40
+ aria-autocomplete="list" aria-controls="search-results"
41
+ type="text" name="search" placeholder="Search" spellcheck="false"
42
+ title="Type to search, Up and Down to navigate, Enter to load">
43
+ </div>
44
+
45
+ <ul id="search-results" aria-label="Search Results"
46
+ aria-busy="false" aria-expanded="false"
47
+ aria-atomic="false" class="initially-hidden"></ul>
48
+ </form>
49
+ </div>
50
+
51
+ </div>
52
+
53
+
54
+
55
+ <div id="project-metadata">
56
+ <div id="fileindex-section" class="nav-section">
57
+ <h3>Pages</h3>
58
+
59
+ <ul class="link-list">
60
+
61
+ <li><a href="./CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
62
+
63
+ <li><a href="./Gemfile.html">Gemfile</a>
64
+
65
+ <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
66
+
67
+ <li><a href="./Guardfile.html">Guardfile</a>
68
+
69
+ <li><a href="./LICENSE_txt.html">LICENSE</a>
70
+
71
+ <li><a href="./README_md.html">README</a>
72
+
73
+ <li><a href="./Rakefile.html">Rakefile</a>
74
+
75
+ <li><a href="./alimentos_gemspec.html">alimentos.gemspec</a>
76
+
77
+ <li><a href="./bin/setup.html">setup</a>
78
+
79
+ </ul>
80
+ </div>
81
+
82
+ </div>
83
+ </nav>
84
+
85
+ <main role="main" aria-label="Page Gemfile.lock">
86
+
87
+ <p>PATH</p>
88
+
89
+ <pre>remote: .
90
+ specs:
91
+ alimentos (0.1.0)</pre>
92
+
93
+ <p>GEM</p>
94
+
95
+ <pre>remote: https://rubygems.org/
96
+ specs:
97
+ coderay (1.1.2)
98
+ diff-lcs (1.3)
99
+ ffi (1.9.18)
100
+ formatador (0.2.5)
101
+ guard (2.14.1)
102
+ formatador (&gt;= 0.2.4)
103
+ listen (&gt;= 2.7, &lt; 4.0)
104
+ lumberjack (~&gt; 1.0)
105
+ nenv (~&gt; 0.1)
106
+ notiffany (~&gt; 0.0)
107
+ pry (&gt;= 0.9.12)
108
+ shellany (~&gt; 0.0)
109
+ thor (&gt;= 0.18.1)
110
+ guard-bundler (2.1.0)
111
+ bundler (~&gt; 1.0)
112
+ guard (~&gt; 2.2)
113
+ guard-compat (~&gt; 1.1)
114
+ guard-compat (1.2.1)
115
+ guard-rspec (4.7.3)
116
+ guard (~&gt; 2.1)
117
+ guard-compat (~&gt; 1.1)
118
+ rspec (&gt;= 2.99.0, &lt; 4.0)
119
+ listen (3.1.5)
120
+ rb-fsevent (~&gt; 0.9, &gt;= 0.9.4)
121
+ rb-inotify (~&gt; 0.9, &gt;= 0.9.7)
122
+ ruby_dep (~&gt; 1.2)
123
+ lumberjack (1.0.12)
124
+ method_source (0.9.0)
125
+ nenv (0.3.0)
126
+ notiffany (0.1.1)
127
+ nenv (~&gt; 0.1)
128
+ shellany (~&gt; 0.0)
129
+ pry (0.11.2)
130
+ coderay (~&gt; 1.1.0)
131
+ method_source (~&gt; 0.9.0)
132
+ rake (10.5.0)
133
+ rb-fsevent (0.10.2)
134
+ rb-inotify (0.9.10)
135
+ ffi (&gt;= 0.5.0, &lt; 2)
136
+ rspec (3.7.0)
137
+ rspec-core (~&gt; 3.7.0)
138
+ rspec-expectations (~&gt; 3.7.0)
139
+ rspec-mocks (~&gt; 3.7.0)
140
+ rspec-core (3.7.0)
141
+ rspec-support (~&gt; 3.7.0)
142
+ rspec-expectations (3.7.0)
143
+ diff-lcs (&gt;= 1.2.0, &lt; 2.0)
144
+ rspec-support (~&gt; 3.7.0)
145
+ rspec-mocks (3.7.0)
146
+ diff-lcs (&gt;= 1.2.0, &lt; 2.0)
147
+ rspec-support (~&gt; 3.7.0)
148
+ rspec-support (3.7.0)
149
+ ruby_dep (1.5.0)
150
+ shellany (0.0.1)
151
+ thor (0.20.0)</pre>
152
+
153
+ <p>PLATFORMS</p>
154
+
155
+ <pre class="ruby"><span class="ruby-identifier">ruby</span>
156
+ </pre>
157
+
158
+ <p>DEPENDENCIES</p>
159
+
160
+ <pre>alimentos!
161
+ bundler (~&gt; 1.15)
162
+ guard
163
+ guard-bundler
164
+ guard-rspec
165
+ rake (~&gt; 10.0)
166
+ rspec (~&gt; 3.0)</pre>
167
+
168
+ <p>BUNDLED WITH</p>
169
+
170
+ <pre>1.15.4</pre>
171
+ </main>
172
+
173
+
174
+
175
+ <footer id="validator-badges" role="contentinfo">
176
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
177
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
178
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
179
+ </footer>
180
+