mbrao 1.6.0 → 1.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +6 -1
- data/.travis-gemfile +2 -3
- data/.travis.yml +5 -3
- data/.yardopts +1 -1
- data/CHANGELOG.md +8 -0
- data/Gemfile +1 -1
- data/LICENSE.md +21 -0
- data/README.md +21 -16
- data/Rakefile +1 -1
- data/{doc → docs}/ActionView.html +1 -1
- data/{doc → docs}/ActionView/Template.html +1 -1
- data/{doc → docs}/ActionView/Template/Handlers.html +1 -1
- data/{doc → docs}/ActionView/Template/Handlers/MbraoTemplate.html +1 -1
- data/{doc → docs}/HTML.html +1 -1
- data/{doc → docs}/HTML/Pipeline.html +1 -1
- data/{doc → docs}/HTML/Pipeline/KramdownFilter.html +1 -1
- data/{doc → docs}/Mbrao.html +1 -1
- data/{doc → docs}/Mbrao/Author.html +1 -1
- data/{doc → docs}/Mbrao/Content.html +1 -1
- data/{doc → docs}/Mbrao/ContentInterface.html +1 -1
- data/{doc → docs}/Mbrao/ContentInterface/ClassMethods.html +1 -1
- data/{doc → docs}/Mbrao/Exceptions.html +1 -1
- data/{doc → docs}/Mbrao/Exceptions/InvalidDate.html +1 -1
- data/{doc → docs}/Mbrao/Exceptions/InvalidMetadata.html +1 -1
- data/{doc → docs}/Mbrao/Exceptions/Parsing.html +1 -1
- data/{doc → docs}/Mbrao/Exceptions/Rendering.html +1 -1
- data/{doc → docs}/Mbrao/Exceptions/UnavailableLocalization.html +1 -1
- data/{doc → docs}/Mbrao/Exceptions/Unimplemented.html +1 -1
- data/{doc → docs}/Mbrao/Exceptions/UnknownEngine.html +1 -1
- data/{doc → docs}/Mbrao/Parser.html +1 -1
- data/{doc → docs}/Mbrao/ParserInterface.html +1 -1
- data/{doc → docs}/Mbrao/ParserInterface/ClassMethods.html +1 -1
- data/{doc → docs}/Mbrao/ParserValidations.html +1 -1
- data/{doc → docs}/Mbrao/ParserValidations/ClassMethods.html +1 -1
- data/{doc → docs}/Mbrao/ParsingEngines.html +1 -1
- data/{doc → docs}/Mbrao/ParsingEngines/Base.html +1 -1
- data/{doc → docs}/Mbrao/ParsingEngines/PlainText.html +1 -1
- data/{doc → docs}/Mbrao/RenderingEngines.html +1 -1
- data/{doc → docs}/Mbrao/RenderingEngines/Base.html +1 -1
- data/{doc → docs}/Mbrao/RenderingEngines/HtmlPipeline.html +1 -1
- data/{doc → docs}/Mbrao/Version.html +1 -1
- data/{doc → docs}/_index.html +1 -1
- data/{doc → docs}/class_list.html +0 -0
- data/{doc → docs}/css/common.css +0 -0
- data/{doc → docs}/css/full_list.css +0 -0
- data/{doc → docs}/css/style.css +0 -0
- data/{doc → docs}/file.README.html +7 -5
- data/{doc → docs}/file_list.html +0 -0
- data/{doc → docs}/frames.html +0 -0
- data/{doc → docs}/index.html +7 -5
- data/{doc → docs}/js/app.js +0 -0
- data/{doc → docs}/js/full_list.js +0 -0
- data/{doc → docs}/js/jquery.js +0 -0
- data/{doc → docs}/method_list.html +0 -0
- data/{doc → docs}/top-level-namespace.html +1 -1
- data/lib/mbrao.rb +1 -1
- data/lib/mbrao/author.rb +1 -1
- data/lib/mbrao/content.rb +1 -1
- data/lib/mbrao/content_interface.rb +1 -1
- data/lib/mbrao/exceptions.rb +1 -1
- data/lib/mbrao/integrations/rails.rb +1 -1
- data/lib/mbrao/parser.rb +1 -1
- data/lib/mbrao/parser_interface.rb +1 -1
- data/lib/mbrao/parser_validations.rb +1 -1
- data/lib/mbrao/parsing_engines/base.rb +1 -1
- data/lib/mbrao/parsing_engines/plain_text.rb +1 -1
- data/lib/mbrao/rendering_engines/base.rb +1 -1
- data/lib/mbrao/rendering_engines/html_pipeline.rb +1 -1
- data/lib/mbrao/rendering_engines/html_pipeline/kramdown_filter.rb +1 -1
- data/lib/mbrao/version.rb +2 -2
- data/mbrao.gemspec +1 -1
- data/spec/mbrao/author_spec.rb +1 -1
- data/spec/mbrao/content_spec.rb +1 -1
- data/spec/mbrao/integrations/rails_spec.rb +1 -1
- data/spec/mbrao/parser_spec.rb +1 -1
- data/spec/mbrao/parsing_engines/base_spec.rb +1 -1
- data/spec/mbrao/parsing_engines/plain_text_spec.rb +1 -1
- data/spec/mbrao/rendering_engines/base_spec.rb +1 -1
- data/spec/mbrao/rendering_engines/html_pipeline/kramdown_filter_spec.rb +1 -1
- data/spec/mbrao/rendering_engines/html_pipeline_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +50 -54
- data/doc/Mbrao/ContentPublicInterface.html +0 -662
- data/doc/Mbrao/PublicInterface.html +0 -134
- data/doc/Mbrao/PublicInterface/ClassMethods.html +0 -1715
- data/doc/Mbrao/Validations.html +0 -134
- 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
|
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
|
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
|
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
|
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>
|
data/{doc → docs}/_index.html
RENAMED
@@ -413,7 +413,7 @@
|
|
413
413
|
</div>
|
414
414
|
|
415
415
|
<div id="footer">
|
416
|
-
Generated on
|
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
|
data/{doc → docs}/css/common.css
RENAMED
File without changes
|
File without changes
|
data/{doc → docs}/css/style.css
RENAMED
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/
|
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>
|
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
|
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>
|
data/{doc → docs}/file_list.html
RENAMED
File without changes
|
data/{doc → docs}/frames.html
RENAMED
File without changes
|
data/{doc → docs}/index.html
RENAMED
@@ -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/
|
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>
|
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
|
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>
|
data/{doc → docs}/js/app.js
RENAMED
File without changes
|
File without changes
|
data/{doc → docs}/js/jquery.js
RENAMED
File without changes
|
File without changes
|
@@ -103,7 +103,7 @@
|
|
103
103
|
</div>
|
104
104
|
|
105
105
|
<div id="footer">
|
106
|
-
Generated on
|
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>
|
data/lib/mbrao.rb
CHANGED
@@ -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
|
4
|
+
# Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
|
5
5
|
#
|
6
6
|
|
7
7
|
require "lazier"
|
data/lib/mbrao/author.rb
CHANGED
@@ -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
|
4
|
+
# Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
|
5
5
|
#
|
6
6
|
|
7
7
|
module Mbrao
|
data/lib/mbrao/content.rb
CHANGED
@@ -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
|
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
|
4
|
+
# Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
|
5
5
|
#
|
6
6
|
|
7
7
|
module Mbrao
|
data/lib/mbrao/exceptions.rb
CHANGED
@@ -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
|
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
|
4
|
+
# Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
|
5
5
|
#
|
6
6
|
|
7
7
|
# :nodoc:
|
data/lib/mbrao/parser.rb
CHANGED
@@ -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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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.
|
data/lib/mbrao/version.rb
CHANGED
@@ -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
|
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 =
|
20
|
+
PATCH = 1
|
21
21
|
|
22
22
|
# The current version of mbrao.
|
23
23
|
STRING = [MAJOR, MINOR, PATCH].compact.join(".")
|
data/mbrao.gemspec
CHANGED
@@ -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
|
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__)
|
data/spec/mbrao/author_spec.rb
CHANGED
@@ -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
|
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"
|
data/spec/mbrao/content_spec.rb
CHANGED
@@ -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
|
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
|
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"
|
data/spec/mbrao/parser_spec.rb
CHANGED
@@ -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
|
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
|
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
|
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
|
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
|
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
|
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"
|
data/spec/spec_helper.rb
CHANGED
@@ -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
|
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.
|
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:
|
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
|
-
-
|
114
|
-
-
|
115
|
-
-
|
116
|
-
-
|
117
|
-
-
|
118
|
-
-
|
119
|
-
-
|
120
|
-
-
|
121
|
-
-
|
122
|
-
-
|
123
|
-
-
|
124
|
-
-
|
125
|
-
-
|
126
|
-
-
|
127
|
-
-
|
128
|
-
-
|
129
|
-
-
|
130
|
-
-
|
131
|
-
-
|
132
|
-
-
|
133
|
-
-
|
134
|
-
-
|
135
|
-
-
|
136
|
-
-
|
137
|
-
-
|
138
|
-
-
|
139
|
-
-
|
140
|
-
-
|
141
|
-
-
|
142
|
-
-
|
143
|
-
-
|
144
|
-
-
|
145
|
-
-
|
146
|
-
-
|
147
|
-
-
|
148
|
-
-
|
149
|
-
-
|
150
|
-
-
|
151
|
-
-
|
152
|
-
-
|
153
|
-
-
|
154
|
-
-
|
155
|
-
-
|
156
|
-
-
|
157
|
-
-
|
158
|
-
-
|
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.
|
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.
|