mbrao 1.3.0 → 1.4.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 (40) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/doc/ActionView/Template/Handlers/MbraoTemplate.html +1 -1
  4. data/doc/ActionView/Template/Handlers.html +1 -1
  5. data/doc/HTML/Pipeline/KramdownFilter.html +1 -1
  6. data/doc/HTML/Pipeline.html +1 -1
  7. data/doc/HTML.html +1 -1
  8. data/doc/Mbrao/Author.html +1 -1
  9. data/doc/Mbrao/Content.html +958 -259
  10. data/doc/Mbrao/ContentPublicInterface.html +1 -1
  11. data/doc/Mbrao/Exceptions/InvalidDate.html +1 -1
  12. data/doc/Mbrao/Exceptions/InvalidMetadata.html +1 -1
  13. data/doc/Mbrao/Exceptions/Parsing.html +1 -1
  14. data/doc/Mbrao/Exceptions/Rendering.html +1 -1
  15. data/doc/Mbrao/Exceptions/UnavailableLocalization.html +1 -1
  16. data/doc/Mbrao/Exceptions/Unimplemented.html +1 -1
  17. data/doc/Mbrao/Exceptions/UnknownEngine.html +1 -1
  18. data/doc/Mbrao/Exceptions.html +1 -1
  19. data/doc/Mbrao/Parser.html +1 -1
  20. data/doc/Mbrao/ParsingEngines/Base.html +1 -1
  21. data/doc/Mbrao/ParsingEngines/PlainText.html +1 -1
  22. data/doc/Mbrao/ParsingEngines.html +1 -1
  23. data/doc/Mbrao/PublicInterface/ClassMethods.html +1 -1
  24. data/doc/Mbrao/PublicInterface.html +1 -1
  25. data/doc/Mbrao/RenderingEngines/Base.html +1 -1
  26. data/doc/Mbrao/RenderingEngines/HtmlPipeline.html +1 -1
  27. data/doc/Mbrao/RenderingEngines.html +1 -1
  28. data/doc/Mbrao/Validations/ClassMethods.html +1 -1
  29. data/doc/Mbrao/Validations.html +1 -1
  30. data/doc/Mbrao/Version.html +2 -2
  31. data/doc/Mbrao.html +1 -1
  32. data/doc/_index.html +1 -1
  33. data/doc/file.README.html +1 -1
  34. data/doc/index.html +1 -1
  35. data/doc/method_list.html +53 -47
  36. data/doc/top-level-namespace.html +1 -1
  37. data/lib/mbrao/content.rb +18 -8
  38. data/lib/mbrao/version.rb +1 -1
  39. data/spec/mbrao/content_spec.rb +10 -2
  40. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d8cdcece5127a52606743fb1f1a5b60fd263d85
4
- data.tar.gz: e82bfb645863252bc1b0d0cbb59361306bf41a22
3
+ metadata.gz: 9be1bd246c95ef6bae71b31426492e883072232c
4
+ data.tar.gz: 92c6b9167b4d34bff13b442fb19ca7d89c0b3f20
5
5
  SHA512:
6
- metadata.gz: 16b211a2ec3906a47096e415321e428ae7d3b354214da7b7f94fcb5a70ee5317216719d424bfb61719b7e25e6e2cc658f8267d2ec48b01762c9ad9d796d96718
7
- data.tar.gz: a38360d95c6f0232983bbd3f9b5d4a653724c947c71be850a2e92655e47d4e04ff261c978068a9518726e98fe5fcf858ed6acb9617b8bbfbdbd96eb462bb2c47
6
+ metadata.gz: bcde59a4c8eb9dd7262ce093462cd3c6cd7cb7ad10ce8760c29c5252ea85ba922f05a190c8745a0cf59917f0d4bc286910cc308ee908c5e43817024d3cc748d0
7
+ data.tar.gz: fff3ea5ef34a3673e86e6821462dd662f711c370b3ee5ca5431a6632d3cf39025e6998a90f7544581b20e3afde2c01f83dbcd6090c7889b1830cfd04fb416b2e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 1.4.0 / 2013-11-24
2
+
3
+ * Added support for summary in Content.
4
+
1
5
  ### 1.3.0 / 2013-11-24
2
6
 
3
7
  * Added #as_json methods for Content and Author.
@@ -626,7 +626,7 @@
626
626
  </div>
627
627
 
628
628
  <div id="footer">
629
- Generated on Sun Nov 24 14:07:04 2013 by
629
+ Generated on Sun Nov 24 14:38:53 2013 by
630
630
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
631
631
  0.8.7.3 (ruby-2.0.0).
632
632
  </div>
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Sun Nov 24 14:07:03 2013 by
119
+ Generated on Sun Nov 24 14:38:52 2013 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.8.7.3 (ruby-2.0.0).
122
122
  </div>
@@ -345,7 +345,7 @@
345
345
  </div>
346
346
 
347
347
  <div id="footer">
348
- Generated on Sun Nov 24 14:07:04 2013 by
348
+ Generated on Sun Nov 24 14:38:53 2013 by
349
349
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
350
350
  0.8.7.3 (ruby-2.0.0).
351
351
  </div>
@@ -131,7 +131,7 @@
131
131
  </div>
132
132
 
133
133
  <div id="footer">
134
- Generated on Sun Nov 24 14:07:04 2013 by
134
+ Generated on Sun Nov 24 14:38:53 2013 by
135
135
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
136
136
  0.8.7.3 (ruby-2.0.0).
137
137
  </div>
data/doc/HTML.html CHANGED
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Sun Nov 24 14:07:03 2013 by
119
+ Generated on Sun Nov 24 14:38:52 2013 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.8.7.3 (ruby-2.0.0).
122
122
  </div>
@@ -1663,7 +1663,7 @@ The only supported value are:</p>
1663
1663
  </div>
1664
1664
 
1665
1665
  <div id="footer">
1666
- Generated on Sun Nov 24 14:07:03 2013 by
1666
+ Generated on Sun Nov 24 14:38:52 2013 by
1667
1667
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1668
1668
  0.8.7.3 (ruby-2.0.0).
1669
1669
  </div>