mbrao 1.4.3 → 1.4.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/doc/ActionView/Template/Handlers.html +4 -4
  4. data/doc/ActionView/Template/Handlers/MbraoTemplate.html +4 -4
  5. data/doc/HTML.html +4 -4
  6. data/doc/HTML/Pipeline.html +4 -4
  7. data/doc/HTML/Pipeline/KramdownFilter.html +4 -4
  8. data/doc/Mbrao.html +4 -4
  9. data/doc/Mbrao/Author.html +4 -4
  10. data/doc/Mbrao/Content.html +152 -68
  11. data/doc/Mbrao/ContentPublicInterface.html +4 -4
  12. data/doc/Mbrao/Exceptions.html +4 -4
  13. data/doc/Mbrao/Exceptions/InvalidDate.html +4 -4
  14. data/doc/Mbrao/Exceptions/InvalidMetadata.html +4 -4
  15. data/doc/Mbrao/Exceptions/Parsing.html +4 -4
  16. data/doc/Mbrao/Exceptions/Rendering.html +4 -4
  17. data/doc/Mbrao/Exceptions/UnavailableLocalization.html +4 -4
  18. data/doc/Mbrao/Exceptions/Unimplemented.html +4 -4
  19. data/doc/Mbrao/Exceptions/UnknownEngine.html +4 -4
  20. data/doc/Mbrao/Parser.html +4 -4
  21. data/doc/Mbrao/ParsingEngines.html +4 -4
  22. data/doc/Mbrao/ParsingEngines/Base.html +4 -4
  23. data/doc/Mbrao/ParsingEngines/PlainText.html +4 -4
  24. data/doc/Mbrao/PublicInterface.html +4 -4
  25. data/doc/Mbrao/PublicInterface/ClassMethods.html +4 -4
  26. data/doc/Mbrao/RenderingEngines.html +4 -4
  27. data/doc/Mbrao/RenderingEngines/Base.html +4 -4
  28. data/doc/Mbrao/RenderingEngines/HtmlPipeline.html +4 -4
  29. data/doc/Mbrao/Validations.html +4 -4
  30. data/doc/Mbrao/Validations/ClassMethods.html +4 -4
  31. data/doc/Mbrao/Version.html +5 -5
  32. data/doc/_index.html +5 -5
  33. data/doc/css/style.css +1 -0
  34. data/doc/file.README.html +4 -4
  35. data/doc/frames.html +1 -1
  36. data/doc/index.html +4 -4
  37. data/doc/top-level-namespace.html +4 -4
  38. data/lib/mbrao/content.rb +7 -3
  39. data/lib/mbrao/version.rb +1 -1
  40. data/spec/mbrao/content_spec.rb +29 -4
  41. metadata +2 -2
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Mbrao::ContentPublicInterface
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.3
9
+ &mdash; Documentation by YARD 0.8.7.4
10
10
 
11
11
  </title>
12
12
 
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
19
19
  relpath = '../';
20
- framesUrl = "../frames.html#!" + escape(window.location.href);
20
+ framesUrl = "../frames.html#!Mbrao/ContentPublicInterface.html";
21
21
  </script>
22
22
 
23
23
 
@@ -653,9 +653,9 @@ is returned, else a <code>HashWithIndifferentAccess</code> with locales as keys.
653
653
  </div>
654
654
 
655
655
  <div id="footer">
656
- Generated on Sun Feb 23 17:03:33 2014 by
656
+ Generated on Wed Apr 9 21:36:00 2014 by
657
657
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
658
- 0.8.7.3 (ruby-2.1.0).
658
+ 0.8.7.4 (ruby-2.1.0).
659
659
  </div>
660
660
 
661
661
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Mbrao::Exceptions
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.3
9
+ &mdash; Documentation by YARD 0.8.7.4
10
10
 
11
11
  </title>
12
12
 
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
19
19
  relpath = '../';
20
- framesUrl = "../frames.html#!" + escape(window.location.href);
20
+ framesUrl = "../frames.html#!Mbrao/Exceptions.html";
21
21
  </script>
22
22
 
