mbrao 1.6.0 → 1.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +6 -1
  3. data/.travis-gemfile +2 -3
  4. data/.travis.yml +5 -3
  5. data/.yardopts +1 -1
  6. data/CHANGELOG.md +8 -0
  7. data/Gemfile +1 -1
  8. data/LICENSE.md +21 -0
  9. data/README.md +21 -16
  10. data/Rakefile +1 -1
  11. data/{doc → docs}/ActionView.html +1 -1
  12. data/{doc → docs}/ActionView/Template.html +1 -1
  13. data/{doc → docs}/ActionView/Template/Handlers.html +1 -1
  14. data/{doc → docs}/ActionView/Template/Handlers/MbraoTemplate.html +1 -1
  15. data/{doc → docs}/HTML.html +1 -1
  16. data/{doc → docs}/HTML/Pipeline.html +1 -1
  17. data/{doc → docs}/HTML/Pipeline/KramdownFilter.html +1 -1
  18. data/{doc → docs}/Mbrao.html +1 -1
  19. data/{doc → docs}/Mbrao/Author.html +1 -1
  20. data/{doc → docs}/Mbrao/Content.html +1 -1
  21. data/{doc → docs}/Mbrao/ContentInterface.html +1 -1
  22. data/{doc → docs}/Mbrao/ContentInterface/ClassMethods.html +1 -1
  23. data/{doc → docs}/Mbrao/Exceptions.html +1 -1
  24. data/{doc → docs}/Mbrao/Exceptions/InvalidDate.html +1 -1
  25. data/{doc → docs}/Mbrao/Exceptions/InvalidMetadata.html +1 -1
  26. data/{doc → docs}/Mbrao/Exceptions/Parsing.html +1 -1
  27. data/{doc → docs}/Mbrao/Exceptions/Rendering.html +1 -1
  28. data/{doc → docs}/Mbrao/Exceptions/UnavailableLocalization.html +1 -1
  29. data/{doc → docs}/Mbrao/Exceptions/Unimplemented.html +1 -1
  30. data/{doc → docs}/Mbrao/Exceptions/UnknownEngine.html +1 -1
  31. data/{doc → docs}/Mbrao/Parser.html +1 -1
  32. data/{doc → docs}/Mbrao/ParserInterface.html +1 -1
  33. data/{doc → docs}/Mbrao/ParserInterface/ClassMethods.html +1 -1
  34. data/{doc → docs}/Mbrao/ParserValidations.html +1 -1
  35. data/{doc → docs}/Mbrao/ParserValidations/ClassMethods.html +1 -1
  36. data/{doc → docs}/Mbrao/ParsingEngines.html +1 -1
  37. data/{doc → docs}/Mbrao/ParsingEngines/Base.html +1 -1
  38. data/{doc → docs}/Mbrao/ParsingEngines/PlainText.html +1 -1
  39. data/{doc → docs}/Mbrao/RenderingEngines.html +1 -1
  40. data/{doc → docs}/Mbrao/RenderingEngines/Base.html +1 -1
  41. data/{doc → docs}/Mbrao/RenderingEngines/HtmlPipeline.html +1 -1
  42. data/{doc → docs}/Mbrao/Version.html +1 -1
  43. data/{doc → docs}/_index.html +1 -1
  44. data/{doc → docs}/class_list.html +0 -0
  45. data/{doc → docs}/css/common.css +0 -0
  46. data/{doc → docs}/css/full_list.css +0 -0
  47. data/{doc → docs}/css/style.css +0 -0
  48. data/{doc → docs}/file.README.html +7 -5
  49. data/{doc → docs}/file_list.html +0 -0
  50. data/{doc → docs}/frames.html +0 -0
  51. data/{doc → docs}/index.html +7 -5
  52. data/{doc → docs}/js/app.js +0 -0
  53. data/{doc → docs}/js/full_list.js +0 -0
  54. data/{doc → docs}/js/jquery.js +0 -0
  55. data/{doc → docs}/method_list.html +0 -0
  56. data/{doc → docs}/top-level-namespace.html +1 -1
  57. data/lib/mbrao.rb +1 -1
  58. data/lib/mbrao/author.rb +1 -1
  59. data/lib/mbrao/content.rb +1 -1
  60. data/lib/mbrao/content_interface.rb +1 -1
  61. data/lib/mbrao/exceptions.rb +1 -1
  62. data/lib/mbrao/integrations/rails.rb +1 -1
  63. data/lib/mbrao/parser.rb +1 -1
  64. data/lib/mbrao/parser_interface.rb +1 -1
  65. data/lib/mbrao/parser_validations.rb +1 -1
  66. data/lib/mbrao/parsing_engines/base.rb +1 -1
  67. data/lib/mbrao/parsing_engines/plain_text.rb +1 -1
  68. data/lib/mbrao/rendering_engines/base.rb +1 -1
  69. data/lib/mbrao/rendering_engines/html_pipeline.rb +1 -1
  70. data/lib/mbrao/rendering_engines/html_pipeline/kramdown_filter.rb +1 -1
  71. data/lib/mbrao/version.rb +2 -2
  72. data/mbrao.gemspec +1 -1
  73. data/spec/mbrao/author_spec.rb +1 -1
  74. data/spec/mbrao/content_spec.rb +1 -1
  75. data/spec/mbrao/integrations/rails_spec.rb +1 -1
  76. data/spec/mbrao/parser_spec.rb +1 -1
  77. data/spec/mbrao/parsing_engines/base_spec.rb +1 -1
  78. data/spec/mbrao/parsing_engines/plain_text_spec.rb +1 -1
  79. data/spec/mbrao/rendering_engines/base_spec.rb +1 -1
  80. data/spec/mbrao/rendering_engines/html_pipeline/kramdown_filter_spec.rb +1 -1
  81. data/spec/mbrao/rendering_engines/html_pipeline_spec.rb +1 -1
  82. data/spec/spec_helper.rb +1 -1
  83. metadata +50 -54
  84. data/doc/Mbrao/ContentPublicInterface.html +0 -662
  85. data/doc/Mbrao/PublicInterface.html +0 -134
  86. data/doc/Mbrao/PublicInterface/ClassMethods.html +0 -1715
  87. data/doc/Mbrao/Validations.html +0 -134
  88. data/doc/Mbrao/Validations/ClassMethods.html +0 -354
