mbrao 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.travis-gemfile +1 -1
- data/Gemfile +1 -1
- data/README.md +1 -1
- data/Rakefile +1 -1
- data/doc/ActionView/Template/Handlers.html +3 -3
- data/doc/ActionView/Template/Handlers/MbraoTemplate.html +4 -4
- data/doc/HTML.html +3 -3
- data/doc/HTML/Pipeline.html +3 -3
- data/doc/HTML/Pipeline/KramdownFilter.html +3 -3
- data/doc/Mbrao.html +4 -4
- data/doc/Mbrao/Author.html +9 -9
- data/doc/Mbrao/Content.html +13 -13
- data/doc/Mbrao/ContentPublicInterface.html +5 -5
- data/doc/Mbrao/Exceptions.html +3 -3
- data/doc/Mbrao/Exceptions/InvalidDate.html +3 -3
- data/doc/Mbrao/Exceptions/InvalidMetadata.html +3 -3
- data/doc/Mbrao/Exceptions/Parsing.html +3 -3
- data/doc/Mbrao/Exceptions/Rendering.html +3 -3
- data/doc/Mbrao/Exceptions/UnavailableLocalization.html +3 -3
- data/doc/Mbrao/Exceptions/Unimplemented.html +3 -3
- data/doc/Mbrao/Exceptions/UnknownEngine.html +3 -3
- data/doc/Mbrao/Parser.html +3 -3
- data/doc/Mbrao/ParsingEngines.html +3 -3
- data/doc/Mbrao/ParsingEngines/Base.html +3 -3
- data/doc/Mbrao/ParsingEngines/PlainText.html +3 -3
- data/doc/Mbrao/PublicInterface.html +3 -3
- data/doc/Mbrao/PublicInterface/ClassMethods.html +8 -8
- data/doc/Mbrao/RenderingEngines.html +3 -3
- data/doc/Mbrao/RenderingEngines/Base.html +3 -3
- data/doc/Mbrao/RenderingEngines/HtmlPipeline.html +3 -3
- data/doc/Mbrao/Validations.html +3 -3
- data/doc/Mbrao/Validations/ClassMethods.html +3 -3
- data/doc/Mbrao/Version.html +4 -4
- data/doc/_index.html +4 -4
- data/doc/file.README.html +9 -9
- data/doc/frames.html +1 -1
- data/doc/index.html +9 -9
- data/doc/top-level-namespace.html +3 -3
- data/lib/mbrao.rb +1 -1
- data/lib/mbrao/author.rb +1 -1
- data/lib/mbrao/content.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/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/version.rb +2 -2
- data/mbrao.gemspec +2 -2
- data/spec/coverage_helper.rb +2 -2
- 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_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +8 -21
data/doc/file.README.html
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
4
|
<head>
|
5
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
6
6
|
<title>
|
7
7
|
File: README
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.7
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -105,33 +105,33 @@ Mbrao::Parser.render(content)
|
|
105
105
|
|
106
106
|
<p>mbrao has support for integrations with other frameworks. Builtin there is support for Ruby on Rails integration.</p>
|
107
107
|
|
108
|
-
<p>By including <code>gem mbrao</code> in your <code>Gemfile</code> you
|
108
|
+
<p>By including <code>gem mbrao</code> in your <code>Gemfile</code> you’ll get automatic rendering of <code>emt</code> file.</p>
|
109
109
|
|
110
110
|
<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
111
|
|
112
112
|
<h2 id="contributing-to-mbrao">Contributing to mbrao</h2>
|
113
113
|
|
114
114
|
<ul>
|
115
|
-
<li>Check out the latest master to make sure the feature hasn
|
116
|
-
<li>Check out the issue tracker to make sure someone already hasn
|
115
|
+
<li>Check out the latest master to make sure the feature hasn’t been implemented or the bug hasn’t been fixed yet.</li>
|
116
|
+
<li>Check out the issue tracker to make sure someone already hasn’t requested it and/or contributed it.</li>
|
117
117
|
<li>Fork the project.</li>
|
118
118
|
<li>Start a feature/bugfix branch.</li>
|
119
119
|
<li>Commit and push until you are happy with your contribution.</li>
|
120
|
-
<li>Make sure to add tests for it. This is important so I don
|
120
|
+
<li>Make sure to add tests for it. This is important so I don’t break it in a future version unintentionally.</li>
|
121
121
|
<li>Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.</li>
|
122
122
|
</ul>
|
123
123
|
|
124
124
|
<h2 id="copyright">Copyright</h2>
|
125
125
|
|
126
|
-
<p>Copyright (C) 2013 and above Shogun (shogun_panda@
|
126
|
+
<p>Copyright (C) 2013 and above Shogun (shogun_panda@cowtech.it).</p>
|
127
127
|
|
128
128
|
<p>Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.</p>
|
129
129
|
</div></div>
|
130
130
|
|
131
131
|
<div id="footer">
|
132
|
-
Generated on Sat
|
132
|
+
Generated on Sat Aug 17 12:47:53 2013 by
|
133
133
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
134
|
-
0.8.
|
134
|
+
0.8.7 (ruby-2.0.0).
|
135
135
|
</div>
|
136
136
|
|
137
137
|
</body>
|
data/doc/frames.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
5
|
<head>
|
6
6
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
7
|
-
<title>Documentation by YARD 0.8.
|
7
|
+
<title>Documentation by YARD 0.8.7</title>
|
8
8
|
</head>
|
9
9
|
<script type="text/javascript" charset="utf-8">
|
10
10
|
window.onload = function() {
|
data/doc/index.html
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
4
|
<head>
|
5
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
6
6
|
<title>
|
7
7
|
File: README
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.7
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -105,33 +105,33 @@ Mbrao::Parser.render(content)
|
|
105
105
|
|
106
106
|
<p>mbrao has support for integrations with other frameworks. Builtin there is support for Ruby on Rails integration.</p>
|
107
107
|
|
108
|
-
<p>By including <code>gem mbrao</code> in your <code>Gemfile</code> you
|
108
|
+
<p>By including <code>gem mbrao</code> in your <code>Gemfile</code> you’ll get automatic rendering of <code>emt</code> file.</p>
|
109
109
|
|
110
110
|
<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
111
|
|
112
112
|
<h2 id="contributing-to-mbrao">Contributing to mbrao</h2>
|
113
113
|
|
114
114
|
<ul>
|
115
|
-
<li>Check out the latest master to make sure the feature hasn
|
116
|
-
<li>Check out the issue tracker to make sure someone already hasn
|
115
|
+
<li>Check out the latest master to make sure the feature hasn’t been implemented or the bug hasn’t been fixed yet.</li>
|
116
|
+
<li>Check out the issue tracker to make sure someone already hasn’t requested it and/or contributed it.</li>
|
117
117
|
<li>Fork the project.</li>
|
118
118
|
<li>Start a feature/bugfix branch.</li>
|
119
119
|
<li>Commit and push until you are happy with your contribution.</li>
|
120
|
-
<li>Make sure to add tests for it. This is important so I don
|
120
|
+
<li>Make sure to add tests for it. This is important so I don’t break it in a future version unintentionally.</li>
|
121
121
|
<li>Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.</li>
|
122
122
|
</ul>
|
123
123
|
|
124
124
|
<h2 id="copyright">Copyright</h2>
|
125
125
|
|
126
|
-
<p>Copyright (C) 2013 and above Shogun (shogun_panda@
|
126
|
+
<p>Copyright (C) 2013 and above Shogun (shogun_panda@cowtech.it).</p>
|
127
127
|
|
128
128
|
<p>Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.</p>
|
129
129
|
</div></div>
|
130
130
|
|
131
131
|
<div id="footer">
|
132
|
-
Generated on Sat
|
132
|
+
Generated on Sat Aug 17 12:47:53 2013 by
|
133
133
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
134
|
-
0.8.
|
134
|
+
0.8.7 (ruby-2.0.0).
|
135
135
|
</div>
|
136
136
|
|
137
137
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Top Level Namespace
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.7
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -103,9 +103,9 @@
|
|
103
103
|
</div>
|
104
104
|
|
105
105
|
<div id="footer">
|
106
|
-
Generated on Sat
|
106
|
+
Generated on Sat Aug 17 12:47:53 2013 by
|
107
107
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
108
|
-
0.8.
|
108
|
+
0.8.7 (ruby-2.0.0).
|
109
109
|
</div>
|
110
110
|
|
111
111
|
</body>
|
data/lib/mbrao.rb
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@
|
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/lib/mbrao/author.rb
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@
|
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/lib/mbrao/content.rb
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@
|
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/lib/mbrao/exceptions.rb
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@
|
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
|
|
@@ -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@
|
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/lib/mbrao/parser.rb
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@
|
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
|
|
@@ -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@
|
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
|
|
@@ -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@
|
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
|
|
@@ -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@
|
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
|
|
@@ -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@
|
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/lib/mbrao/version.rb
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@
|
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
|
|
@@ -17,7 +17,7 @@ module Mbrao
|
|
17
17
|
MINOR = 2
|
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,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@
|
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
|
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
|
|
15
15
|
gem.rubyforge_project = "mbrao"
|
16
16
|
|
17
17
|
gem.authors = ["Shogun"]
|
18
|
-
gem.email = ["shogun_panda@
|
18
|
+
gem.email = ["shogun_panda@cowtech.it"]
|
19
19
|
|
20
20
|
gem.files = `git ls-files`.split($\)
|
21
21
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
data/spec/coverage_helper.rb
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@
|
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
|
|
@@ -8,7 +8,7 @@ require "pathname"
|
|
8
8
|
require "simplecov"
|
9
9
|
require "coveralls"
|
10
10
|
|
11
|
-
Coveralls.wear!
|
11
|
+
Coveralls.wear! if ENV["CI"] || ENV["JENKINS_URL"]
|
12
12
|
|
13
13
|
SimpleCov.start do
|
14
14
|
root = Pathname.new(File.dirname(__FILE__)) + ".."
|
data/spec/mbrao/author_spec.rb
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@
|
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/spec/mbrao/content_spec.rb
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@
|
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
|
|
@@ -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@
|
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/spec/mbrao/parser_spec.rb
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@
|
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
|
|
@@ -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@
|
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
|
|
@@ -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@
|
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
|
|
@@ -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@
|
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
|
|
@@ -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@
|
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/spec/spec_helper.rb
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@
|
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
|
|
metadata
CHANGED
@@ -1,20 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mbrao
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
5
|
-
prerelease:
|
4
|
+
version: 1.2.1
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Shogun
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date: 2013-
|
11
|
+
date: 2013-08-17 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: lazier
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
17
|
- - ~>
|
20
18
|
- !ruby/object:Gem::Version
|
@@ -22,7 +20,6 @@ dependencies:
|
|
22
20
|
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
24
|
- - ~>
|
28
25
|
- !ruby/object:Gem::Version
|
@@ -30,7 +27,6 @@ dependencies:
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
31
28
|
name: html-pipeline
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
30
|
requirements:
|
35
31
|
- - ~>
|
36
32
|
- !ruby/object:Gem::Version
|
@@ -38,7 +34,6 @@ dependencies:
|
|
38
34
|
type: :runtime
|
39
35
|
prerelease: false
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
37
|
requirements:
|
43
38
|
- - ~>
|
44
39
|
- !ruby/object:Gem::Version
|
@@ -46,7 +41,6 @@ dependencies:
|
|
46
41
|
- !ruby/object:Gem::Dependency
|
47
42
|
name: slim
|
48
43
|
requirement: !ruby/object:Gem::Requirement
|
49
|
-
none: false
|
50
44
|
requirements:
|
51
45
|
- - ~>
|
52
46
|
- !ruby/object:Gem::Version
|
@@ -54,7 +48,6 @@ dependencies:
|
|
54
48
|
type: :runtime
|
55
49
|
prerelease: false
|
56
50
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
-
none: false
|
58
51
|
requirements:
|
59
52
|
- - ~>
|
60
53
|
- !ruby/object:Gem::Version
|
@@ -62,7 +55,6 @@ dependencies:
|
|
62
55
|
- !ruby/object:Gem::Dependency
|
63
56
|
name: kramdown
|
64
57
|
requirement: !ruby/object:Gem::Requirement
|
65
|
-
none: false
|
66
58
|
requirements:
|
67
59
|
- - ~>
|
68
60
|
- !ruby/object:Gem::Version
|
@@ -70,14 +62,13 @@ dependencies:
|
|
70
62
|
type: :runtime
|
71
63
|
prerelease: false
|
72
64
|
version_requirements: !ruby/object:Gem::Requirement
|
73
|
-
none: false
|
74
65
|
requirements:
|
75
66
|
- - ~>
|
76
67
|
- !ruby/object:Gem::Version
|
77
68
|
version: 1.1.0
|
78
69
|
description: A content parser and renderer with embedded metadata support.
|
79
70
|
email:
|
80
|
-
- shogun_panda@
|
71
|
+
- shogun_panda@cowtech.it
|
81
72
|
executables: []
|
82
73
|
extensions: []
|
83
74
|
extra_rdoc_files: []
|
@@ -156,30 +147,26 @@ files:
|
|
156
147
|
- spec/spec_helper.rb
|
157
148
|
homepage: http://github.com/ShogunPanda/mbrao
|
158
149
|
licenses: []
|
150
|
+
metadata: {}
|
159
151
|
post_install_message:
|
160
152
|
rdoc_options: []
|
161
153
|
require_paths:
|
162
154
|
- lib
|
163
155
|
required_ruby_version: !ruby/object:Gem::Requirement
|
164
|
-
none: false
|
165
156
|
requirements:
|
166
|
-
- -
|
157
|
+
- - '>='
|
167
158
|
- !ruby/object:Gem::Version
|
168
159
|
version: 1.9.3
|
169
160
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
170
|
-
none: false
|
171
161
|
requirements:
|
172
|
-
- -
|
162
|
+
- - '>='
|
173
163
|
- !ruby/object:Gem::Version
|
174
164
|
version: '0'
|
175
|
-
segments:
|
176
|
-
- 0
|
177
|
-
hash: -3960424860542480094
|
178
165
|
requirements: []
|
179
166
|
rubyforge_project: mbrao
|
180
|
-
rubygems_version:
|
167
|
+
rubygems_version: 2.0.6
|
181
168
|
signing_key:
|
182
|
-
specification_version:
|
169
|
+
specification_version: 4
|
183
170
|
summary: A content parser and renderer with embedded metadata support.
|
184
171
|
test_files:
|
185
172
|
- spec/coverage_helper.rb
|