23
23
 
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Sun Feb 23 17:03:33 2014 by
119
+ Generated on Wed Apr 9 21:36:00 2014 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.8.7.3 (ruby-2.1.0).
121
+ 0.8.7.4 (ruby-2.1.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.7.3
9
+ &mdash; Documentation by YARD 0.8.7.4
10
10
 
11
11
  </title>
12
12
 
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
19
19
  relpath = '../../';
20
- framesUrl = "../../frames.html#!" + escape(window.location.href);
20
+ framesUrl = "../../frames.html#!Mbrao/Exceptions/InvalidDate.html";
21
21
  </script>
22
22
 
23
23
 
@@ -124,9 +124,9 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Sun Feb 23 17:03:34 2014 by
127
+ Generated on Wed Apr 9 21:36:00 2014 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.8.7.3 (ruby-2.1.0).
129
+ 0.8.7.4 (ruby-2.1.0).
130
130
  </div>
131
131
 
132
132
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Exception: Mbrao::Exceptions::InvalidMetadata
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.3
9
+ &mdash; Documentation by YARD 0.8.7.4
10
10
 
11
11
  </title>
12
12
 
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
19
19
  relpath = '../../';
20
- framesUrl = "../../frames.html#!" + escape(window.location.href);
20
+ framesUrl = "../../frames.html#!Mbrao/Exceptions/InvalidMetadata.html";
21
21
  </script>
22
22
 
23
23
 
@@ -124,9 +124,9 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Sun Feb 23 17:03:34 2014 by
127
+ Generated on Wed Apr 9 21:36:00 2014 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.8.7.3 (ruby-2.1.0).
129
+ 0.8.7.4 (ruby-2.1.0).
130
130
  </div>
131
131
 
132
132
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Exception: Mbrao::Exceptions::Parsing
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.3
9
+ &mdash; Documentation by YARD 0.8.7.4
10
10
 
11
11
  </title>
12
12
 
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
19
19
  relpath = '../../';
20
- framesUrl = "../../frames.html#!" + escape(window.location.href);
20
+ framesUrl = "../../frames.html#!Mbrao/Exceptions/Parsing.html";
21
21
  </script>
22
22
 
23
23
 
@@ -124,9 +124,9 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Sun Feb 23 17:03:34 2014 by
127
+ Generated on Wed Apr 9 21:36:00 2014 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.8.7.3 (ruby-2.1.0).
129
+ 0.8.7.4 (ruby-2.1.0).
130
130
  </div>
131
131
 
132
132
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Exception: Mbrao::Exceptions::Rendering
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.3
9
+ &mdash; Documentation by YARD 0.8.7.4
10
10
 
11
11
  </title>
12
12
 
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
19
19
  relpath = '../../';
20
- framesUrl = "../../frames.html#!" + escape(window.location.href);
20
+ framesUrl = "../../frames.html#!Mbrao/Exceptions/Rendering.html";
21
21
  </script>
22
22
 
23
23
 
@@ -124,9 +124,9 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Sun Feb 23 17:03:34 2014 by
127
+ Generated on Wed Apr 9 21:36:00 2014 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.8.7.3 (ruby-2.1.0).
129
+ 0.8.7.4 (ruby-2.1.0).
130
130
  </div>
131
131
 
132
132
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Exception: Mbrao::Exceptions::UnavailableLocalization
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.3
9
+ &mdash; Documentation by YARD 0.8.7.4
10
10
 
11
11
  </title>
12
12
 
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
19
19
  relpath = '../../';
20
- framesUrl = "../../frames.html#!" + escape(window.location.href);
20
+ framesUrl = "../../frames.html#!Mbrao/Exceptions/UnavailableLocalization.html";
21
21
  </script>
22
22
 
23
23
 
@@ -124,9 +124,9 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Sun Feb 23 17:03:34 2014 by
127
+ Generated on Wed Apr 9 21:36:01 2014 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.8.7.3 (ruby-2.1.0).
129
+ 0.8.7.4 (ruby-2.1.0).
130
130
  </div>
131
131
 
132
132
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Exception: Mbrao::Exceptions::Unimplemented
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.3
9
+ &mdash; Documentation by YARD 0.8.7.4
10
10
 
11
11
  </title>
12
12
 
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
19
19
  relpath = '../../';
20
- framesUrl = "../../frames.html#!" + escape(window.location.href);
20
+ framesUrl = "../../frames.html#!Mbrao/Exceptions/Unimplemented.html";
21
21
  </script>
22
22
 
23
23
 
@@ -124,9 +124,9 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Sun Feb 23 17:03:34 2014 by
127
+ Generated on Wed Apr 9 21:36:01 2014 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.8.7.3 (ruby-2.1.0).
129
+ 0.8.7.4 (ruby-2.1.0).
130
130
  </div>
131
131
 
132
132
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Exception: Mbrao::Exceptions::UnknownEngine
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.3
9
+ &mdash; Documentation by YARD 0.8.7.4
10
10
 
11
11
  </title>
12
12
 
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
19
19
  relpath = '../../';
20
- framesUrl = "../../frames.html#!" + escape(window.location.href);
20
+ framesUrl = "../../frames.html#!Mbrao/Exceptions/UnknownEngine.html";
21
21
  </script>
22
22
 
23
23
 
@@ -124,9 +124,9 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Sun Feb 23 17:03:34 2014 by
127
+ Generated on Wed Apr 9 21:36:01 2014 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.8.7.3 (ruby-2.1.0).
129
+ 0.8.7.4 (ruby-2.1.0).
130
130
  </div>
131
131
 
132
132
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Mbrao::Parser
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.3
9
+ &mdash; Documentation by YARD 0.8.7.4
10
10
 
11
11
  </title>
12
12
 
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
19
19
  relpath = '../';
20
- framesUrl = "../frames.html#!" + escape(window.location.href);
20
+ framesUrl = "../frames.html#!Mbrao/Parser.html";
21
21
  </script>
22
22
 
23
23
 
@@ -409,9 +409,9 @@
409
409
  </div>
410
410
 
411
411
  <div id="footer">
412
- Generated on Sun Feb 23 17:03:33 2014 by
412
+ Generated on Wed Apr 9 21:36:00 2014 by
413
413
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
414
- 0.8.7.3 (ruby-2.1.0).
414
+ 0.8.7.4 (ruby-2.1.0).
415
415
  </div>
416
416
 
417
417
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Mbrao::ParsingEngines
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.3
9
+ &mdash; Documentation by YARD 0.8.7.4
10
10
 
11
11
  </title>
12
12
 
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
19
19
  relpath = '../';
20
- framesUrl = "../frames.html#!" + escape(window.location.href);
20
+ framesUrl = "../frames.html#!Mbrao/ParsingEngines.html";
21
21
  </script>
22
22
 
23
23
 
@@ -118,9 +118,9 @@
118
118
  </div>
119
119
 
120
120
  <div id="footer">
121
- Generated on Sun Feb 23 17:03:33 2014 by
121
+ Generated on Wed Apr 9 21:36:00 2014 by
122
122
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
123
- 0.8.7.3 (ruby-2.1.0).
123
+ 0.8.7.4 (ruby-2.1.0).
124
124
  </div>
125
125
 
126
126
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Mbrao::ParsingEngines::Base
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.3
9
+ &mdash; Documentation by YARD 0.8.7.4
10
10
 
11
11
  </title>
12
12
 
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
19
19
  relpath = '../../';
20
- framesUrl = "../../frames.html#!" + escape(window.location.href);
20
+ framesUrl = "../../frames.html#!Mbrao/ParsingEngines/Base.html";
21
21
  </script>
22
22
 
23
23
 
@@ -650,9 +650,9 @@ returned, else a <code>HashWithIndifferentAccess</code> with locales as keys.</p
650
650
  </div>
651
651
 
652
652
  <div id="footer">
653
- Generated on Sun Feb 23 17:03:34 2014 by
653
+ Generated on Wed Apr 9 21:36:01 2014 by
654
654
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
655
- 0.8.7.3 (ruby-2.1.0).
655
+ 0.8.7.4 (ruby-2.1.0).
656
656
  </div>
657
657
 
658
658
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Mbrao::ParsingEngines::PlainText
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.3
9
+ &mdash; Documentation by YARD 0.8.7.4
10
10
 
11
11
  </title>
12
12
 
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
19
19
  relpath = '../../';
20
- framesUrl = "../../frames.html#!" + escape(window.location.href);
20
+ framesUrl = "../../frames.html#!Mbrao/ParsingEngines/PlainText.html";
21
21
  </script>
22
22
 
23
23
 
@@ -563,9 +563,9 @@ returned, else a <code>HashWithIndifferentAccess</code> with locales as keys.</p
563
563
  </div>
564
564
 
565
565
  <div id="footer">
566
- Generated on Sun Feb 23 17:03:34 2014 by
566
+ Generated on Wed Apr 9 21:36:01 2014 by
567
567
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
568
- 0.8.7.3 (ruby-2.1.0).
568
+ 0.8.7.4 (ruby-2.1.0).
569
569
  </div>
570
570
 
571
571
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Mbrao::PublicInterface
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.3
9
+ &mdash; Documentation by YARD 0.8.7.4
10
10
 
11
11
  </title>
12
12
 
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
19
19
  relpath = '../';
20
- framesUrl = "../frames.html#!" + escape(window.location.href);
20
+ framesUrl = "../frames.html#!Mbrao/PublicInterface.html";
21
21
  </script>
22
22
 
23
23
 
@@ -125,9 +125,9 @@
125
125
  </div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Sun Feb 23 17:03:33 2014 by
128
+ Generated on Wed Apr 9 21:36:00 2014 by
129
129
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
- 0.8.7.3 (ruby-2.1.0).
130
+ 0.8.7.4 (ruby-2.1.0).
131
131
  </div>
132
132
 
133
133
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Mbrao::PublicInterface::ClassMethods
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.3
9
+ &mdash; Documentation by YARD 0.8.7.4
10
10
 
11
11
  </title>
12
12
 
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
19
19
  relpath = '../../';
20
- framesUrl = "../../frames.html#!" + escape(window.location.href);
20
+ framesUrl = "../../frames.html#!Mbrao/PublicInterface/ClassMethods.html";
21
21
  </script>
22
22
 
23
23
 
@@ -1706,9 +1706,9 @@ The only supported value are:</p>
1706
1706
  </div>
1707
1707
 
1708
1708
  <div id="footer">
1709
- Generated on Sun Feb 23 17:03:33 2014 by
1709
+ Generated on Wed Apr 9 21:36:00 2014 by
1710
1710
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1711
- 0.8.7.3 (ruby-2.1.0).
1711
+ 0.8.7.4 (ruby-2.1.0).
1712
1712
  </div>
1713
1713
 
1714
1714
  </body>