@@ -118,7 +118,7 @@
118
118
  </div>
119
119
 
120
120
  <div id="footer">
121
- Generated on Tue Mar 29 12:47:22 2016 by
121
+ Generated on Thu Aug 18 15:50:02 2016 by
122
122
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
123
123
  0.8.7.6 (ruby-2.3.0).
124
124
  </div>
@@ -271,7 +271,7 @@
271
271
  </div>
272
272
 
273
273
  <div id="footer">
274
- Generated on Tue Mar 29 12:47:22 2016 by
274
+ Generated on Thu Aug 18 15:50:02 2016 by
275
275
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
276
276
  0.8.7.6 (ruby-2.3.0).
277
277
  </div>
@@ -812,7 +812,7 @@
812
812
  </div>
813
813
 
814
814
  <div id="footer">
815
- Generated on Tue Mar 29 12:47:22 2016 by
815
+ Generated on Thu Aug 18 15:50:03 2016 by
816
816
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
817
817
  0.8.7.6 (ruby-2.3.0).
818
818
  </div>
@@ -180,7 +180,7 @@
180
180
  </div>
181
181
 
182
182
  <div id="footer">
183
- Generated on Tue Mar 29 12:47:22 2016 by
183
+ Generated on Thu Aug 18 15:50:02 2016 by
184
184
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
185
185
  0.8.7.6 (ruby-2.3.0).
186
186
  </div>
@@ -413,7 +413,7 @@
413
413
  </div>
414
414
 
415
415
  <div id="footer">
416
- Generated on Tue Mar 29 12:47:21 2016 by
416
+ Generated on Thu Aug 18 15:50:02 2016 by
417
417
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
418
418
  0.8.7.6 (ruby-2.3.0).
419
419
  </div>
File without changes
File without changes
File without changes
File without changes
@@ -67,13 +67,11 @@
67
67
  <a href="https://gemnasium.com/ShogunPanda/mbrao"><img src="https://gemnasium.com/ShogunPanda/mbrao.png?travis" alt="Dependency Status" /></a>
