MiDSL-prct11 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/.travis.yml +6 -0
  4. data/Gemfile +5 -0
  5. data/Guardfile +82 -0
  6. data/README.md +39 -0
  7. data/Rakefile +9 -0
  8. data/bin/console +14 -0
  9. data/bin/setup +7 -0
  10. data/doc/Gemfile.html +96 -0
  11. data/doc/Gemfile_lock.html +172 -0
  12. data/doc/Guardfile.html +176 -0
  13. data/doc/Prct07.html +149 -0
  14. data/doc/Prct07/Bibliografia.html +305 -0
  15. data/doc/Prct07/DSL.html +285 -0
  16. data/doc/Prct07/List.html +375 -0
  17. data/doc/Prct07/Periodicas.html +180 -0
  18. data/doc/README_md.html +160 -0
  19. data/doc/Rakefile.html +102 -0
  20. data/doc/bin/setup.html +97 -0
  21. data/doc/created.rid +14 -0
  22. data/doc/css/fonts.css +167 -0
  23. data/doc/css/rdoc.css +590 -0
  24. data/doc/fonts/Lato-Light.ttf +0 -0
  25. data/doc/fonts/Lato-LightItalic.ttf +0 -0
  26. data/doc/fonts/Lato-Regular.ttf +0 -0
  27. data/doc/fonts/Lato-RegularItalic.ttf +0 -0
  28. data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
  29. data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
  30. data/doc/images/add.png +0 -0
  31. data/doc/images/arrow_up.png +0 -0
  32. data/doc/images/brick.png +0 -0
  33. data/doc/images/brick_link.png +0 -0
  34. data/doc/images/bug.png +0 -0
  35. data/doc/images/bullet_black.png +0 -0
  36. data/doc/images/bullet_toggle_minus.png +0 -0
  37. data/doc/images/bullet_toggle_plus.png +0 -0
  38. data/doc/images/date.png +0 -0
  39. data/doc/images/delete.png +0 -0
  40. data/doc/images/find.png +0 -0
  41. data/doc/images/loadingAnimation.gif +0 -0
  42. data/doc/images/macFFBgHack.png +0 -0
  43. data/doc/images/package.png +0 -0
  44. data/doc/images/page_green.png +0 -0
  45. data/doc/images/page_white_text.png +0 -0
  46. data/doc/images/page_white_width.png +0 -0
  47. data/doc/images/plugin.png +0 -0
  48. data/doc/images/ruby.png +0 -0
  49. data/doc/images/tag_blue.png +0 -0
  50. data/doc/images/tag_green.png +0 -0
  51. data/doc/images/transparent.png +0 -0
  52. data/doc/images/wrench.png +0 -0
  53. data/doc/images/wrench_orange.png +0 -0
  54. data/doc/images/zoom.png +0 -0
  55. data/doc/index.html +109 -0
  56. data/doc/js/darkfish.js +161 -0
  57. data/doc/js/jquery.js +4 -0
  58. data/doc/js/navigation.js +142 -0
  59. data/doc/js/navigation.js.gz +0 -0
  60. data/doc/js/search.js +109 -0
  61. data/doc/js/search_index.js +1 -0
  62. data/doc/js/search_index.js.gz +0 -0
  63. data/doc/js/searcher.js +228 -0
  64. data/doc/js/searcher.js.gz +0 -0
  65. data/doc/prct07_gemspec.html +125 -0
  66. data/doc/table_of_contents.html +158 -0
  67. data/lib/prct07.rb +5 -0
  68. data/lib/prct07/bibliografia.rb +155 -0
  69. data/lib/prct07/version.rb +3 -0
  70. data/prct07.gemspec +41 -0
  71. metadata +183 -0
