biblio_alu0100845235 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/.coveralls.yml +1 -0
  3. data/.gitignore +9 -0
  4. data/.travis.yml +6 -0
  5. data/= +0 -0
  6. data/CODE_OF_CONDUCT.md +13 -0
  7. data/Gemfile +6 -0
  8. data/Guardfile +82 -0
  9. data/LICENSE.txt +21 -0
  10. data/README.md +7 -0
  11. data/Rakefile +7 -0
  12. data/biblio.gemspec +34 -0
  13. data/biblio.rb +12 -0
  14. data/biblio_spec.1.rb +478 -0
  15. data/biblio_spec.rb +535 -0
  16. data/bin/console +14 -0
  17. data/bin/setup +7 -0
  18. data/doc/=.html +97 -0
  19. data/doc/Biblio.html +109 -0
  20. data/doc/CODE_OF_CONDUCT_md.html +127 -0
  21. data/doc/Cita.html +278 -0
  22. data/doc/Edocumento.html +275 -0
  23. data/doc/Gemfile.html +104 -0
  24. data/doc/Gemfile_lock.html +204 -0
  25. data/doc/Guardfile.html +182 -0
  26. data/doc/LICENSE_txt.html +119 -0
  27. data/doc/Libro.html +391 -0
  28. data/doc/List.html +591 -0
  29. data/doc/Object.html +116 -0
  30. data/doc/Periodico.html +218 -0
  31. data/doc/Publicacion.html +321 -0
  32. data/doc/README_md.html +115 -0
  33. data/doc/Rakefile.html +103 -0
  34. data/doc/Referencia.html +467 -0
  35. data/doc/Revista.html +275 -0
  36. data/doc/biblio_gemspec.html +132 -0
  37. data/doc/bin/setup.html +103 -0
  38. data/doc/created.rid +30 -0
  39. data/doc/css/fonts.css +167 -0
  40. data/doc/css/rdoc.css +590 -0
  41. data/doc/fonts/Lato-Light.ttf +0 -0
  42. data/doc/fonts/Lato-LightItalic.ttf +0 -0
  43. data/doc/fonts/Lato-Regular.ttf +0 -0
  44. data/doc/fonts/Lato-RegularItalic.ttf +0 -0
  45. data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
  46. data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
  47. data/doc/images/add.png +0 -0
  48. data/doc/images/arrow_up.png +0 -0
  49. data/doc/images/brick.png +0 -0
  50. data/doc/images/brick_link.png +0 -0
  51. data/doc/images/bug.png +0 -0
  52. data/doc/images/bullet_black.png +0 -0
  53. data/doc/images/bullet_toggle_minus.png +0 -0
  54. data/doc/images/bullet_toggle_plus.png +0 -0
  55. data/doc/images/date.png +0 -0
  56. data/doc/images/delete.png +0 -0
  57. data/doc/images/find.png +0 -0
  58. data/doc/images/loadingAnimation.gif +0 -0
  59. data/doc/images/macFFBgHack.png +0 -0
  60. data/doc/images/package.png +0 -0
  61. data/doc/images/page_green.png +0 -0
  62. data/doc/images/page_white_text.png +0 -0
  63. data/doc/images/page_white_width.png +0 -0
  64. data/doc/images/plugin.png +0 -0
  65. data/doc/images/ruby.png +0 -0
  66. data/doc/images/tag_blue.png +0 -0
  67. data/doc/images/tag_green.png +0 -0
  68. data/doc/images/transparent.png +0 -0
  69. data/doc/images/wrench.png +0 -0
  70. data/doc/images/wrench_orange.png +0 -0
  71. data/doc/images/zoom.png +0 -0
  72. data/doc/index.html +125 -0
  73. data/doc/js/darkfish.js +161 -0
  74. data/doc/js/jquery.js +4 -0
  75. data/doc/js/navigation.js +142 -0
  76. data/doc/js/navigation.js.gz +0 -0
  77. data/doc/js/search.js +109 -0
  78. data/doc/js/search_index.js +1 -0
  79. data/doc/js/search_index.js.gz +0 -0
  80. data/doc/js/searcher.js +228 -0
  81. data/doc/js/searcher.js.gz +0 -0
  82. data/doc/table_of_contents.html +294 -0
  83. data/lib/biblio/cita.rb +30 -0
  84. data/lib/biblio/edocumento.rb +34 -0
  85. data/lib/biblio/libro.rb +62 -0
  86. data/lib/biblio/list.rb +133 -0
  87. data/lib/biblio/node.rb +2 -0
  88. data/lib/biblio/periodico.rb +28 -0
  89. data/lib/biblio/publicacion.rb +23 -0
  90. data/lib/biblio/referencia.rb +84 -0
  91. data/lib/biblio/revista.rb +34 -0
  92. data/lib/biblio/version.rb +3 -0
  93. data/lib/biblio.rb +17 -0
  94. data/spec_helper.1.rb +2 -0
  95. data/spec_helper.rb +4 -0
  96. metadata +228 -0
