alimento-alu0100965667 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +12 -0
  3. data/.travis.yml +5 -0
  4. data/CODE_OF_CONDUCT.md +74 -0
  5. data/Gemfile +6 -0
  6. data/Guardfile +82 -0
  7. data/LICENSE.txt +21 -0
  8. data/README.md +43 -0
  9. data/Rakefile +6 -0
  10. data/alimento.gemspec +41 -0
  11. data/bin/console +14 -0
  12. data/bin/setup +8 -0
  13. data/docs/Alimento/Alimento.html +504 -0
  14. data/docs/Alimento/GrupoAlimentos.html +235 -0
  15. data/docs/Alimento/Lista.html +406 -0
  16. data/docs/Alimento.html +130 -0
  17. data/docs/CODE_OF_CONDUCT_md.html +233 -0
  18. data/docs/Gemfile.html +141 -0
  19. data/docs/Gemfile_lock.html +218 -0
  20. data/docs/Guardfile.html +218 -0
  21. data/docs/LICENSE_txt.html +155 -0
  22. data/docs/README_md.html +210 -0
  23. data/docs/Rakefile.html +139 -0
  24. data/docs/alimento_gemspec.html +174 -0
  25. data/docs/bin/setup.html +139 -0
  26. data/docs/created.rid +36 -0
  27. data/docs/css/fonts.css +167 -0
  28. data/docs/css/rdoc.css +590 -0
  29. data/docs/docs/Alimento/Alimento_html.html +748 -0
  30. data/docs/docs/Alimento/GrupoAlimentos_html.html +469 -0
  31. data/docs/docs/Alimento/Lista_html.html +678 -0
  32. data/docs/docs/Alimento/Nodo_html.html +471 -0
  33. data/docs/docs/Alimento_html.html +272 -0
  34. data/docs/docs/_index_html.html +294 -0
  35. data/docs/docs/class_list_html.html +219 -0
  36. data/docs/docs/css/common_css.html +135 -0
  37. data/docs/docs/css/full_list_css.html +190 -0
  38. data/docs/docs/css/style_css.html +652 -0
  39. data/docs/docs/file_README_html.html +285 -0
  40. data/docs/docs/file_list_html.html +185 -0
  41. data/docs/docs/frames_html.html +153 -0
  42. data/docs/docs/index_html.html +285 -0
  43. data/docs/docs/js/app_js.html +413 -0
  44. data/docs/docs/js/full_list_js.html +383 -0
  45. data/docs/docs/js/jquery_js.html +1483 -0
  46. data/docs/docs/method_list_html.html +328 -0
  47. data/docs/docs/top-level-namespace_html.html +223 -0
  48. data/docs/fonts/Lato-Light.ttf +0 -0
  49. data/docs/fonts/Lato-LightItalic.ttf +0 -0
  50. data/docs/fonts/Lato-Regular.ttf +0 -0
  51. data/docs/fonts/Lato-RegularItalic.ttf +0 -0
  52. data/docs/fonts/SourceCodePro-Bold.ttf +0 -0
  53. data/docs/fonts/SourceCodePro-Regular.ttf +0 -0
  54. data/docs/images/add.png +0 -0
  55. data/docs/images/arrow_up.png +0 -0
  56. data/docs/images/brick.png +0 -0
  57. data/docs/images/brick_link.png +0 -0
  58. data/docs/images/bug.png +0 -0
  59. data/docs/images/bullet_black.png +0 -0
  60. data/docs/images/bullet_toggle_minus.png +0 -0
  61. data/docs/images/bullet_toggle_plus.png +0 -0
  62. data/docs/images/date.png +0 -0
  63. data/docs/images/delete.png +0 -0
  64. data/docs/images/find.png +0 -0
  65. data/docs/images/loadingAnimation.gif +0 -0
  66. data/docs/images/macFFBgHack.png +0 -0
  67. data/docs/images/package.png +0 -0
  68. data/docs/images/page_green.png +0 -0
  69. data/docs/images/page_white_text.png +0 -0
  70. data/docs/images/page_white_width.png +0 -0
  71. data/docs/images/plugin.png +0 -0
  72. data/docs/images/ruby.png +0 -0
  73. data/docs/images/tag_blue.png +0 -0
  74. data/docs/images/tag_green.png +0 -0
  75. data/docs/images/transparent.png +0 -0
  76. data/docs/images/wrench.png +0 -0
  77. data/docs/images/wrench_orange.png +0 -0
  78. data/docs/images/zoom.png +0 -0
  79. data/docs/index.html +149 -0
  80. data/docs/js/darkfish.js +161 -0
  81. data/docs/js/jquery.js +4 -0
  82. data/docs/js/navigation.js +142 -0
  83. data/docs/js/navigation.js.gz +0 -0
  84. data/docs/js/search.js +109 -0
  85. data/docs/js/search_index.js +1 -0
  86. data/docs/js/search_index.js.gz +0 -0
  87. data/docs/js/searcher.js +228 -0
  88. data/docs/js/searcher.js.gz +0 -0
  89. data/docs/table_of_contents.html +246 -0
  90. data/lib/alimento/alimento.rb +78 -0
  91. data/lib/alimento/enumerable.rb +20 -0
  92. data/lib/alimento/lista.rb +68 -0
  93. data/lib/alimento/plato.rb +119 -0
  94. data/lib/alimento/version.rb +4 -0
  95. data/lib/alimento.rb +16 -0
  96. metadata +222 -0
