mbrao 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. checksums.yaml +7 -0
  2. data/.travis-gemfile +1 -1
  3. data/Gemfile +1 -1
  4. data/README.md +1 -1
  5. data/Rakefile +1 -1
  6. data/doc/ActionView/Template/Handlers.html +3 -3
  7. data/doc/ActionView/Template/Handlers/MbraoTemplate.html +4 -4
  8. data/doc/HTML.html +3 -3
  9. data/doc/HTML/Pipeline.html +3 -3
  10. data/doc/HTML/Pipeline/KramdownFilter.html +3 -3
  11. data/doc/Mbrao.html +4 -4
  12. data/doc/Mbrao/Author.html +9 -9
  13. data/doc/Mbrao/Content.html +13 -13
  14. data/doc/Mbrao/ContentPublicInterface.html +5 -5
  15. data/doc/Mbrao/Exceptions.html +3 -3
  16. data/doc/Mbrao/Exceptions/InvalidDate.html +3 -3
  17. data/doc/Mbrao/Exceptions/InvalidMetadata.html +3 -3
  18. data/doc/Mbrao/Exceptions/Parsing.html +3 -3
  19. data/doc/Mbrao/Exceptions/Rendering.html +3 -3
  20. data/doc/Mbrao/Exceptions/UnavailableLocalization.html +3 -3
  21. data/doc/Mbrao/Exceptions/Unimplemented.html +3 -3
  22. data/doc/Mbrao/Exceptions/UnknownEngine.html +3 -3
  23. data/doc/Mbrao/Parser.html +3 -3
  24. data/doc/Mbrao/ParsingEngines.html +3 -3
  25. data/doc/Mbrao/ParsingEngines/Base.html +3 -3
  26. data/doc/Mbrao/ParsingEngines/PlainText.html +3 -3
  27. data/doc/Mbrao/PublicInterface.html +3 -3
  28. data/doc/Mbrao/PublicInterface/ClassMethods.html +8 -8
  29. data/doc/Mbrao/RenderingEngines.html +3 -3
  30. data/doc/Mbrao/RenderingEngines/Base.html +3 -3
  31. data/doc/Mbrao/RenderingEngines/HtmlPipeline.html +3 -3
  32. data/doc/Mbrao/Validations.html +3 -3
  33. data/doc/Mbrao/Validations/ClassMethods.html +3 -3
  34. data/doc/Mbrao/Version.html +4 -4
  35. data/doc/_index.html +4 -4
  36. data/doc/file.README.html +9 -9
  37. data/doc/frames.html +1 -1
  38. data/doc/index.html +9 -9
  39. data/doc/top-level-namespace.html +3 -3
  40. data/lib/mbrao.rb +1 -1
  41. data/lib/mbrao/author.rb +1 -1
  42. data/lib/mbrao/content.rb +1 -1
  43. data/lib/mbrao/exceptions.rb +1 -1
  44. data/lib/mbrao/integrations/rails.rb +1 -1
  45. data/lib/mbrao/parser.rb +1 -1
  46. data/lib/mbrao/parsing_engines/base.rb +1 -1
  47. data/lib/mbrao/parsing_engines/plain_text.rb +1 -1
  48. data/lib/mbrao/rendering_engines/base.rb +1 -1
  49. data/lib/mbrao/rendering_engines/html_pipeline.rb +1 -1
  50. data/lib/mbrao/version.rb +2 -2
  51. data/mbrao.gemspec +2 -2
  52. data/spec/coverage_helper.rb +2 -2
  53. data/spec/mbrao/author_spec.rb +1 -1
  54. data/spec/mbrao/content_spec.rb +1 -1
  55. data/spec/mbrao/integrations/rails_spec.rb +1 -1
  56. data/spec/mbrao/parser_spec.rb +1 -1
  57. data/spec/mbrao/parsing_engines/base_spec.rb +1 -1
  58. data/spec/mbrao/parsing_engines/plain_text_spec.rb +1 -1
  59. data/spec/mbrao/rendering_engines/base_spec.rb +1 -1
  60. data/spec/mbrao/rendering_engines/html_pipeline_spec.rb +1 -1
  61. data/spec/spec_helper.rb +1 -1
  62. metadata +8 -21
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 5480b6641dab845fbe21917d80693944da29419a
4
+ data.tar.gz: b4500a28261b7cfe96ab1f8834d1c4bde84f3ff2
5
+ SHA512:
6
+ metadata.gz: 38797aa116e2cfee6349042051f4d019fe4bae7ef1b16a77838252525a98b184eded457ad3a617d02ee3daed6ab81f422c28fa08d6941b62d926329627812528
7
+ data.tar.gz: eaa3ce3aa2513dc46fb974c4d8b6d918bceea36517bef2af8b51143fb54a98392e623bad8f3ff699d7823ded658baf25fdf2b34ec02806828e1db07b902610a4
data/.travis-gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  #
3
- # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun_panda@me.com>.
3
+ # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun_panda@cowtech.it>.
4
4
  # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