68
68
  <a href="https://travis-ci.org/ShogunPanda/mbrao"><img src="https://secure.travis-ci.org/ShogunPanda/mbrao.png?branch=master" alt="Build Status" /></a>
69
69
  <a href="https://codeclimate.com/github/ShogunPanda/mbrao"><img src="https://codeclimate.com/github/ShogunPanda/mbrao.png" alt="Code Climate" /></a>
70
- <a href="https://coveralls.io/r/ShogunPanda/mbrao"><img src="https://coveralls.io/repos/ShogunPanda/mbrao/badge.png" alt="Coverage Status" /></a></p>
70
+ <a href="https://coveralls.io/github/ShogunPanda/mbrao?branch=master"><img src="https://coveralls.io/repos/github/ShogunPanda/mbrao/badge.svg?branch=master" alt="Coverage Status" /></a></p>
71
71
 
72
72
  <p>A content parser and renderer with embedded metadata support.</p>
73
73
 
74
- <p>http://sw.cowtech.it/mbrao</p>
75
-
76
- <p>http://rdoc.info/gems/mbrao</p>
74
+ <p>https://sw.cowtech.it/mbrao</p>
77
75
 
78
76
  <h2 id="usage">Usage</h2>
79
77
 
@@ -109,6 +107,10 @@ Mbrao::Parser.render(content)
109
107
 
110
108
  <p>You can customize the rendering engine used by including the <code>engine</code> metadata. Also, your controller will get a new <code>mbrao_content</code> helper method with the parsed content.</p>
111
109
 
110
+ <h2 id="api-documentation">API Documentation</h2>
111
+
112
+ <p>The API documentation can be found <a href="https://sw.cowtech.it/mbrao/docs">here</a>.</p>
113
+
112
114
  <h2 id="contributing-to-mbrao">Contributing to mbrao</h2>
113
115
 
114
116
  <ul>
@@ -129,7 +131,7 @@ Mbrao::Parser.render(content)
129
131
  </div></div>
130
132
 
131
133
  <div id="footer">
132
- Generated on Tue Mar 29 12:47:22 2016 by
134
+ Generated on Thu Aug 18 15:50:02 2016 by
133
135
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
134
136
  0.8.7.6 (ruby-2.3.0).
135
137
  </div>
File without changes
File without changes
@@ -67,13 +67,11 @@
67
67
  <a href="https://gemnasium.com/ShogunPanda/mbrao"><img src="https://gemnasium.com/ShogunPanda/mbrao.png?travis" alt="Dependency Status" /></a>
68
68
  <a href="https://travis-ci.org/ShogunPanda/mbrao"><img src="https://secure.travis-ci.org/ShogunPanda/mbrao.png?branch=master" alt="Build Status" /></a>
69
69
  <a href="https://codeclimate.com/github/ShogunPanda/mbrao"><img src="https://codeclimate.com/github/ShogunPanda/mbrao.png" alt="Code Climate" /></a>
70
- <a href="https://coveralls.io/r/ShogunPanda/mbrao"><img src="https://coveralls.io/repos/ShogunPanda/mbrao/badge.png" alt="Coverage Status" /></a></p>
70
+ <a href="https://coveralls.io/github/ShogunPanda/mbrao?branch=master"><img src="https://coveralls.io/repos/github/ShogunPanda/mbrao/badge.svg?branch=master" alt="Coverage Status" /></a></p>
71
71
 
72
72
  <p>A content parser and renderer with embedded metadata support.</p>
73
73
 
74
- <p>http://sw.cowtech.it/mbrao</p>
75
-
76
- <p>http://rdoc.info/gems/mbrao</p>
74
+ <p>https://sw.cowtech.it/mbrao</p>
77
75
 
78
76
  <h2 id="usage">Usage</h2>
79
77
 
@@ -109,6 +107,10 @@ Mbrao::Parser.render(content)
109
107
 
110
108
  <p>You can customize the rendering engine used by including the <code>engine</code> metadata. Also, your controller will get a new <code>mbrao_content</code> helper method with the parsed content.</p>