@@ -0,0 +1,218 @@
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="./alimento_gemspec.html">alimento.gemspec</a>
76
+
77
+ <li><a href="./bin/setup.html">setup</a>
78
+
79
+ <li><a href="./docs/Alimento_html.html">Alimento.html</a>
80
+
81
+ <li><a href="./docs/Alimento/Alimento_html.html">Alimento.html</a>
82
+
83
+ <li><a href="./docs/Alimento/GrupoAlimentos_html.html">GrupoAlimentos.html</a>
84
+
85
+ <li><a href="./docs/Alimento/Lista_html.html">Lista.html</a>
86
+
87
+ <li><a href="./docs/Alimento/Nodo_html.html">Nodo.html</a>
88
+
89
+ <li><a href="./docs/_index_html.html">_index.html</a>
90
+
91
+ <li><a href="./docs/class_list_html.html">class_list.html</a>
92
+
93
+ <li><a href="./docs/css/common_css.html">common.css</a>
94
+
95
+ <li><a href="./docs/css/full_list_css.html">full_list.css</a>
96
+
97
+ <li><a href="./docs/css/style_css.html">style.css</a>
98
+
99
+ <li><a href="./docs/file_README_html.html">file.README.html</a>
100
+
101
+ <li><a href="./docs/file_list_html.html">file_list.html</a>
102
+
103
+ <li><a href="./docs/frames_html.html">frames.html</a>
104
+
105
+ <li><a href="./docs/index_html.html">index.html</a>
106
+
107
+ <li><a href="./docs/js/app_js.html">app.js</a>
108
+
109
+ <li><a href="./docs/js/full_list_js.html">full_list.js</a>
110
+
111
+ <li><a href="./docs/js/jquery_js.html">jquery.js</a>
112
+
113
+ <li><a href="./docs/method_list_html.html">method_list.html</a>
114
+
115
+ <li><a href="./docs/top-level-namespace_html.html">top-level-namespace.html</a>
116
+
117
+ </ul>
118
+ </div>
119
+
120
+ </div>
121
+ </nav>
122
+
123
+ <main role="main" aria-label="Page Gemfile.lock">
124
+
125
+ <p>PATH</p>
126
+
127
+ <pre>remote: .
128
+ specs:
129
+ alimento (0.1.0)</pre>
130
+
131
+ <p>GEM</p>
132
+
133
+ <pre>remote: https://rubygems.org/
134
+ specs:
135
+ coderay (1.1.2)
136
+ diff-lcs (1.3)
137
+ ffi (1.9.18)
138
+ formatador (0.2.5)
139
+ guard (2.14.1)
140
+ formatador (&gt;= 0.2.4)
141
+ listen (&gt;= 2.7, &lt; 4.0)
142
+ lumberjack (~&gt; 1.0)
143
+ nenv (~&gt; 0.1)
144
+ notiffany (~&gt; 0.0)
145
+ pry (&gt;= 0.9.12)
146
+ shellany (~&gt; 0.0)
147
+ thor (&gt;= 0.18.1)
148
+ guard-bundler (2.1.0)
149
+ bundler (~&gt; 1.0)
150
+ guard (~&gt; 2.2)
151
+ guard-compat (~&gt; 1.1)
152
+ guard-compat (1.2.1)
153
+ guard-rspec (4.7.3)
154
+ guard (~&gt; 2.1)
155
+ guard-compat (~&gt; 1.1)
156
+ rspec (&gt;= 2.99.0, &lt; 4.0)
157
+ listen (3.1.5)
158
+ rb-fsevent (~&gt; 0.9, &gt;= 0.9.4)
159
+ rb-inotify (~&gt; 0.9, &gt;= 0.9.7)
160
+ ruby_dep (~&gt; 1.2)
161
+ lumberjack (1.0.12)
162
+ method_source (0.9.0)
163
+ nenv (0.3.0)
164
+ notiffany (0.1.1)
165
+ nenv (~&gt; 0.1)
166
+ shellany (~&gt; 0.0)
167
+ pry (0.11.2)
168
+ coderay (~&gt; 1.1.0)
169
+ method_source (~&gt; 0.9.0)
170
+ rake (10.5.0)
171
+ rb-fsevent (0.10.2)
172
+ rb-inotify (0.9.10)
173
+ ffi (&gt;= 0.5.0, &lt; 2)
174
+ rspec (3.7.0)
175
+ rspec-core (~&gt; 3.7.0)
176
+ rspec-expectations (~&gt; 3.7.0)
177
+ rspec-mocks (~&gt; 3.7.0)
178
+ rspec-core (3.7.0)
179
+ rspec-support (~&gt; 3.7.0)
180
+ rspec-expectations (3.7.0)
181
+ diff-lcs (&gt;= 1.2.0, &lt; 2.0)
182
+ rspec-support (~&gt; 3.7.0)
183
+ rspec-mocks (3.7.0)
184
+ diff-lcs (&gt;= 1.2.0, &lt; 2.0)
185
+ rspec-support (~&gt; 3.7.0)
186
+ rspec-support (3.7.0)
187
+ ruby_dep (1.5.0)
188
+ shellany (0.0.1)
189
+ thor (0.20.0)</pre>
190
+
191
+ <p>PLATFORMS</p>
192
+
193
+ <pre class="ruby"><span class="ruby-identifier">ruby</span>
194
+ </pre>
195
+
196
+ <p>DEPENDENCIES</p>
197
+
198
+ <pre>alimento!
199
+ bundler (~&gt; 1.15)
200
+ guard
201
+ guard-bundler
202
+ guard-rspec
203
+ rake (~&gt; 10.0)
204
+ rspec (~&gt; 3.0)</pre>
205
+
206
+ <p>BUNDLED WITH</p>
207
+
208
+ <pre>1.15.4</pre>
209
+ </main>
210
+
211
+
212
+
213
+ <footer id="validator-badges" role="contentinfo">
214
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
215
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
216
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
217
+ </footer>
218
+
@@ -0,0 +1,218 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>Guardfile - 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="./alimento_gemspec.html">alimento.gemspec</a>
76
+
77
+ <li><a href="./bin/setup.html">setup</a>
78
+
79
+ <li><a href="./docs/Alimento_html.html">Alimento.html</a>
80
+
81
+ <li><a href="./docs/Alimento/Alimento_html.html">Alimento.html</a>
82
+
83
+ <li><a href="./docs/Alimento/GrupoAlimentos_html.html">GrupoAlimentos.html</a>
84
+
85
+ <li><a href="./docs/Alimento/Lista_html.html">Lista.html</a>
86
+
87
+ <li><a href="./docs/Alimento/Nodo_html.html">Nodo.html</a>
88
+
89
+ <li><a href="./docs/_index_html.html">_index.html</a>
90
+
91
+ <li><a href="./docs/class_list_html.html">class_list.html</a>
92
+
93
+ <li><a href="./docs/css/common_css.html">common.css</a>
94
+
95
+ <li><a href="./docs/css/full_list_css.html">full_list.css</a>
96
+
97
+ <li><a href="./docs/css/style_css.html">style.css</a>
98
+
99
+ <li><a href="./docs/file_README_html.html">file.README.html</a>
100
+
101
+ <li><a href="./docs/file_list_html.html">file_list.html</a>
102
+
103
+ <li><a href="./docs/frames_html.html">frames.html</a>
104
+
105
+ <li><a href="./docs/index_html.html">index.html</a>
106
+
107
+ <li><a href="./docs/js/app_js.html">app.js</a>
108
+
109
+ <li><a href="./docs/js/full_list_js.html">full_list.js</a>
110
+
111
+ <li><a href="./docs/js/jquery_js.html">jquery.js</a>
112
+
113
+ <li><a href="./docs/method_list_html.html">method_list.html</a>
114
+
115
+ <li><a href="./docs/top-level-namespace_html.html">top-level-namespace.html</a>
116
+
117
+ </ul>
118
+ </div>
119
+
120
+ </div>
121
+ </nav>
122
+
123
+ <main role="main" aria-label="Page Guardfile">
124
+
125
+ <p># A sample <a href="Guardfile.html">Guardfile</a> # More info at <a
126
+ href="https://github.com/guard/guard#readme">github.com/guard/guard#readme</a></p>
127
+
128
+ <p>## Uncomment and set this to only include directories you want to watch #
129
+ directories %w(app lib config test spec features) \ # .select{|d|
130
+ Dir.exists?(d) ? d : UI.warning(“Directory #{d} does not exist”)}</p>
131
+
132
+ <p>## Note: if you are using the `directories` clause above and you are not ##
133
+ watching the project directory (&#39;.&#39;), then you will want to move ##
134
+ the <a href="Guardfile.html">Guardfile</a> to a watched dir and symlink it
135
+ back, e.g. # # $ mkdir config # $ mv <a
136
+ href="Guardfile.html">Guardfile</a> config/ # $ ln -s config/Guardfile . #
137
+ # and, you&#39;ll have to watch “config/Guardfile” instead of “Guardfile”</p>
138
+
139
+ <p>guard :bundler do</p>
140
+
141
+ <pre class="ruby"><span class="ruby-identifier">require</span> <span class="ruby-string">&#39;guard/bundler&#39;</span>
142
+ <span class="ruby-identifier">require</span> <span class="ruby-string">&#39;guard/bundler/verify&#39;</span>
143
+ <span class="ruby-identifier">helper</span> = <span class="ruby-constant">Guard</span><span class="ruby-operator">::</span><span class="ruby-constant">Bundler</span><span class="ruby-operator">::</span><span class="ruby-constant">Verify</span>.<span class="ruby-identifier">new</span>
144
+
145
+ <span class="ruby-identifier">files</span> = [<span class="ruby-string">&#39;Gemfile&#39;</span>]
146
+ <span class="ruby-identifier">files</span> <span class="ruby-operator">+=</span> <span class="ruby-constant">Dir</span>[<span class="ruby-string">&#39;*.gemspec&#39;</span>] <span class="ruby-keyword">if</span> <span class="ruby-identifier">files</span>.<span class="ruby-identifier">any?</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">f</span><span class="ruby-operator">|</span> <span class="ruby-identifier">helper</span>.<span class="ruby-identifier">uses_gemspec?</span>(<span class="ruby-identifier">f</span>) }
147
+
148
+ <span class="ruby-comment"># Assume files are symlinked from somewhere</span>
149
+ <span class="ruby-identifier">files</span>.<span class="ruby-identifier">each</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">file</span><span class="ruby-operator">|</span> <span class="ruby-identifier">watch</span>(<span class="ruby-identifier">helper</span>.<span class="ruby-identifier">real_path</span>(<span class="ruby-identifier">file</span>)) }
150
+ </pre>
151
+
152
+ <p>end</p>
153
+
154
+ <p># Note: The cmd option is now required due to the increasing number of ways
155
+ # rspec may be run, below are examples of the most common uses. # *
156
+ bundler: &#39;bundle exec rspec&#39; # * bundler binstubs:
157
+ &#39;bin/rspec&#39; # * spring: &#39;bin/rspec&#39; (This will use spring
158
+ if running and you have # installed the spring
159
+ binstubs per the docs) # * zeus: &#39;zeus rspec&#39; (requires the server
160
+ to be started separately) # * &#39;just&#39; rspec: &#39;rspec&#39;</p>
161
+
162
+ <p>guard :rspec, cmd: “bundle exec rspec” do</p>
163
+
164
+ <pre class="ruby"><span class="ruby-identifier">require</span> <span class="ruby-string">&quot;guard/rspec/dsl&quot;</span>
165
+ <span class="ruby-identifier">dsl</span> = <span class="ruby-constant">Guard</span><span class="ruby-operator">::</span><span class="ruby-constant">RSpec</span><span class="ruby-operator">::</span><span class="ruby-constant">Dsl</span>.<span class="ruby-identifier">new</span>(<span class="ruby-keyword">self</span>)
166
+
167
+ <span class="ruby-comment"># Feel free to open issues for suggestions and improvements</span>
168
+
169
+ <span class="ruby-comment"># RSpec files</span>
170
+ <span class="ruby-identifier">rspec</span> = <span class="ruby-identifier">dsl</span>.<span class="ruby-identifier">rspec</span>
171
+ <span class="ruby-identifier">watch</span>(<span class="ruby-identifier">rspec</span>.<span class="ruby-identifier">spec_helper</span>) { <span class="ruby-identifier">rspec</span>.<span class="ruby-identifier">spec_dir</span> }
172
+ <span class="ruby-identifier">watch</span>(<span class="ruby-identifier">rspec</span>.<span class="ruby-identifier">spec_support</span>) { <span class="ruby-identifier">rspec</span>.<span class="ruby-identifier">spec_dir</span> }
173
+ <span class="ruby-identifier">watch</span>(<span class="ruby-identifier">rspec</span>.<span class="ruby-identifier">spec_files</span>)
174
+
175
+ <span class="ruby-comment"># Ruby files</span>
176
+ <span class="ruby-identifier">ruby</span> = <span class="ruby-identifier">dsl</span>.<span class="ruby-identifier">ruby</span>
177
+ <span class="ruby-identifier">dsl</span>.<span class="ruby-identifier">watch_spec_files_for</span>(<span class="ruby-identifier">ruby</span>.<span class="ruby-identifier">lib_files</span>)
178
+
179
+ <span class="ruby-comment"># Rails files</span>
180
+ <span class="ruby-identifier">rails</span> = <span class="ruby-identifier">dsl</span>.<span class="ruby-identifier">rails</span>(<span class="ruby-identifier">view_extensions</span><span class="ruby-operator">:</span> <span class="ruby-node">%w(erb haml slim)</span>)
181
+ <span class="ruby-identifier">dsl</span>.<span class="ruby-identifier">watch_spec_files_for</span>(<span class="ruby-identifier">rails</span>.<span class="ruby-identifier">app_files</span>)
182
+ <span class="ruby-identifier">dsl</span>.<span class="ruby-identifier">watch_spec_files_for</span>(<span class="ruby-identifier">rails</span>.<span class="ruby-identifier">views</span>)
183
+
184
+ <span class="ruby-identifier">watch</span>(<span class="ruby-identifier">rails</span>.<span class="ruby-identifier">controllers</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">m</span><span class="ruby-operator">|</span>
185
+ [
186
+ <span class="ruby-identifier">rspec</span>.<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">call</span>(<span class="ruby-node">&quot;routing/#{m[1]}_routing&quot;</span>),
187
+ <span class="ruby-identifier">rspec</span>.<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">call</span>(<span class="ruby-node">&quot;controllers/#{m[1]}_controller&quot;</span>),
188
+ <span class="ruby-identifier">rspec</span>.<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">call</span>(<span class="ruby-node">&quot;acceptance/#{m[1]}&quot;</span>)
189
+ ]
190
+ <span class="ruby-keyword">end</span>
191
+
192
+ <span class="ruby-comment"># Rails config changes</span>
193
+ <span class="ruby-identifier">watch</span>(<span class="ruby-identifier">rails</span>.<span class="ruby-identifier">spec_helper</span>) { <span class="ruby-identifier">rspec</span>.<span class="ruby-identifier">spec_dir</span> }
194
+ <span class="ruby-identifier">watch</span>(<span class="ruby-identifier">rails</span>.<span class="ruby-identifier">routes</span>) { <span class="ruby-node">&quot;#{rspec.spec_dir}/routing&quot;</span> }
195
+ <span class="ruby-identifier">watch</span>(<span class="ruby-identifier">rails</span>.<span class="ruby-identifier">app_controller</span>) { <span class="ruby-node">&quot;#{rspec.spec_dir}/controllers&quot;</span> }
196
+
197
+ <span class="ruby-comment"># Capybara features specs</span>
198
+ <span class="ruby-identifier">watch</span>(<span class="ruby-identifier">rails</span>.<span class="ruby-identifier">view_dirs</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">m</span><span class="ruby-operator">|</span> <span class="ruby-identifier">rspec</span>.<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">call</span>(<span class="ruby-node">&quot;features/#{m[1]}&quot;</span>) }
199
+ <span class="ruby-identifier">watch</span>(<span class="ruby-identifier">rails</span>.<span class="ruby-identifier">layouts</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">m</span><span class="ruby-operator">|</span> <span class="ruby-identifier">rspec</span>.<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">call</span>(<span class="ruby-node">&quot;features/#{m[1]}&quot;</span>) }
200
+
201
+ <span class="ruby-comment"># Turnip features and steps</span>
202
+ <span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^spec/acceptance/(.+)\.feature$}</span>)
203
+ <span class="ruby-identifier">watch</span>(<span class="ruby-regexp">%r{^spec/acceptance/steps/(.+)_steps\.rb$}</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">m</span><span class="ruby-operator">|</span>
204
+ <span class="ruby-constant">Dir</span>[<span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-node">&quot;**/#{m[1]}.feature&quot;</span>)][<span class="ruby-value">0</span>] <span class="ruby-operator">||</span> <span class="ruby-string">&quot;spec/acceptance&quot;</span>
205
+ <span class="ruby-keyword">end</span>
206
+ </pre>
207
+
208
+ <p>end</p>
209
+ </main>
210
+
211
+
212
+
213
+ <footer id="validator-badges" role="contentinfo">
214
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
215
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
216
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
217
+ </footer>
218
+
@@ -0,0 +1,155 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>LICENSE - 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="./alimento_gemspec.html">alimento.gemspec</a>
76
+
77
+ <li><a href="./bin/setup.html">setup</a>
78
+
79
+ <li><a href="./docs/Alimento_html.html">Alimento.html</a>
80
+
81
+ <li><a href="./docs/Alimento/Alimento_html.html">Alimento.html</a>
82
+
83
+ <li><a href="./docs/Alimento/GrupoAlimentos_html.html">GrupoAlimentos.html</a>
84
+
85
+ <li><a href="./docs/Alimento/Lista_html.html">Lista.html</a>
86
+
87
+ <li><a href="./docs/Alimento/Nodo_html.html">Nodo.html</a>
88
+
89
+ <li><a href="./docs/_index_html.html">_index.html</a>
90
+
91
+ <li><a href="./docs/class_list_html.html">class_list.html</a>
92
+
93
+ <li><a href="./docs/css/common_css.html">common.css</a>
94
+
95
+ <li><a href="./docs/css/full_list_css.html">full_list.css</a>
96
+
97
+ <li><a href="./docs/css/style_css.html">style.css</a>
98
+
99
+ <li><a href="./docs/file_README_html.html">file.README.html</a>
100
+
101
+ <li><a href="./docs/file_list_html.html">file_list.html</a>
102
+
103
+ <li><a href="./docs/frames_html.html">frames.html</a>
104
+
105
+ <li><a href="./docs/index_html.html">index.html</a>
106
+
107
+ <li><a href="./docs/js/app_js.html">app.js</a>
108
+
109
+ <li><a href="./docs/js/full_list_js.html">full_list.js</a>
110
+
111
+ <li><a href="./docs/js/jquery_js.html">jquery.js</a>
112
+
113
+ <li><a href="./docs/method_list_html.html">method_list.html</a>
114
+
115
+ <li><a href="./docs/top-level-namespace_html.html">top-level-namespace.html</a>
116
+
117
+ </ul>
118
+ </div>
119
+
120
+ </div>
121
+ </nav>
122
+
123
+ <main role="main" aria-label="Page LICENSE.txt">
124
+
125
+ <p>The MIT License (MIT)</p>
126
+
127
+ <p>Copyright © 2017 deivbbmd</p>
128
+
129
+ <p>Permission is hereby granted, free of charge, to any person obtaining a
130
+ copy of this software and associated documentation files (the “Software”),
131
+ to deal in the Software without restriction, including without limitation
132
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
133
+ and/or sell copies of the Software, and to permit persons to whom the
134
+ Software is furnished to do so, subject to the following conditions:</p>
135
+
136
+ <p>The above copyright notice and this permission notice shall be included in
137
+ all copies or substantial portions of the Software.</p>
138
+
139
+ <p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
140
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
141
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
142
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
143
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
144
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
145
+ DEALINGS IN THE SOFTWARE.</p>
146
+ </main>
147
+
148
+
149
+
150
+ <footer id="validator-badges" role="contentinfo">
151
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
152
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
153
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
154
+ </footer>
155
+