5
5
  #
6
6
 
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  #
3
- # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun_panda@me.com>.
3
+ # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun_panda@cowtech.it>.
4
4
  # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
5
5
  #
6
6
 
data/README.md CHANGED
@@ -58,6 +58,6 @@ You can customize the rendering engine used by including the `engine` metadata.
58
58
 
59
59
  ## Copyright
60
60
 
61
- Copyright (C) 2013 and above Shogun (shogun_panda@me.com).
61
+ Copyright (C) 2013 and above Shogun (shogun_panda@cowtech.it).
62
62
 
63
63
  Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
data/Rakefile CHANGED
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  #
3
- # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun_panda@me.com>.
3
+ # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun_panda@cowtech.it>.
4
4
  # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
5
5
  #
6
6
 
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: ActionView::Template::Handlers
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.2
9
+ &mdash; Documentation by YARD 0.8.7
10
10
 
11
11
  </title>
12
12
 
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Sat Jul 20 16:09:45 2013 by
119
+ Generated on Sat Aug 17 12:47:53 2013 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.8.6.2 (ruby-1.9.3).
121
+ 0.8.7 (ruby-2.0.0).
122
122
  </div>
123
123
 
124
124
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: ActionView::Template::Handlers::MbraoTemplate
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.2
9
+ &mdash; Documentation by YARD 0.8.7
10
10
 
11
11
  </title>
12
12
 
@@ -389,7 +389,7 @@
389
389
  <pre class="code"><span class="info file"># File 'lib/mbrao/integrations/rails.rb', line 45</span>
390
390
 
391
391
  <span class='kw'>def</span> <span class='id identifier rubyid_call'>call</span><span class='lparen'>(</span><span class='id identifier rubyid_template'>template</span><span class='rparen'>)</span>