@@ -0,0 +1,180 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>class Prct07::Periodicas - 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="Bibliografia.html">Prct07::Bibliografia</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 class="calls-super" ><a href="#method-c-new">::new</a>
74
+
75
+ </ul>
76
+ </div>
77
+
78
+ </div>
79
+ </nav>
80
+
81
+ <main role="main" aria-labelledby="class-Prct07::Periodicas">
82
+ <h1 id="class-Prct07::Periodicas" class="class">
83
+ class Prct07::Periodicas
84
+ </h1>
85
+
86
+ <section class="description">
87
+
88
+ </section>
89
+
90
+
91
+
92
+
93
+ <section id="5Buntitled-5D" class="documentation-section">
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+ <section class="attribute-method-details" class="method-section">
102
+ <header>
103
+ <h3>Attributes</h3>
104
+ </header>
105
+
106
+
107
+ <div id="attribute-i-tipoPublicacion" class="method-detail">
108
+ <div class="method-heading attribute-method-heading">
109
+ <span class="method-name">tipoPublicacion</span><span
110
+ class="attribute-access-type">[RW]</span>
111
+ </div>
112
+
113
+ <div class="method-description">
114
+
115
+
116
+
117
+ </div>
118
+ </div>
119
+
120
+ </section>
121
+
122
+
123
+
124
+ <section id="public-class-5Buntitled-5D-method-details" class="method-section">
125
+ <header>
126
+ <h3>Public Class Methods</h3>
127
+ </header>
128
+
129
+
130
+ <div id="method-c-new" class="method-detail ">
131
+
132
+ <div class="method-heading">
133
+ <span class="method-name">new</span><span
134
+ class="method-args">(autor, titulo, isbn, fecha, tipoPublicacion)</span>
135
+
136
+ <span class="method-click-advice">click to toggle source</span>
137
+
138
+ </div>
139
+
140
+
141
+ <div class="method-description">
142
+
143
+
144
+
145
+
146
+ <div class="method-calls-super">
147
+ Calls superclass method
148
+ <a href="Bibliografia.html#method-c-new">Prct07::Bibliografia.new</a>
149
+ </div>
150
+
151
+
152
+
153
+ <div class="method-source-code" id="new-source">
154
+ <pre><span class="ruby-comment"># File lib/prct07/bibliografia.rb, line 123</span>
155
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">autor</span>, <span class="ruby-identifier">titulo</span>, <span class="ruby-identifier">isbn</span>, <span class="ruby-identifier">fecha</span>, <span class="ruby-identifier">tipoPublicacion</span>)
156
+ <span class="ruby-keyword">super</span>(<span class="ruby-identifier">autor</span>, <span class="ruby-identifier">titulo</span>, <span class="ruby-identifier">isbn</span>, <span class="ruby-identifier">fecha</span>)
157
+ <span class="ruby-ivar">@tipoPublicacion</span> = <span class="ruby-identifier">tipoPublicacion</span>
158
+ <span class="ruby-keyword">end</span></pre>
159
+ </div>
160
+
161
+ </div>
162
+
163
+
164
+
165
+
166
+ </div>
167
+
168
+
169
+ </section>
170
+
171
+ </section>
172
+ </main>
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.0.
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
+
@@ -0,0 +1,160 @@
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-Prct07">Prct07</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="./prct07_gemspec.html">prct07.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-Prct07"><a href="Prct07.html">Prct07</a><span><a href="#label-Prct07">&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/prct07</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;prct07&#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 prct07</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>bin/console</code> for an interactive prompt
127
+ that will allow you to experiment.</p>
128
+
129
+ <p>To install this gem onto your local machine, run <code>bundle exec rake
130
+ install</code>. To release a new version, update the version number in
131
+ <code>version.rb</code>, and then run <code>bundle exec rake release</code>
132
+ to create a git tag for the version, push git commits and tags, and push
133
+ the <code>.gem</code> file to <a
134
+ href="https://rubygems.org">rubygems.org</a>.</p>
135
+
136
+ <h2 id="label-Contributing">Contributing<span><a href="#label-Contributing">&para;</a> <a href="#top">&uarr;</a></span></h2>
137
+ <ol><li>
138
+ <p>Fork it ( <a
139
+ href="https://github.com/[my-github-username]/prct07/fork">github.com/[my-github-username]/prct07/fork</a>
140
+ )</p>
141
+ </li><li>
142
+ <p>Create your feature branch (<code>git checkout -b my-new-feature</code>)</p>
143
+ </li><li>
144
+ <p>Commit your changes (<code>git commit -am &#39;Add some
145
+ feature&#39;</code>)</p>
146
+ </li><li>
147
+ <p>Push to the branch (<code>git push origin my-new-feature</code>)</p>
148
+ </li><li>
149
+ <p>Create a new Pull Request</p>
150
+ </li></ol>
151
+ </main>
152
+
153
+
154
+
155
+ <footer id="validator-badges" role="contentinfo">
156
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
157
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0.
158
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
159
+ </footer>
160
+
data/doc/Rakefile.html ADDED
@@ -0,0 +1,102 @@
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="./prct07_gemspec.html">prct07.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”</p>
84
+
85
+ <p>task :default =&gt; :spec</p>
86
+
87
+ <p>desc “Ejecutar espectativas” task :spec do</p>
88
+
89
+ <pre class="ruby"><span class="ruby-identifier">sh</span> <span class="ruby-string">&quot;rspec -I. spec/prct07_spec.rb&quot;</span>
90
+ </pre>
91
+
92
+ <p>end</p>
93
+ </main>
94
+
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.0.
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="../prct07_gemspec.html">prct07.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>#!/bin/bash set -euo pipefail IFS=$&#39;nt&#39;</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.0.
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
+