prct11 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 (93) hide show
  1. checksums.yaml +7 -0
  2. data/.coveralls.yml +1 -0
  3. data/.gitignore +8 -0
  4. data/.travis.yml +6 -0
  5. data/CODE_OF_CONDUCT.md +13 -0
  6. data/Gemfile +5 -0
  7. data/Guardfile +88 -0
  8. data/LICENSE.txt +21 -0
  9. data/README.md +53 -0
  10. data/Rakefile +5 -0
  11. data/bin/console +14 -0
  12. data/bin/setup +7 -0
  13. data/doc/APA.html +377 -0
  14. data/doc/Book.html +296 -0
  15. data/doc/CODE_OF_CONDUCT_md.html +125 -0
  16. data/doc/DSL.html +153 -0
  17. data/doc/DSLBook.html +278 -0
  18. data/doc/DSLJournal.html +281 -0
  19. data/doc/Electronicdocument.html +211 -0
  20. data/doc/Gemfile.html +99 -0
  21. data/doc/Gemfile_lock.html +221 -0
  22. data/doc/Guardfile.html +186 -0
  23. data/doc/JournalArticle.html +301 -0
  24. data/doc/LICENSE_txt.html +117 -0
  25. data/doc/LinkedList.html +588 -0
  26. data/doc/MagazineArticle.html +301 -0
  27. data/doc/Object.html +126 -0
  28. data/doc/Prct11.html +109 -0
  29. data/doc/README_md.html +164 -0
  30. data/doc/Rakefile.html +99 -0
  31. data/doc/Reference.html +303 -0
  32. data/doc/Regularpublications.html +158 -0
  33. data/doc/bin/setup.html +101 -0
  34. data/doc/created.rid +35 -0
  35. data/doc/css/fonts.css +167 -0
  36. data/doc/css/rdoc.css +590 -0
  37. data/doc/fonts/Lato-Light.ttf +0 -0
  38. data/doc/fonts/Lato-LightItalic.ttf +0 -0
  39. data/doc/fonts/Lato-Regular.ttf +0 -0
  40. data/doc/fonts/Lato-RegularItalic.ttf +0 -0
  41. data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
  42. data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
  43. data/doc/images/add.png +0 -0
  44. data/doc/images/arrow_up.png +0 -0
  45. data/doc/images/brick.png +0 -0
  46. data/doc/images/brick_link.png +0 -0
  47. data/doc/images/bug.png +0 -0
  48. data/doc/images/bullet_black.png +0 -0
  49. data/doc/images/bullet_toggle_minus.png +0 -0
  50. data/doc/images/bullet_toggle_plus.png +0 -0
  51. data/doc/images/date.png +0 -0
  52. data/doc/images/delete.png +0 -0
  53. data/doc/images/find.png +0 -0
  54. data/doc/images/loadingAnimation.gif +0 -0
  55. data/doc/images/macFFBgHack.png +0 -0
  56. data/doc/images/package.png +0 -0
  57. data/doc/images/page_green.png +0 -0
  58. data/doc/images/page_white_text.png +0 -0
  59. data/doc/images/page_white_width.png +0 -0
  60. data/doc/images/plugin.png +0 -0
  61. data/doc/images/ruby.png +0 -0
  62. data/doc/images/tag_blue.png +0 -0
  63. data/doc/images/tag_green.png +0 -0
  64. data/doc/images/transparent.png +0 -0
  65. data/doc/images/wrench.png +0 -0
  66. data/doc/images/wrench_orange.png +0 -0
  67. data/doc/images/zoom.png +0 -0
  68. data/doc/index.html +129 -0
  69. data/doc/js/darkfish.js +161 -0
  70. data/doc/js/jquery.js +4 -0
  71. data/doc/js/navigation.js +142 -0
  72. data/doc/js/navigation.js.gz +0 -0
  73. data/doc/js/search.js +109 -0
  74. data/doc/js/search_index.js +1 -0
  75. data/doc/js/search_index.js.gz +0 -0
  76. data/doc/js/searcher.js +228 -0
  77. data/doc/js/searcher.js.gz +0 -0
  78. data/doc/prct11_gemspec.html +136 -0
  79. data/doc/table_of_contents.html +301 -0
  80. data/lib/prct11.rb +13 -0
  81. data/lib/prct11/APA.rb +153 -0
  82. data/lib/prct11/DSL.rb +78 -0
  83. data/lib/prct11/book.rb +37 -0
  84. data/lib/prct11/electronicdocument.rb +20 -0
  85. data/lib/prct11/journalarticle.rb +42 -0
  86. data/lib/prct11/linkedList.rb +96 -0
  87. data/lib/prct11/magazinearticle.rb +42 -0
  88. data/lib/prct11/prueba.rb +42 -0
  89. data/lib/prct11/reference.rb +33 -0
  90. data/lib/prct11/regularpublications.rb +6 -0
  91. data/lib/prct11/version.rb +3 -0
  92. data/prct11.gemspec +40 -0
  93. metadata +263 -0