111
109
 
110
+ <h2 id="api-documentation">API Documentation</h2>
111
+
112
+ <p>The API documentation can be found <a href="https://sw.cowtech.it/mbrao/docs">here</a>.</p>
113
+
112
114
  <h2 id="contributing-to-mbrao">Contributing to mbrao</h2>
113
115
 
114
116
  <ul>
@@ -129,7 +131,7 @@ Mbrao::Parser.render(content)
129
131
  </div></div>
130
132
 
131
133
  <div id="footer">
132
- Generated on Tue Mar 29 12:47:22 2016 by
134
+ Generated on Thu Aug 18 15:50:02 2016 by
133
135
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
134
136
  0.8.7.6 (ruby-2.3.0).
135
137
  </div>
File without changes
File without changes
File without changes
File without changes
@@ -103,7 +103,7 @@
103
103
  </div>
104
104
 
105
105
  <div id="footer">
106
- Generated on Tue Mar 29 12:47:22 2016 by
106
+ Generated on Thu Aug 18 15:50:02 2016 by
107
107
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
108
108
  0.8.7.6 (ruby-2.3.0).
109
109
  </div>
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "lazier"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  module Mbrao
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  module Mbrao
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  module Mbrao
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  module Mbrao
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  # :nodoc:
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  # A content parser and renderer with embedded metadata support.
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  # A content parser and renderer with embedded metadata support.
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  # A content parser and renderer with embedded metadata support.
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  module Mbrao
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  module Mbrao
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  module Mbrao
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  module Mbrao
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  # Main module of the [html-pipeline](https://github.com/jch/html-pipeline) gem.
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  # A content parser and renderer with embedded metadata support.
@@ -17,7 +17,7 @@ module Mbrao
17
17
  MINOR = 6
18
18
 
19
19
  # The patch version.
20
- PATCH = 0
20
+ PATCH = 1
21
21
 
22
22
  # The current version of mbrao.
23
23
  STRING = [MAJOR, MINOR, PATCH].compact.join(".")
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require File.expand_path("../lib/mbrao/version", __FILE__)
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "spec_helper"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "spec_helper"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "spec_helper"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "spec_helper"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "spec_helper"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "spec_helper"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "spec_helper"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "spec_helper"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "spec_helper"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "bundler/setup"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mbrao
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shogun
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-29 00:00:00.000000000 Z
11
+ date: 2018-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lazier
@@ -108,59 +108,55 @@ files:
108
108
  - ".yardopts"
109
109
  - CHANGELOG.md
110
110
  - Gemfile
111
+ - LICENSE.md
111
112
  - README.md
112
113
  - Rakefile
