alu0101166858_plato 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 +12 -0
  3. data/.rspec +2 -0
  4. data/.travis.yml +5 -0
  5. data/Gemfile +6 -0
  6. data/Guardfile +82 -0
  7. data/README.md +35 -0
  8. data/Rakefile +6 -0
  9. data/bin/console +14 -0
  10. data/bin/setup +8 -0
  11. data/docs/Alimentos.html +420 -0
  12. data/docs/AlimentosCarbohidratos.html +102 -0
  13. data/docs/AlimentosGrasos.html +102 -0
  14. data/docs/Bebidas.html +102 -0
  15. data/docs/CarnesDerivados.html +102 -0
  16. data/docs/Frutas.html +102 -0
  17. data/docs/Gemfile.html +99 -0
  18. data/docs/Gemfile_lock.html +176 -0
  19. data/docs/Guardfile.html +176 -0
  20. data/docs/HuevosLacteosHelados.html +104 -0
  21. data/docs/List.html +459 -0
  22. data/docs/Node.html +203 -0
  23. data/docs/Object.html +116 -0
  24. data/docs/PescadosMariscos.html +102 -0
  25. data/docs/Prct06.html +109 -0
  26. data/docs/README_md.html +150 -0
  27. data/docs/Rakefile.html +97 -0
  28. data/docs/VerdurasHortalizas.html +102 -0
  29. data/docs/bin/setup.html +97 -0
  30. data/docs/created.rid +15 -0
  31. data/docs/css/fonts.css +167 -0
  32. data/docs/css/rdoc.css +590 -0
  33. data/docs/fonts/Lato-Light.ttf +0 -0
  34. data/docs/fonts/Lato-LightItalic.ttf +0 -0
  35. data/docs/fonts/Lato-Regular.ttf +0 -0
  36. data/docs/fonts/Lato-RegularItalic.ttf +0 -0
  37. data/docs/fonts/SourceCodePro-Bold.ttf +0 -0
  38. data/docs/fonts/SourceCodePro-Regular.ttf +0 -0
  39. data/docs/images/add.png +0 -0
  40. data/docs/images/arrow_up.png +0 -0
  41. data/docs/images/brick.png +0 -0
  42. data/docs/images/brick_link.png +0 -0
  43. data/docs/images/bug.png +0 -0
  44. data/docs/images/bullet_black.png +0 -0
  45. data/docs/images/bullet_toggle_minus.png +0 -0
  46. data/docs/images/bullet_toggle_plus.png +0 -0
  47. data/docs/images/date.png +0 -0
  48. data/docs/images/delete.png +0 -0
  49. data/docs/images/find.png +0 -0
  50. data/docs/images/loadingAnimation.gif +0 -0
  51. data/docs/images/macFFBgHack.png +0 -0
  52. data/docs/images/package.png +0 -0
  53. data/docs/images/page_green.png +0 -0
  54. data/docs/images/page_white_text.png +0 -0
  55. data/docs/images/page_white_width.png +0 -0
  56. data/docs/images/plugin.png +0 -0
  57. data/docs/images/ruby.png +0 -0
  58. data/docs/images/tag_blue.png +0 -0
  59. data/docs/images/tag_green.png +0 -0
  60. data/docs/images/transparent.png +0 -0
  61. data/docs/images/wrench.png +0 -0
  62. data/docs/images/wrench_orange.png +0 -0
  63. data/docs/images/zoom.png +0 -0
  64. data/docs/index.html +125 -0
  65. data/docs/js/darkfish.js +161 -0
  66. data/docs/js/jquery.js +4 -0
  67. data/docs/js/navigation.js +142 -0
  68. data/docs/js/navigation.js.gz +0 -0
  69. data/docs/js/search.js +109 -0
  70. data/docs/js/search_index.js +1 -0
  71. data/docs/js/search_index.js.gz +0 -0
  72. data/docs/js/searcher.js +228 -0
  73. data/docs/js/searcher.js.gz +0 -0
  74. data/docs/prct06_gemspec.html +130 -0
  75. data/docs/table_of_contents.html +203 -0
  76. data/lib/prct06.rb +5 -0
  77. data/lib/prct06/aibc.rb +62 -0
  78. data/lib/prct06/alimentos.rb +53 -0
  79. data/lib/prct06/list.rb +104 -0
  80. data/lib/prct06/receta.rb +134 -0
  81. data/lib/prct06/sort.rb +38 -0
  82. data/lib/prct06/version.rb +3 -0
  83. data/prct06.gemspec +29 -0
  84. metadata +209 -0