@@ -0,0 +1,275 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>class Edocumento - 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="Publicacion.html">Publicacion</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
+ <li ><a href="#method-i-url">#url</a>
78
+
79
+ </ul>
80
+ </div>
81
+
82
+ </div>
83
+ </nav>
84
+
85
+ <main role="main" aria-labelledby="class-Edocumento">
86
+ <h1 id="class-Edocumento" class="class">
87
+ class Edocumento
88
+ </h1>
89
+
90
+ <section class="description">
91
+
92
+ </section>
93
+
94
+
95
+
96
+
97
+ <section id="5Buntitled-5D" class="documentation-section">
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+ <section class="attribute-method-details" class="method-section">
106
+ <header>
107
+ <h3>Attributes</h3>
108
+ </header>
109
+
110
+
111
+ <div id="attribute-i-dir_url" class="method-detail">
112
+ <div class="method-heading attribute-method-heading">
113
+ <span class="method-name">dir_url</span><span
114
+ class="attribute-access-type">[RW]</span>
115
+ </div>
116
+
117
+ <div class="method-description">
118
+
119
+
120
+
121
+ </div>
122
+ </div>
123
+
124
+ </section>
125
+
126
+
127
+
128
+ <section id="public-class-5Buntitled-5D-method-details" class="method-section">
129
+ <header>
130
+ <h3>Public Class Methods</h3>
131
+ </header>
132
+
133
+
134
+ <div id="method-c-new" class="method-detail ">
135
+
136
+ <div class="method-heading">
137
+ <span class="method-name">new</span><span
138
+ class="method-args">()</span>
139
+
140
+ <span class="method-click-advice">click to toggle source</span>
141
+
142
+ </div>
143
+
144
+
145
+ <div class="method-description">
146
+
147
+
148
+
149
+
150
+ <div class="method-calls-super">
151
+ Calls superclass method
152
+ <a href="Publicacion.html#method-c-new">Publicacion.new</a>
153
+ </div>
154
+
155
+
156
+
157
+ <div class="method-source-code" id="new-source">
158
+ <pre><span class="ruby-comment"># File lib/biblio/edocumento.rb, line 4</span>
159
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>
160
+ <span class="ruby-keyword">super</span>
161
+ <span class="ruby-keyword">end</span></pre>
162
+ </div>
163
+
164
+ </div>
165
+
166
+
167
+
168
+
169
+ </div>
170
+
171
+
172
+ </section>
173
+
174
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
175
+ <header>
176
+ <h3>Public Instance Methods</h3>
177
+ </header>
178
+
179
+
180
+ <div id="method-i-to_s" class="method-detail ">
181
+
182
+ <div class="method-heading">
183
+ <span class="method-name">to_s</span><span
184
+ class="method-args">()</span>
185
+
186
+ <span class="method-click-advice">click to toggle source</span>
187
+
188
+ </div>
189
+
190
+
191
+ <div class="method-description">
192
+
193
+
194
+
195
+
196
+
197
+
198
+ <div class="method-source-code" id="to_s-source">
199
+ <pre><span class="ruby-comment"># File lib/biblio/edocumento.rb, line 13</span>
200
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">to_s</span>
201
+ <span class="ruby-comment"># formateamos autores</span>
202
+ <span class="ruby-identifier">str_autores</span> = <span class="ruby-string">&quot;&quot;</span>
203
+ <span class="ruby-ivar">@autores</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">autor</span><span class="ruby-operator">|</span>
204
+ <span class="ruby-identifier">str_autores</span> <span class="ruby-operator">+=</span> <span class="ruby-identifier">autor</span> <span class="ruby-operator">+</span> <span class="ruby-string">&quot;, &quot;</span>
205
+ <span class="ruby-keyword">end</span>
206
+ <span class="ruby-identifier">str_autores</span> = <span class="ruby-identifier">str_autores</span>[<span class="ruby-value">0</span>, <span class="ruby-identifier">str_autores</span>.<span class="ruby-identifier">length</span> <span class="ruby-operator">-</span> <span class="ruby-value">2</span>]
207
+ <span class="ruby-keyword">if</span> <span class="ruby-ivar">@autores</span>.<span class="ruby-identifier">length</span> <span class="ruby-operator">&gt;</span> <span class="ruby-value">1</span>
208
+ <span class="ruby-identifier">str_autores</span> = <span class="ruby-identifier">str_autores</span>.<span class="ruby-identifier">sub</span>(<span class="ruby-string">&quot;, &quot;</span> <span class="ruby-operator">+</span> <span class="ruby-ivar">@autores</span>.<span class="ruby-identifier">last</span>, <span class="ruby-string">&quot; &amp; &quot;</span> <span class="ruby-operator">+</span> <span class="ruby-ivar">@autores</span>.<span class="ruby-identifier">last</span>)
209
+ <span class="ruby-keyword">end</span>
210
+
211
+ <span class="ruby-comment"># generamos string de salida</span>
212
+ <span class="ruby-identifier">salida</span>=<span class="ruby-string">&quot;&quot;</span>
213
+ <span class="ruby-keyword">if</span>(<span class="ruby-ivar">@pfin</span> <span class="ruby-operator">!=</span> <span class="ruby-keyword">nil</span>)
214
+ <span class="ruby-identifier">salida</span> = <span class="ruby-node">&quot;#{str_autores} (#{@date_p.strftime(&quot;%d, %B %Y&quot;)}). #{@title}.\n\t#{@editor}, p. #{@pinicio} - #{@pfin}.\n\tISSN: #{@issn}\n\tDisponible en: #{@dir_url}&quot;</span>
215
+ <span class="ruby-keyword">else</span>
216
+ <span class="ruby-identifier">salida</span> = <span class="ruby-node">&quot;#{str_autores} (#{@date_p.strftime(&quot;%d, %B %Y&quot;)}).\n\t#{@title}.\n\t#{@editor}, p. #{@pinicio}.\n\tISSN: #{@issn}\n\tDisponible en: #{@dir_url}&quot;</span>
217
+ <span class="ruby-keyword">end</span>
218
+ <span class="ruby-identifier">salida</span>
219
+ <span class="ruby-keyword">end</span></pre>
220
+ </div>
221
+
222
+ </div>
223
+
224
+
225
+
226
+
227
+ </div>
228
+
229
+
230
+ <div id="method-i-url" class="method-detail ">
231
+
232
+ <div class="method-heading">
233
+ <span class="method-name">url</span><span
234
+ class="method-args">(text)</span>
235
+
236
+ <span class="method-click-advice">click to toggle source</span>
237
+
238
+ </div>
239
+
240
+
241
+ <div class="method-description">
242
+
243
+
244
+
245
+
246
+
247
+
248
+ <div class="method-source-code" id="url-source">
249
+ <pre><span class="ruby-comment"># File lib/biblio/edocumento.rb, line 8</span>
250
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">url</span>(<span class="ruby-identifier">text</span>)
251
+ <span class="ruby-identifier">raise</span> <span class="ruby-constant">ArgumentError</span>, <span class="ruby-string">&quot;La url debe ser de tipo String&quot;</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">text</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">String</span>)
252
+ <span class="ruby-ivar">@dir_url</span> = <span class="ruby-identifier">text</span>
253
+ <span class="ruby-keyword">end</span></pre>
254
+ </div>
255
+
256
+ </div>
257
+
258
+
259
+
260
+
261
+ </div>
262
+
263
+
264
+ </section>
265
+
266
+ </section>
267
+ </main>
268
+
269
+
270
+ <footer id="validator-badges" role="contentinfo">
271
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
272
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0.
273
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
274
+ </footer>
275
+
data/doc/Gemfile.html ADDED
@@ -0,0 +1,104 @@
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="./=.html">=</a>
62
+
63
+ <li><a href="./CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
64
+
65
+ <li><a href="./Gemfile.html">Gemfile</a>
66
+
67
+ <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
68
+
69
+ <li><a href="./Guardfile.html">Guardfile</a>
70
+
71
+ <li><a href="./LICENSE_txt.html">LICENSE</a>
72
+
73
+ <li><a href="./README_md.html">README</a>
74
+
75
+ <li><a href="./Rakefile.html">Rakefile</a>
76
+
77
+ <li><a href="./biblio_gemspec.html">biblio.gemspec</a>
78
+
79
+ <li><a href="./bin/setup.html">setup</a>
80
+
81
+ </ul>
82
+ </div>
83
+
84
+ </div>
85
+ </nav>
86
+
87
+ <main role="main" aria-label="Page Gemfile">
88
+
89
+ <p>source &#39;<a href="https://rubygems.org">rubygems.org</a>&#39;</p>
90
+
91
+ <p># Specify your gem&#39;s dependencies in <a
92
+ href="biblio_gemspec.html">biblio.gemspec</a> gemspec</p>
93
+
94
+ <p>gem &#39;coveralls&#39;, require: false</p>
95
+ </main>
96
+
97
+
98
+
99
+ <footer id="validator-badges" role="contentinfo">
100
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
101
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0.
102
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
103
+ </footer>
104
+
@@ -0,0 +1,204 @@
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="./=.html">=</a>
62
+
63
+ <li><a href="./CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
64
+
65
+ <li><a href="./Gemfile.html">Gemfile</a>
66
+
67
+ <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
68
+
69
+ <li><a href="./Guardfile.html">Guardfile</a>
70
+
71
+ <li><a href="./LICENSE_txt.html">LICENSE</a>
72
+
73
+ <li><a href="./README_md.html">README</a>
74
+
75
+ <li><a href="./Rakefile.html">Rakefile</a>
76
+
77
+ <li><a href="./biblio_gemspec.html">biblio.gemspec</a>
78
+
79
+ <li><a href="./bin/setup.html">setup</a>
80
+
81
+ </ul>
82
+ </div>
83
+
84
+ </div>
85
+ </nav>
86
+
87
+ <main role="main" aria-label="Page Gemfile.lock">
88
+
89
+ <p>PATH</p>
90
+
91
+ <pre>remote: .
92
+ specs:
93
+ biblio (0.1.0)</pre>
94
+
95
+ <p>GEM</p>
96
+
97
+ <pre>remote: https://rubygems.org/
98
+ specs:
99
+ coderay (1.1.0)
100
+ coveralls (0.8.10)
101
+ json (~&gt; 1.8)
102
+ rest-client (&gt;= 1.6.8, &lt; 2)
103
+ simplecov (~&gt; 0.11.0)
104
+ term-ansicolor (~&gt; 1.3)
105
+ thor (~&gt; 0.19.1)
106
+ tins (~&gt; 1.6.0)
107
+ diff-lcs (1.2.5)
108
+ docile (1.1.5)
109
+ domain_name (0.5.25)
110
+ unf (&gt;= 0.0.5, &lt; 1.0.0)
111
+ ffi (1.9.10)
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.5)
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
+ shellany (0.0.1)
166
+ simplecov (0.11.1)
167
+ docile (~&gt; 1.1.0)
168
+ json (~&gt; 1.8)
169
+ simplecov-html (~&gt; 0.10.0)
170
+ simplecov-html (0.10.0)
171
+ slop (3.6.0)
172
+ term-ansicolor (1.3.2)
173
+ tins (~&gt; 1.0)
174
+ thor (0.19.1)
175
+ tins (1.6.0)
176
+ unf (0.1.4)
177
+ unf_ext
178
+ unf_ext (0.0.7.1)</pre>
179
+
180
+ <p>PLATFORMS</p>
181
+
182
+ <pre class="ruby"><span class="ruby-identifier">ruby</span>
183
+ </pre>
184
+
185
+ <p>DEPENDENCIES</p>
186
+
187
+ <pre>biblio!
188
+ bundler (~&gt; 1.7, &gt;= 1.7.6)
189
+ coveralls
190
+ guard
191
+ guard-bundler
192
+ guard-rspec
193
+ rake (~&gt; 10.0)
194
+ rspec (~&gt; 2.11)</pre>
195
+ </main>
196
+
197
+
198
+
199
+ <footer id="validator-badges" role="contentinfo">
200
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
201
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0.
202
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
203
+ </footer>
204
+