dieta-alu0100226300 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) 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 +49 -0
  10. data/Rakefile +6 -0
  11. data/algo.log +1 -0
  12. data/bin/console +14 -0
  13. data/bin/setup +8 -0
  14. data/dieta.gemspec +39 -0
  15. data/documentacion/CODE_OF_CONDUCT_md.html +195 -0
  16. data/documentacion/Dieta.html +109 -0
  17. data/documentacion/Dietas.html +219 -0
  18. data/documentacion/Gemfile.html +100 -0
  19. data/documentacion/Gemfile_lock.html +182 -0
  20. data/documentacion/Guardfile.html +180 -0
  21. data/documentacion/LICENSE_txt.html +117 -0
  22. data/documentacion/Lista.html +457 -0
  23. data/documentacion/Menu.html +624 -0
  24. data/documentacion/Menu_alimento.html +221 -0
  25. data/documentacion/Menu_edad.html +221 -0
  26. data/documentacion/Object.html +116 -0
  27. data/documentacion/Plato.html +314 -0
  28. data/documentacion/README_md.html +173 -0
  29. data/documentacion/Rakefile.html +101 -0
  30. data/documentacion/bin/setup.html +101 -0
  31. data/documentacion/created.rid +19 -0
  32. data/documentacion/css/fonts.css +167 -0
  33. data/documentacion/css/rdoc.css +590 -0
  34. data/documentacion/dieta_gemspec.html +135 -0
  35. data/documentacion/fonts/Lato-Light.ttf +0 -0
  36. data/documentacion/fonts/Lato-LightItalic.ttf +0 -0
  37. data/documentacion/fonts/Lato-Regular.ttf +0 -0
  38. data/documentacion/fonts/Lato-RegularItalic.ttf +0 -0
  39. data/documentacion/fonts/SourceCodePro-Bold.ttf +0 -0
  40. data/documentacion/fonts/SourceCodePro-Regular.ttf +0 -0
  41. data/documentacion/images/add.png +0 -0
  42. data/documentacion/images/arrow_up.png +0 -0
  43. data/documentacion/images/brick.png +0 -0
  44. data/documentacion/images/brick_link.png +0 -0
  45. data/documentacion/images/bug.png +0 -0
  46. data/documentacion/images/bullet_black.png +0 -0
  47. data/documentacion/images/bullet_toggle_minus.png +0 -0
  48. data/documentacion/images/bullet_toggle_plus.png +0 -0
  49. data/documentacion/images/date.png +0 -0
  50. data/documentacion/images/delete.png +0 -0
  51. data/documentacion/images/find.png +0 -0
  52. data/documentacion/images/loadingAnimation.gif +0 -0
  53. data/documentacion/images/macFFBgHack.png +0 -0
  54. data/documentacion/images/package.png +0 -0
  55. data/documentacion/images/page_green.png +0 -0
  56. data/documentacion/images/page_white_text.png +0 -0
  57. data/documentacion/images/page_white_width.png +0 -0
  58. data/documentacion/images/plugin.png +0 -0
  59. data/documentacion/images/ruby.png +0 -0
  60. data/documentacion/images/tag_blue.png +0 -0
  61. data/documentacion/images/tag_green.png +0 -0
  62. data/documentacion/images/transparent.png +0 -0
  63. data/documentacion/images/wrench.png +0 -0
  64. data/documentacion/images/wrench_orange.png +0 -0
  65. data/documentacion/images/zoom.png +0 -0
  66. data/documentacion/index.html +119 -0
  67. data/documentacion/js/darkfish.js +161 -0
  68. data/documentacion/js/jquery.js +4 -0
  69. data/documentacion/js/navigation.js +142 -0
  70. data/documentacion/js/navigation.js.gz +0 -0
  71. data/documentacion/js/search.js +109 -0
  72. data/documentacion/js/search_index.js +1 -0
  73. data/documentacion/js/search_index.js.gz +0 -0
  74. data/documentacion/js/searcher.js +228 -0
  75. data/documentacion/js/searcher.js.gz +0 -0
  76. data/documentacion/table_of_contents.html +257 -0
  77. data/lib/dieta.rb +10 -0
  78. data/lib/dieta/dietas.rb +11 -0
  79. data/lib/dieta/lista.rb +65 -0
  80. data/lib/dieta/menu.rb +78 -0
  81. data/lib/dieta/menudsl.rb +58 -0
  82. data/lib/dieta/plato.rb +19 -0
  83. data/lib/dieta/version.rb +3 -0
  84. metadata +210 -0