@@ -0,0 +1,150 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>README - 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-Prct06">Prct06</a>
59
+ <li><a href="#label-Installation">Installation</a>
60
+ <li><a href="#label-Usage">Usage</a>
61
+ <li><a href="#label-Development">Development</a>
62
+ <li><a href="#label-Contributing">Contributing</a>
63
+ </ul>
64
+ </div>
65
+
66
+
67
+ <div id="project-metadata">
68
+ <div id="fileindex-section" class="nav-section">
69
+ <h3>Pages</h3>
70
+
71
+ <ul class="link-list">
72
+
73
+ <li><a href="./Gemfile.html">Gemfile</a>
74
+
75
+ <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
76
+
77
+ <li><a href="./Guardfile.html">Guardfile</a>
78
+
79
+ <li><a href="./README_md.html">README</a>
80
+
81
+ <li><a href="./Rakefile.html">Rakefile</a>
82
+
83
+ <li><a href="./bin/setup.html">setup</a>
84
+
85
+ <li><a href="./prct06_gemspec.html">prct06.gemspec</a>
86
+
87
+ </ul>
88
+ </div>
89
+
90
+ </div>
91
+ </nav>
92
+
93
+ <main role="main" aria-label="Page README.md">
94
+
95
+ <h1 id="label-Prct06"><a href="Prct06.html">Prct06</a><span><a href="#label-Prct06">&para;</a> <a href="#top">&uarr;</a></span></h1>
96
+
97
+ <p>Welcome to your new gem! In this directory, you&#39;ll find the files you
98
+ need to be able to package up your Ruby library into a gem. Put your Ruby
99
+ code in the file <code>lib/prct06</code>. To experiment with that code, run
100
+ <code>bin/console</code> for an interactive prompt.</p>
101
+
102
+ <p>TODO: Delete this and the text above, and describe your gem</p>
103
+
104
+ <h2 id="label-Installation">Installation<span><a href="#label-Installation">&para;</a> <a href="#top">&uarr;</a></span></h2>
105
+
106
+ <p>Add this line to your application&#39;s Gemfile:</p>
107
+
108
+ <pre class="ruby"><span class="ruby-identifier">gem</span> <span class="ruby-string">&#39;prct06&#39;</span>
109
+ </pre>
110
+
111
+ <p>And then execute:</p>
112
+
113
+ <pre>$ bundle</pre>
114
+
115
+ <p>Or install it yourself as:</p>
116
+
117
+ <pre>$ gem install prct06</pre>
118
+
119
+ <h2 id="label-Usage">Usage<span><a href="#label-Usage">&para;</a> <a href="#top">&uarr;</a></span></h2>
120
+
121
+ <p>TODO: Write usage instructions here</p>
122
+
123
+ <h2 id="label-Development">Development<span><a href="#label-Development">&para;</a> <a href="#top">&uarr;</a></span></h2>
124
+
125
+ <p>After checking out the repo, run <code>bin/setup</code> to install
126
+ dependencies. Then, run <code>rake spec</code> to run the tests. You can
127
+ also run <code>bin/console</code> for an interactive prompt that will allow
128
+ you to experiment.</p>
129
+
130
+ <p>To install this gem onto your local machine, run <code>bundle exec rake
131
+ install</code>. To release a new version, update the version number in
132
+ <code>version.rb</code>, and then run <code>bundle exec rake
133
+ release</code>, which will create a git tag for the version, push git
134
+ commits and tags, and push the <code>.gem</code> file to <a
135
+ href="https://rubygems.org">rubygems.org</a>.</p>
136
+
137
+ <h2 id="label-Contributing">Contributing<span><a href="#label-Contributing">&para;</a> <a href="#top">&uarr;</a></span></h2>
138
+
139
+ <p>Bug reports and pull requests are welcome on GitHub at <a
140
+ href="https://github.com/[USERNAME]/prct06">github.com/[USERNAME]/prct06</a>.</p>
141
+ </main>
142
+
143
+
144
+
145
+ <footer id="validator-badges" role="contentinfo">
146
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
147
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
148
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
149
+ </footer>
150
+
@@ -0,0 +1,97 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>Rakefile - 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="./Gemfile.html">Gemfile</a>
62
+
63
+ <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
64
+
65
+ <li><a href="./Guardfile.html">Guardfile</a>
66
+
67
+ <li><a href="./README_md.html">README</a>
68
+
69
+ <li><a href="./Rakefile.html">Rakefile</a>
70
+
71
+ <li><a href="./bin/setup.html">setup</a>
72
+
73
+ <li><a href="./prct06_gemspec.html">prct06.gemspec</a>
74
+
75
+ </ul>
76
+ </div>
77
+
78
+ </div>
79
+ </nav>
80
+
81
+ <main role="main" aria-label="Page Rakefile">
82
+
83
+ <p>require “bundler/gem_tasks” require “rspec/core/rake_task”</p>
84
+
85
+ <p>RSpec::Core::RakeTask.new(:spec)</p>
86
+
87
+ <p>task :default =&gt; :spec</p>
88
+ </main>
89
+
90
+
91
+
92
+ <footer id="validator-badges" role="contentinfo">
93
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
94
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
95
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
96
+ </footer>
97
+
@@ -0,0 +1,102 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>class VerdurasHortalizas - 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="Alimentos.html">Alimentos</a>
62
+
63
+ </div>
64
+
65
+
66
+
67
+
68
+ </div>
69
+ </nav>
70
+
71
+ <main role="main" aria-labelledby="class-VerdurasHortalizas">
72
+ <h1 id="class-VerdurasHortalizas" class="class">
73
+ class VerdurasHortalizas
74
+ </h1>
75
+
76
+ <section class="description">
77
+
78
+ </section>
79
+
80
+
81
+
82
+
83
+ <section id="5Buntitled-5D" class="documentation-section">
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+ </section>
94
+ </main>
95
+
96
+
97
+ <footer id="validator-badges" role="contentinfo">
98
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
99
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
100
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
101
+ </footer>
102
+
@@ -0,0 +1,97 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>setup - 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="../Gemfile.html">Gemfile</a>
62
+
63
+ <li><a href="../Gemfile_lock.html">Gemfile.lock</a>
64
+
65
+ <li><a href="../Guardfile.html">Guardfile</a>
66
+
67
+ <li><a href="../README_md.html">README</a>
68
+
69
+ <li><a href="../Rakefile.html">Rakefile</a>
70
+
71
+ <li><a href="../bin/setup.html">setup</a>
72
+
73
+ <li><a href="../prct06_gemspec.html">prct06.gemspec</a>
74
+
75
+ </ul>
76
+ </div>
77
+
78
+ </div>
79
+ </nav>
80
+
81
+ <main role="main" aria-label="Page bin/setup">
82
+
83
+ <p>#!/usr/bin/env bash set -euo pipefail IFS=$&#39;nt&#39; set -vx</p>
84
+
85
+ <p>bundle install</p>
86
+
87
+ <p># Do any other automated setup that you need to do here</p>
88
+ </main>
89
+
90
+
91
+
92
+ <footer id="validator-badges" role="contentinfo">
93
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
94
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
95
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
96
+ </footer>
97
+
@@ -0,0 +1,15 @@
1
+ Thu, 16 Nov 2017 19:38:15 +0000
2
+ ./lib/prct06.rb Thu, 26 Oct 2017 16:18:53 +0100
3
+ ./lib/prct06/list.rb Thu, 16 Nov 2017 19:19:03 +0000
4
+ ./lib/prct06/alimentos.rb Thu, 16 Nov 2017 17:15:38 +0000
5
+ ./lib/prct06/version.rb Thu, 26 Oct 2017 16:18:53 +0100
6
+ ./bin/setup Thu, 26 Oct 2017 16:18:53 +0100
7
+ ./bin/console Thu, 26 Oct 2017 16:18:53 +0100
8
+ ./spec/prct06_spec.rb Thu, 16 Nov 2017 19:17:37 +0000
9
+ ./spec/spec_helper.rb Thu, 26 Oct 2017 16:18:53 +0100
10
+ ./Gemfile.lock Tue, 07 Nov 2017 14:47:59 +0000
11
+ ./Gemfile Tue, 07 Nov 2017 14:46:57 +0000
12
+ ./README.md Thu, 26 Oct 2017 16:18:53 +0100
13
+ ./Rakefile Thu, 26 Oct 2017 16:18:53 +0100
14
+ ./Guardfile Tue, 07 Nov 2017 14:48:49 +0000
15
+ ./prct06.gemspec Tue, 07 Nov 2017 14:46:30 +0000