392
- <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>ActionView::Template::Handlers::MbraoTemplate.instance.render(self, </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_template'>template</span><span class='period'>.</span><span class='id identifier rubyid_source'>source</span><span class='period'>.</span><span class='id identifier rubyid_to_json'>to_json</span><span class='rbrace'>}</span><span class='tstring_content'>)</span><span class='tstring_end'>&quot;</span></span>
392
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>ActionView::Template::Handlers::MbraoTemplate.instance.render(self, </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_template'>template</span><span class='period'>.</span><span class='id identifier rubyid_source'>source</span><span class='period'>.</span><span class='id identifier rubyid_to_json'>to_json</span><span class='embexpr_end'>}</span><span class='tstring_content'>)</span><span class='tstring_end'>&quot;</span></span>
393
393
  <span class='kw'>end</span></pre>
394
394
  </td>
395
395
  </tr>
@@ -559,9 +559,9 @@
559
559
  </div>
560
560
 
561
561
  <div id="footer">
562
- Generated on Sat Jul 20 16:09:47 2013 by
562
+ Generated on Sat Aug 17 12:47:55 2013 by
563
563
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
564
- 0.8.6.2 (ruby-1.9.3).
564
+ 0.8.7 (ruby-2.0.0).
565
565
  </div>
566
566
 
567
567
  </body>
data/doc/HTML.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: HTML
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.2
9
+ &mdash; Documentation by YARD 0.8.7
10
10
 
11
11
  </title>
12
12
 
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Sat Jul 20 16:09:45 2013 by
119
+ Generated on Sat Aug 17 12:47:53 2013 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.8.6.2 (ruby-1.9.3).
121
+ 0.8.7 (ruby-2.0.0).
122
122
  </div>
123
123
 
124
124
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: HTML::Pipeline
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.2
9
+ &mdash; Documentation by YARD 0.8.7
10
10
 
11
11
  </title>
12
12
 
@@ -131,9 +131,9 @@
131
131
  </div>
132
132
 
133
133
  <div id="footer">
134
- Generated on Sat Jul 20 16:09:46 2013 by
134
+ Generated on Sat Aug 17 12:47:54 2013 by
135
135
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
136
- 0.8.6.2 (ruby-1.9.3).
136
+ 0.8.7 (ruby-2.0.0).
137
137
  </div>
138
138
 
139
139
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: HTML::Pipeline::KramdownFilter
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.2
9
+ &mdash; Documentation by YARD 0.8.7
10
10
 
11
11
  </title>
12
12
 
@@ -345,9 +345,9 @@
345
345
  </div>
346
346
 
347
347
  <div id="footer">
348
- Generated on Sat Jul 20 16:09:46 2013 by
348
+ Generated on Sat Aug 17 12:47:54 2013 by
349
349
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
350
- 0.8.6.2 (ruby-1.9.3).
350
+ 0.8.7 (ruby-2.0.0).
351
351
  </div>
352
352
 
353
353
  </body>
data/doc/Mbrao.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Mbrao
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.2
9
+ &mdash; Documentation by YARD 0.8.7
10
10
 
11
11
  </title>
12
12
 
@@ -88,7 +88,7 @@
88
88
 
89
89
  <h2>Overview</h2><div class="docstring">
90
90
  <div class="discussion">
91
- <p>This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun &lt;shogun_panda@me.com&gt;.
91
+ <p>This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun &lt;shogun_panda@cowtech.it&gt;.
92
92
  Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.</p>
93
93
 
94
94
 
@@ -121,9 +121,9 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
121
121
  </div>
122
122
 
123
123
  <div id="footer">
124
- Generated on Sat Jul 20 16:09:45 2013 by
124
+ Generated on Sat Aug 17 12:47:53 2013 by
125
125
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
126
- 0.8.6.2 (ruby-1.9.3).
126
+ 0.8.7 (ruby-2.0.0).
127
127
  </div>
128
128
 
129
129
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Mbrao::Author
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.2
9
+ &mdash; Documentation by YARD 0.8.7
10
10
 
11
11
  </title>
12
12
 
@@ -520,7 +520,7 @@
520
520
 
521
521
  </h3><div class="docstring">
522
522
  <div class="discussion">
523
- <p>The email of the author.</p>
523
+ <p>Returns The email of the author.</p>
524
524
 
525
525
 
526
526
  </div>
@@ -651,7 +651,7 @@
651
651
 
652
652
  </h3><div class="docstring">
653
653
  <div class="discussion">
654
- <p>The URL of the avatar of the author.</p>
654
+ <p>Returns The URL of the avatar of the author.</p>
655
655
 
656
656
 
657
657
  </div>
@@ -782,7 +782,7 @@
782
782
 
783
783
  </h3><div class="docstring">
784
784
  <div class="discussion">
785
- <p>The full list of metadata of this author.</p>
785
+ <p>Returns The full list of metadata of this author.</p>
786
786
 
787
787
 
788
788
  </div>
@@ -913,7 +913,7 @@
913
913
 
914
914
  </h3><div class="docstring">
915
915
  <div class="discussion">
916
- <p>The name of the author.</p>
916
+ <p>Returns The name of the author.</p>
917
917
 
918
918
 
919
919
  </div>
@@ -1044,7 +1044,7 @@
1044
1044
 
1045
1045
  </h3><div class="docstring">
1046
1046
  <div class="discussion">
1047
- <p>A unique ID for this post. This is only for client uses.</p>
1047
+ <p>Returns A unique ID for this post. This is only for client uses.</p>
1048
1048
 
1049
1049
 
1050
1050
  </div>
@@ -1175,7 +1175,7 @@
1175
1175
 
1176
1176
  </h3><div class="docstring">
1177
1177
  <div class="discussion">
1178
- <p>The website of the author.</p>
1178
+ <p>Returns The website of the author.</p>
1179
1179
 
1180
1180
 
1181
1181
  </div>
@@ -1393,9 +1393,9 @@
1393
1393
  </div>
1394
1394
 
1395
1395
  <div id="footer">
1396
- Generated on Sat Jul 20 16:09:45 2013 by
1396
+ Generated on Sat Aug 17 12:47:54 2013 by
1397
1397
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1398
- 0.8.6.2 (ruby-1.9.3).
1398
+ 0.8.7 (ruby-2.0.0).
1399
1399
  </div>
1400
1400
 
1401
1401
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Mbrao::Content
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.2
9
+ &mdash; Documentation by YARD 0.8.7
10
10
 
11
11
  </title>
12
12
 
@@ -166,7 +166,7 @@
166
166
 
167
167
 
168
168
 
169
- <span class="summary_desc"><div class='inline'><p>The content&#8217;s body.</p>
169
+ <span class="summary_desc"><div class='inline'><p>The contents body.</p>
170
170
  </div></span>
171
171
 
172
172
  </li>
@@ -322,7 +322,7 @@
322
322
 
323
323
 
324
324
 
325
- <span class="summary_desc"><div class='inline'><p>The content&#8217;s title.</p>
325
+ <span class="summary_desc"><div class='inline'><p>The contents title.</p>
326
326
  </div></span>
327
327
 
328
328
  </li>
@@ -569,7 +569,7 @@
569
569
 
570
570
  </h3><div class="docstring">
571
571
  <div class="discussion">
572
- <p>The post author.</p>
572
+ <p>Returns The post author.</p>
573
573
 
574
574
 
575
575
  </div>
@@ -1004,7 +1004,7 @@
1004
1004
 
1005
1005
  </h3><div class="docstring">
1006
1006
  <div class="discussion">
1007
- <p>The content’s body. Can be a <code>String</code> or an <code>HashWithIndifferentAccess</code>, if multiple contents are specified for multiple locales.</p>
1007
+ <p>Returns The content’s body. Can be a <code>String</code> or an <code>HashWithIndifferentAccess</code>, if multiple contents are specified for multiple locales.</p>
1008
1008
 
1009
1009
 
1010
1010
  </div>
@@ -1439,7 +1439,7 @@
1439
1439
 
1440
1440
  </h3><div class="docstring">
1441
1441
  <div class="discussion">
1442
- <p>The post creation date and time. The timezone is always UTC.</p>
1442
+ <p>Returns The post creation date and time. The timezone is always UTC.</p>
1443
1443
 
1444
1444
 
1445
1445
  </div>
@@ -1874,7 +1874,7 @@
1874
1874
 
1875
1875
  </h3><div class="docstring">
1876
1876
  <div class="discussion">
1877
- <p>A list of locales for this content should be visible. An empty list means that there are no limitations.</p>
1877
+ <p>Returns A list of locales for this content should be visible. An empty list means that there are no limitations.</p>
1878
1878
 
1879
1879
 
1880
1880
  </div>
@@ -2786,7 +2786,7 @@
2786
2786
 
2787
2787
  </h3><div class="docstring">
2788
2788
  <div class="discussion">
2789
- <p>The tags associated with the content. Can be an <code>Array</code> or an <code>HashWithIndifferentAccess</code>, if multiple tags set are specified for multiple locales.</p>
2789
+ <p>Returns The tags associated with the content. Can be an <code>Array</code> or an <code>HashWithIndifferentAccess</code>, if multiple tags set are specified for multiple locales.</p>
2790
2790
 
2791
2791
 
2792
2792
  </div>
@@ -3221,7 +3221,7 @@
3221
3221
 
3222
3222
  </h3><div class="docstring">
3223
3223
  <div class="discussion">
3224
- <p>The content’s title. Can be a <code>String</code> or an <code>HashWithIndifferentAccess</code>, if multiple title are specified for multiple locales.</p>
3224
+ <p>Returns The content’s title. Can be a <code>String</code> or an <code>HashWithIndifferentAccess</code>, if multiple title are specified for multiple locales.</p>
3225
3225
 
3226
3226
 
3227
3227
  </div>
@@ -3656,7 +3656,7 @@
3656
3656
 
3657
3657
  </h3><div class="docstring">
3658
3658
  <div class="discussion">
3659
- <p>A unique ID for this post. This is only for client uses.</p>
3659
+ <p>Returns A unique ID for this post. This is only for client uses.</p>
3660
3660
 
3661
3661
 
3662
3662
  </div>
@@ -4091,7 +4091,7 @@
4091
4091
 
4092
4092
  </h3><div class="docstring">
4093
4093
  <div class="discussion">
4094
- <p>The post creation date and time. Defaults to the creation date. The timezone is always UTC.</p>
4094
+ <p>Returns The post creation date and time. Defaults to the creation date. The timezone is always UTC.</p>
4095
4095
 
4096
4096
 
4097
4097
  </div>
@@ -4734,9 +4734,9 @@
4734
4734
  </div>
4735
4735
 
4736
4736
  <div id="footer">
4737
- Generated on Sat Jul 20 16:09:46 2013 by
4737
+ Generated on Sat Aug 17 12:47:54 2013 by
4738
4738
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
4739
- 0.8.6.2 (ruby-1.9.3).
4739
+ 0.8.7 (ruby-2.0.0).
4740
4740
  </div>
4741
4741
 
4742
4742
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Mbrao::ContentPublicInterface
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.2
9
+ &mdash; Documentation by YARD 0.8.7
10
10
 
11
11
  </title>
12
12
 
@@ -176,7 +176,7 @@
176
176
 
177
177
 
178
178
 
179
- <span class="summary_desc"><div class='inline'><p>Gets the &#8220;more link&#8221; text of the content in the desired locales.</p>
179
+ <span class="summary_desc"><div class='inline'><p>Gets the more link text of the content in the desired locales.</p>
180
180
  </div></span>
181
181
 
182
182
  </li>
@@ -421,7 +421,7 @@
421
421
 
422
422
  </h3><div class="docstring">
423
423
  <div class="discussion">
424
- <p>Gets the &#8220;more link&#8221; text of the content in the desired locales.</p>
424
+ <p>Gets the more link text of the content in the desired locales.</p>
425
425
 
426
426
 
427
427
  </div>
@@ -649,9 +649,9 @@
649
649
  </div>
650
650
 
651
651
  <div id="footer">
652
- Generated on Sat Jul 20 16:09:45 2013 by
652
+ Generated on Sat Aug 17 12:47:53 2013 by
653
653
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
654
- 0.8.6.2 (ruby-1.9.3).
654
+ 0.8.7 (ruby-2.0.0).
655
655
  </div>
656
656
 
657
657
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Mbrao::Exceptions
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.2
9
+ &mdash; Documentation by YARD 0.8.7
10
10
 
11
11
  </title>
12
12
 
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Sat Jul 20 16:09:45 2013 by
119
+ Generated on Sat Aug 17 12:47:53 2013 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.8.6.2 (ruby-1.9.3).
121
+ 0.8.7 (ruby-2.0.0).
122
122
  </div>
123
123
 
124
124
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Exception: Mbrao::Exceptions::InvalidDate
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.2
9
+ &mdash; Documentation by YARD 0.8.7
10
10
 
11
11
  </title>
12
12
 
@@ -124,9 +124,9 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Sat Jul 20 16:09:46 2013 by
127
+ Generated on Sat Aug 17 12:47:54 2013 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.8.6.2 (ruby-1.9.3).
129
+ 0.8.7 (ruby-2.0.0).
130
130
  </div>
131
131
 
132
132
  </body>