113
- - doc/ActionView.html
114
- - doc/ActionView/Template.html
115
- - doc/ActionView/Template/Handlers.html
116
- - doc/ActionView/Template/Handlers/MbraoTemplate.html
117
- - doc/HTML.html
118
- - doc/HTML/Pipeline.html
119
- - doc/HTML/Pipeline/KramdownFilter.html
120
- - doc/Mbrao.html
121
- - doc/Mbrao/Author.html
122
- - doc/Mbrao/Content.html
123
- - doc/Mbrao/ContentInterface.html
124
- - doc/Mbrao/ContentInterface/ClassMethods.html
125
- - doc/Mbrao/ContentPublicInterface.html
126
- - doc/Mbrao/Exceptions.html
127
- - doc/Mbrao/Exceptions/InvalidDate.html
128
- - doc/Mbrao/Exceptions/InvalidMetadata.html
129
- - doc/Mbrao/Exceptions/Parsing.html
130
- - doc/Mbrao/Exceptions/Rendering.html
131
- - doc/Mbrao/Exceptions/UnavailableLocalization.html
132
- - doc/Mbrao/Exceptions/Unimplemented.html
133
- - doc/Mbrao/Exceptions/UnknownEngine.html
134
- - doc/Mbrao/Parser.html
135
- - doc/Mbrao/ParserInterface.html
136
- - doc/Mbrao/ParserInterface/ClassMethods.html
137
- - doc/Mbrao/ParserValidations.html
138
- - doc/Mbrao/ParserValidations/ClassMethods.html
139
- - doc/Mbrao/ParsingEngines.html
140
- - doc/Mbrao/ParsingEngines/Base.html
141
- - doc/Mbrao/ParsingEngines/PlainText.html
142
- - doc/Mbrao/PublicInterface.html
143
- - doc/Mbrao/PublicInterface/ClassMethods.html
144
- - doc/Mbrao/RenderingEngines.html
145
- - doc/Mbrao/RenderingEngines/Base.html
146
- - doc/Mbrao/RenderingEngines/HtmlPipeline.html
147
- - doc/Mbrao/Validations.html
148
- - doc/Mbrao/Validations/ClassMethods.html
149
- - doc/Mbrao/Version.html
150
- - doc/_index.html
151
- - doc/class_list.html
152
- - doc/css/common.css
153
- - doc/css/full_list.css
154
- - doc/css/style.css
155
- - doc/file.README.html
156
- - doc/file_list.html
157
- - doc/frames.html
158
- - doc/index.html
159
- - doc/js/app.js
160
- - doc/js/full_list.js
161
- - doc/js/jquery.js
162
- - doc/method_list.html
163
- - doc/top-level-namespace.html
114
+ - docs/ActionView.html
115
+ - docs/ActionView/Template.html
116
+ - docs/ActionView/Template/Handlers.html
117
+ - docs/ActionView/Template/Handlers/MbraoTemplate.html
118
+ - docs/HTML.html
119
+ - docs/HTML/Pipeline.html
120
+ - docs/HTML/Pipeline/KramdownFilter.html
121
+ - docs/Mbrao.html
122
+ - docs/Mbrao/Author.html
123
+ - docs/Mbrao/Content.html
124
+ - docs/Mbrao/ContentInterface.html
125
+ - docs/Mbrao/ContentInterface/ClassMethods.html
126
+ - docs/Mbrao/Exceptions.html
127
+ - docs/Mbrao/Exceptions/InvalidDate.html
128
+ - docs/Mbrao/Exceptions/InvalidMetadata.html
129
+ - docs/Mbrao/Exceptions/Parsing.html
130
+ - docs/Mbrao/Exceptions/Rendering.html
131
+ - docs/Mbrao/Exceptions/UnavailableLocalization.html
132
+ - docs/Mbrao/Exceptions/Unimplemented.html
133
+ - docs/Mbrao/Exceptions/UnknownEngine.html
134
+ - docs/Mbrao/Parser.html
135
+ - docs/Mbrao/ParserInterface.html
136
+ - docs/Mbrao/ParserInterface/ClassMethods.html
137
+ - docs/Mbrao/ParserValidations.html
138
+ - docs/Mbrao/ParserValidations/ClassMethods.html
139
+ - docs/Mbrao/ParsingEngines.html
140
+ - docs/Mbrao/ParsingEngines/Base.html
141
+ - docs/Mbrao/ParsingEngines/PlainText.html
142
+ - docs/Mbrao/RenderingEngines.html
143
+ - docs/Mbrao/RenderingEngines/Base.html
144
+ - docs/Mbrao/RenderingEngines/HtmlPipeline.html
145
+ - docs/Mbrao/Version.html
146
+ - docs/_index.html
147
+ - docs/class_list.html
148
+ - docs/css/common.css
149
+ - docs/css/full_list.css
150
+ - docs/css/style.css
151
+ - docs/file.README.html
152
+ - docs/file_list.html
153
+ - docs/frames.html
154
+ - docs/index.html
155
+ - docs/js/app.js
156
+ - docs/js/full_list.js
157
+ - docs/js/jquery.js
158
+ - docs/method_list.html
159
+ - docs/top-level-namespace.html
164
160
  - lib/mbrao.rb
165
161
  - lib/mbrao/author.rb
166
162
  - lib/mbrao/content.rb
@@ -207,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
207
203
  version: '0'
208
204
  requirements: []
209
205
  rubyforge_project: mbrao
210
- rubygems_version: 2.5.1
206
+ rubygems_version: 2.6.8
211
207
  signing_key:
212
208
  specification_version: 4
213
209
  summary: A content parser and renderer with embedded metadata support.