@@ -0,0 +1,211 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>class Electronicdocument - 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="Regularpublications.html">Regularpublications</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
+ <li ><a href="#method-i-to_s">#to_s</a>
76
+
77
+ </ul>
78
+ </div>
79
+
80
+ </div>
81
+ </nav>
82
+
83
+ <main role="main" aria-labelledby="class-Electronicdocument">
84
+ <h1 id="class-Electronicdocument" class="class">
85
+ class Electronicdocument
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
+
104
+
105
+ <section id="public-class-5Buntitled-5D-method-details" class="method-section">
106
+ <header>
107
+ <h3>Public Class Methods</h3>
108
+ </header>
109
+
110
+
111
+ <div id="method-c-new" class="method-detail ">
112
+
113
+ <div class="method-heading">
114
+ <span class="method-name">new</span><span
115
+ class="method-args">(authors, title, date, url)</span>
116
+
117
+ <span class="method-click-advice">click to toggle source</span>
118
+
119
+ </div>
120
+
121
+
122
+ <div class="method-description">
123
+
124
+
125
+
126
+
127
+ <div class="method-calls-super">
128
+ Calls superclass method
129
+ <a href="Regularpublications.html#method-c-new">Regularpublications.new</a>
130
+ </div>
131
+
132
+
133
+
134
+ <div class="method-source-code" id="new-source">
135
+ <pre><span class="ruby-comment"># File lib/prct11/electronicdocument.rb, line 3</span>
136
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">authors</span>, <span class="ruby-identifier">title</span>, <span class="ruby-identifier">date</span>, <span class="ruby-identifier">url</span>)
137
+ <span class="ruby-keyword">super</span>(<span class="ruby-identifier">authors</span>, <span class="ruby-identifier">title</span>, <span class="ruby-identifier">date</span>)
138
+ <span class="ruby-ivar">@url</span> = <span class="ruby-identifier">url</span>
139
+ <span class="ruby-keyword">end</span></pre>
140
+ </div>
141
+
142
+ </div>
143
+
144
+
145
+
146
+
147
+ </div>
148
+
149
+
150
+ </section>
151
+
152
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
153
+ <header>
154
+ <h3>Public Instance Methods</h3>
155
+ </header>
156
+
157
+
158
+ <div id="method-i-to_s" class="method-detail ">
159
+
160
+ <div class="method-heading">
161
+ <span class="method-name">to_s</span><span
162
+ class="method-args">()</span>
163
+
164
+ <span class="method-click-advice">click to toggle source</span>
165
+
166
+ </div>
167
+
168
+
169
+ <div class="method-description">
170
+
171
+
172
+
173
+
174
+
175
+
176
+ <div class="method-source-code" id="to_s-source">
177
+ <pre><span class="ruby-comment"># File lib/prct11/electronicdocument.rb, line 8</span>
178
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">to_s</span>()
179
+ <span class="ruby-identifier">string</span> = <span class="ruby-string">&quot;&quot;</span>
180
+ <span class="ruby-keyword">for</span> <span class="ruby-identifier">i</span> <span class="ruby-keyword">in</span> (<span class="ruby-value">0</span><span class="ruby-operator">..</span><span class="ruby-ivar">@authors</span>.<span class="ruby-identifier">size</span><span class="ruby-operator">-</span><span class="ruby-value">1</span>)
181
+ <span class="ruby-identifier">string</span> <span class="ruby-operator">+=</span> <span class="ruby-node">&quot;#{authors[i]}&quot;</span>
182
+ <span class="ruby-keyword">if</span> (<span class="ruby-identifier">i</span> <span class="ruby-operator">!=</span> <span class="ruby-ivar">@authors</span>.<span class="ruby-identifier">size</span><span class="ruby-operator">-</span><span class="ruby-value">1</span>)
183
+ <span class="ruby-identifier">string</span> <span class="ruby-operator">+=</span> <span class="ruby-string">&quot;, &quot;</span>
184
+ <span class="ruby-keyword">end</span>
185
+ <span class="ruby-keyword">end</span>
186
+ <span class="ruby-identifier">string</span> <span class="ruby-operator">+=</span> <span class="ruby-string">&quot; (&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">date</span> <span class="ruby-operator">+</span> <span class="ruby-string">&quot;).\n&quot;</span>
187
+ <span class="ruby-identifier">string</span> <span class="ruby-operator">+=</span> <span class="ruby-identifier">title</span>
188
+ <span class="ruby-identifier">string</span> <span class="ruby-operator">+=</span> <span class="ruby-string">&quot;.\nDisponible en &quot;</span> <span class="ruby-operator">+</span> <span class="ruby-ivar">@url</span>
189
+ <span class="ruby-keyword">end</span></pre>
190
+ </div>
191
+
192
+ </div>
193
+
194
+
195
+
196
+
197
+ </div>
198
+
199
+
200
+ </section>
201
+
202
+ </section>
203
+ </main>
204
+
205
+
206
+ <footer id="validator-badges" role="contentinfo">
207
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
208
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0.
209
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
210
+ </footer>
211
+
@@ -0,0 +1,99 @@
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="./prct11_gemspec.html">prct11.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 prct10.gemspec gemspec</p>
90
+ </main>
91
+
92
+
93
+
94
+ <footer id="validator-badges" role="contentinfo">
95
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
96
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0.
97
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
98
+ </footer>
99
+
@@ -0,0 +1,221 @@
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="./prct11_gemspec.html">prct11.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
+ prct11 (0.1.0)</pre>
92
+
93
+ <p>GEM</p>
94
+
95
+ <pre>remote: https://rubygems.org/
96
+ specs:
97
+ coderay (1.1.0)
98
+ coveralls (0.8.10)
99
+ json (~&gt; 1.8)
100
+ rest-client (&gt;= 1.6.8, &lt; 2)
101
+ simplecov (~&gt; 0.11.0)
102
+ term-ansicolor (~&gt; 1.3)
103
+ thor (~&gt; 0.19.1)
104
+ tins (~&gt; 1.6.0)
105
+ diff-lcs (1.2.5)
106
+ docile (1.1.5)
107
+ domain_name (0.5.25)
108
+ unf (&gt;= 0.0.5, &lt; 1.0.0)
109
+ ffi (1.9.10)
110
+ file-tail (1.1.0)
111
+ tins (~&gt; 1.0)
112
+ formatador (0.2.5)
113
+ guard (2.13.0)
114
+ formatador (&gt;= 0.2.4)
115
+ listen (&gt;= 2.7, &lt;= 4.0)
116
+ lumberjack (~&gt; 1.0)
117
+ nenv (~&gt; 0.1)
118
+ notiffany (~&gt; 0.0)
119
+ pry (&gt;= 0.9.12)
120
+ shellany (~&gt; 0.0)
121
+ thor (&gt;= 0.18.1)
122
+ guard-bundler (2.1.0)
123
+ bundler (~&gt; 1.0)
124
+ guard (~&gt; 2.2)
125
+ guard-compat (~&gt; 1.1)
126
+ guard-compat (1.2.1)
127
+ guard-rspec (4.6.4)
128
+ guard (~&gt; 2.1)
129
+ guard-compat (~&gt; 1.1)
130
+ rspec (&gt;= 2.99.0, &lt; 4.0)
131
+ http-cookie (1.0.2)
132
+ domain_name (~&gt; 0.5)
133
+ json (1.8.3)
134
+ listen (3.0.4)
135
+ rb-fsevent (&gt;= 0.9.3)
136
+ rb-inotify (&gt;= 0.9)
137
+ lumberjack (1.0.9)
138
+ method_source (0.8.2)
139
+ mime-types (2.99)
140
+ nenv (0.2.0)
141
+ netrc (0.11.0)
142
+ notiffany (0.0.8)
143
+ nenv (~&gt; 0.1)
144
+ shellany (~&gt; 0.0)
145
+ pry (0.10.3)
146
+ coderay (~&gt; 1.1.0)
147
+ method_source (~&gt; 0.8.1)
148
+ slop (~&gt; 3.4)
149
+ rake (10.4.2)
150
+ rb-fsevent (0.9.6)
151
+ rb-inotify (0.9.5)
152
+ ffi (&gt;= 0.5.0)
153
+ rest-client (1.8.0)
154
+ http-cookie (&gt;= 1.0.2, &lt; 2.0)
155
+ mime-types (&gt;= 1.16, &lt; 3.0)
156
+ netrc (~&gt; 0.7)
157
+ rspec (2.99.0)
158
+ rspec-core (~&gt; 2.99.0)
159
+ rspec-expectations (~&gt; 2.99.0)
160
+ rspec-mocks (~&gt; 2.99.0)
161
+ rspec-core (2.99.2)
162
+ rspec-expectations (2.99.2)
163
+ diff-lcs (&gt;= 1.1.3, &lt; 2.0)
164
+ rspec-mocks (2.99.4)
165
+ ruby2ruby (2.2.0)
166
+ ruby_parser (~&gt; 3.1)
167
+ sexp_processor (~&gt; 4.0)
168
+ ruby_parser (3.7.2)
169
+ sexp_processor (~&gt; 4.1)
170
+ sexp_processor (4.6.0)
171
+ shellany (0.0.1)
172
+ simplecov (0.11.1)
173
+ docile (~&gt; 1.1.0)
174
+ json (~&gt; 1.8)
175
+ simplecov-html (~&gt; 0.10.0)
176
+ simplecov-html (0.10.0)
177
+ slop (3.6.0)
178
+ sourcify (0.5.0)
179
+ file-tail (&gt;= 1.0.5)
180
+ ruby2ruby (&gt;= 1.2.5)
181
+ ruby_parser (&gt;= 2.0.5)
182
+ sexp_processor (&gt;= 3.0.5)
183
+ term-ansicolor (1.3.2)
184
+ tins (~&gt; 1.0)
185
+ thor (0.19.1)
186
+ tins (1.6.0)
187
+ unf (0.1.4)
188
+ unf_ext
189
+ unf_ext (0.0.7.1)</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>bundler (~&gt; 1.10)
199
+ coveralls
200
+ guard
201
+ guard-bundler
202
+ guard-rspec
203
+ prct11!
204
+ rake (~&gt; 10.0)
205
+ rspec (~&gt; 2.11)
206
+ ruby2ruby
207
+ sourcify</pre>
208
+
209
+ <p>BUNDLED WITH</p>
210
+
211
+ <pre>1.10.6</pre>
212
+ </main>
213
+
214
+
215
+
216
+ <footer id="validator-badges" role="contentinfo">
217
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
218
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0.
219
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
220
+ </footer>
221
+