@@ -0,0 +1,109 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>module Dieta - 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-Dieta">
65
+ <h1 id="module-Dieta" class="module">
66
+ module Dieta
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,219 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>class Dietas - 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="class">
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
+ <div id="parent-class-section" class="nav-section">
58
+ <h3>Parent</h3>
59
+
60
+
61
+ <p class="link"><a href="Object.html">Object</a>
62
+
63
+ </div>
64
+
65
+
66
+
67
+ <!-- Method Quickref -->
68
+ <div id="method-list-section" class="nav-section">
69
+ <h3>Methods</h3>
70
+
71
+ <ul class="link-list" role="directory">
72
+
73
+ <li ><a href="#method-c-new">::new</a>
74
+
75
+ <li ><a href="#method-i-porcentaje_diario">#porcentaje_diario</a>
76
+
77
+ </ul>
78
+ </div>
79
+
80
+ </div>
81
+ </nav>
82
+
83
+ <main role="main" aria-labelledby="class-Dietas">
84
+ <h1 id="class-Dietas" class="class">
85
+ class Dietas
86
+ </h1>
87
+
88
+ <section class="description">
89
+
90
+ </section>
91
+
92
+
93
+
94
+
95
+ <section id="5Buntitled-5D" class="documentation-section">
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+ <section class="attribute-method-details" class="method-section">
104
+ <header>
105
+ <h3>Attributes</h3>
106
+ </header>
107
+
108
+
109
+ <div id="attribute-i-menus" class="method-detail">
110
+ <div class="method-heading attribute-method-heading">
111
+ <span class="method-name">menus</span><span
112
+ class="attribute-access-type">[R]</span>
113
+ </div>
114
+
115
+ <div class="method-description">
116
+
117
+
118
+
119
+ </div>
120
+ </div>
121
+
122
+ </section>
123
+
124
+
125
+
126
+ <section id="public-class-5Buntitled-5D-method-details" class="method-section">
127
+ <header>
128
+ <h3>Public Class Methods</h3>
129
+ </header>
130
+
131
+
132
+ <div id="method-c-new" class="method-detail ">
133
+
134
+ <div class="method-heading">
135
+ <span class="method-name">new</span><span
136
+ class="method-args">(menus)</span>
137
+
138
+ <span class="method-click-advice">click to toggle source</span>
139
+
140
+ </div>
141
+
142
+
143
+ <div class="method-description">
144
+
145
+
146
+
147
+
148
+
149
+
150
+ <div class="method-source-code" id="new-source">
151
+ <pre><span class="ruby-comment"># File lib/dieta/dietas.rb, line 3</span>
152
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span> <span class="ruby-identifier">menus</span>
153
+ <span class="ruby-ivar">@menus</span> = <span class="ruby-identifier">menus</span>
154
+ <span class="ruby-keyword">end</span></pre>
155
+ </div>
156
+
157
+ </div>
158
+
159
+
160
+
161
+
162
+ </div>
163
+
164
+
165
+ </section>
166
+
167
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
168
+ <header>
169
+ <h3>Public Instance Methods</h3>
170
+ </header>
171
+
172
+
173
+ <div id="method-i-porcentaje_diario" class="method-detail ">
174
+
175
+ <div class="method-heading">
176
+ <span class="method-name">porcentaje_diario</span><span
177
+ class="method-args">()</span>
178
+
179
+ <span class="method-click-advice">click to toggle source</span>
180
+
181
+ </div>
182
+
183
+
184
+ <div class="method-description">
185
+
186
+
187
+
188
+
189
+
190
+
191
+ <div class="method-source-code" id="porcentaje_diario-source">
192
+ <pre><span class="ruby-comment"># File lib/dieta/dietas.rb, line 6</span>
193
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">porcentaje_diario</span>
194
+ <span class="ruby-ivar">@total</span>=<span class="ruby-value">0</span>
195
+ <span class="ruby-ivar">@menus</span>.<span class="ruby-identifier">map</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">menu</span><span class="ruby-operator">|</span> <span class="ruby-ivar">@total</span>=<span class="ruby-ivar">@total</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">menu</span>.<span class="ruby-identifier">get_porcentaje</span> }
196
+ <span class="ruby-ivar">@total</span>
197
+ <span class="ruby-keyword">end</span></pre>
198
+ </div>
199
+
200
+ </div>
201
+
202
+
203
+
204
+
205
+ </div>
206
+
207
+
208
+ </section>
209
+
210
+ </section>
211
+ </main>
212
+
213
+
214
+ <footer id="validator-badges" role="contentinfo">
215
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
216
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
217
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
218
+ </footer>
219
+
@@ -0,0 +1,100 @@
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="./bin/setup.html">setup</a>
76
+
77
+ <li><a href="./dieta_gemspec.html">dieta.gemspec</a>
78
+
79
+ </ul>
80
+ </div>
81
+
82
+ </div>
83
+ </nav>
84
+
85
+ <main role="main" aria-label="Page Gemfile">
86
+
87
+ <p>source &#39;<a href="https://rubygems.org">rubygems.org</a>&#39;</p>
88
+
89
+ <p># Specify your gem&#39;s dependencies in <a
90
+ href="dieta_gemspec.html">dieta.gemspec</a> gemspec</p>
91
+ </main>
92
+
93
+
94
+
95
+ <footer id="validator-badges" role="contentinfo">
96
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
97
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
98
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
99
+ </footer>
100
+
@@ -0,0 +1,182 @@
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="./bin/setup.html">setup</a>
76
+
77
+ <li><a href="./dieta_gemspec.html">dieta.gemspec</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
+ dieta (0.1.0)</pre>
92
+
93
+ <p>GEM</p>
94
+
95
+ <pre>remote: https://rubygems.org/
96
+ specs:
97
+ coderay (1.1.1)
98
+ diff-lcs (1.2.5)
99
+ ffi (1.9.14)
100
+ formatador (0.2.5)
101
+ guard (2.14.0)
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.10)
124
+ method_source (0.8.2)
125
+ nenv (0.3.0)
126
+ notiffany (0.1.1)
127
+ nenv (~&gt; 0.1)
128
+ shellany (~&gt; 0.0)
129
+ pry (0.10.4)
130
+ coderay (~&gt; 1.1.0)
131
+ method_source (~&gt; 0.8.1)
132
+ slop (~&gt; 3.4)
133
+ rake (10.5.0)
134
+ rb-fsevent (0.9.8)
135
+ rb-inotify (0.9.7)
136
+ ffi (&gt;= 0.5.0)
137
+ rspec (3.5.0)
138
+ rspec-core (~&gt; 3.5.0)
139
+ rspec-expectations (~&gt; 3.5.0)
140
+ rspec-mocks (~&gt; 3.5.0)
141
+ rspec-core (3.5.4)
142
+ rspec-support (~&gt; 3.5.0)
143
+ rspec-expectations (3.5.0)
144
+ diff-lcs (&gt;= 1.2.0, &lt; 2.0)
145
+ rspec-support (~&gt; 3.5.0)
146
+ rspec-mocks (3.5.0)
147
+ diff-lcs (&gt;= 1.2.0, &lt; 2.0)
148
+ rspec-support (~&gt; 3.5.0)
149
+ rspec-support (3.5.0)
150
+ ruby_dep (1.5.0)
151
+ shellany (0.0.1)
152
+ slop (3.6.0)
153
+ thor (0.19.1)</pre>
154
+
155
+ <p>PLATFORMS</p>
156
+
157
+ <pre class="ruby"><span class="ruby-identifier">ruby</span>
158
+ </pre>
159
+
160
+ <p>DEPENDENCIES</p>
161
+
162
+ <pre>bundler (~&gt; 1.13)
163
+ dieta!
164
+ guard
165
+ guard-bundler
166
+ guard-rspec
167
+ rake (~&gt; 10.0)
168
+ rspec (~&gt; 3.0)</pre>
169
+
170
+ <p>BUNDLED WITH</p>
171
+
172
+ <pre>1.13.6</pre>
173
+ </main>
174
+
175
+
176
+
177
+ <footer id="validator-badges" role="contentinfo">
178
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
179
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
180
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
181
+ </footer>
182
+