mbrao 1.2.2 → 1.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis-gemfile +3 -3
- data/CHANGELOG.md +4 -0
- data/Gemfile +5 -5
- data/README.md +1 -0
- data/doc/ActionView/Template/Handlers/MbraoTemplate.html +3 -3
- data/doc/ActionView/Template/Handlers.html +3 -3
- data/doc/HTML/Pipeline/KramdownFilter.html +3 -3
- data/doc/HTML/Pipeline.html +3 -3
- data/doc/HTML.html +3 -3
- data/doc/Mbrao/Author.html +3 -3
- data/doc/Mbrao/Content.html +12 -12
- data/doc/Mbrao/ContentPublicInterface.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/Exceptions.html +3 -3
- data/doc/Mbrao/Parser.html +3 -3
- data/doc/Mbrao/ParsingEngines/Base.html +3 -3
- data/doc/Mbrao/ParsingEngines/PlainText.html +3 -3
- data/doc/Mbrao/ParsingEngines.html +3 -3
- data/doc/Mbrao/PublicInterface/ClassMethods.html +3 -3
- data/doc/Mbrao/PublicInterface.html +3 -3
- data/doc/Mbrao/RenderingEngines/Base.html +3 -3
- data/doc/Mbrao/RenderingEngines/HtmlPipeline.html +7 -7
- data/doc/Mbrao/RenderingEngines.html +3 -3
- data/doc/Mbrao/Validations/ClassMethods.html +3 -3
- data/doc/Mbrao/Validations.html +3 -3
- data/doc/Mbrao/Version.html +4 -4
- data/doc/Mbrao.html +3 -3
- data/doc/_index.html +4 -4
- data/doc/css/style.css +1 -1
- data/doc/file.README.html +5 -4
- data/doc/frames.html +5 -7
- data/doc/index.html +5 -4
- data/doc/js/app.js +7 -2
- data/doc/top-level-namespace.html +3 -3
- data/lib/mbrao/content.rb +3 -3
- data/lib/mbrao/parsing_engines/plain_text.rb +5 -5
- data/lib/mbrao/rendering_engines/html_pipeline.rb +2 -2
- data/lib/mbrao/version.rb +1 -1
- data/mbrao.gemspec +7 -4
- data/spec/mbrao/integrations/rails_spec.rb +2 -0
- data/spec/mbrao/parsing_engines/plain_text_spec.rb +1 -1
- data/spec/mbrao/rendering_engines/html_pipeline_spec.rb +6 -6
- metadata +41 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bd6d93dc6faccb2e60832cd503f75f0486eee87d
|
4
|
+
data.tar.gz: be1cdc43c5499e7ae2846bd767290d5feef6eacf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bdc3b31d0c604b703a114ff3f301e151563701194038d573fb81a32de1a70d4d9b9135f5b301cfe7b59aea913c39cf266348ad691e4c913360a9382e17a6c61c
|
7
|
+
data.tar.gz: f5463211a9484aff39d21b6569ecef97d28de6e90f6235b0d9bbf31f5aade4af6c296737ca5db28f0364c60a31e718830e7850a8fc4d9493b7ee3f0ea9767f51
|
data/.travis-gemfile
CHANGED
@@ -11,6 +11,6 @@ gemspec
|
|
11
11
|
# Testing
|
12
12
|
gem "rspec", "~> 2.14.1"
|
13
13
|
gem "rake", "~> 10.1.0"
|
14
|
-
gem "
|
15
|
-
gem "
|
16
|
-
gem "coveralls", ">= 0.
|
14
|
+
gem "simplecov", ">= 0.8.2"
|
15
|
+
gem "actionpack", ">= 3.2.15"
|
16
|
+
gem "coveralls", ">= 0.7.0", require: false
|
data/CHANGELOG.md
ADDED
data/Gemfile
CHANGED
@@ -11,12 +11,12 @@ gemspec
|
|
11
11
|
# Testing
|
12
12
|
gem "rspec", "~> 2.14.1"
|
13
13
|
gem "rake", "~> 10.1.0"
|
14
|
-
gem "actionpack", "
|
14
|
+
gem "actionpack", ">= 3.2.15"
|
15
15
|
|
16
16
|
# Documentation
|
17
|
-
gem "simplecov", ">= 0.
|
18
|
-
gem "coveralls", ">= 0.
|
17
|
+
gem "simplecov", ">= 0.8.2"
|
18
|
+
gem "coveralls", ">= 0.7.0", require: false
|
19
19
|
gem "pry", ">= 0"
|
20
|
-
gem "yard", ">= 0.8.
|
21
|
-
gem "kramdown", ">= 1.
|
20
|
+
gem "yard", ">= 0.8.7.3"
|
21
|
+
gem "kramdown", ">= 1.2.0"
|
22
22
|
gem "github-markup", ">= 0.7.5"
|
data/README.md
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
[![Build Status](https://secure.travis-ci.org/ShogunPanda/mbrao.png?branch=master)](https://travis-ci.org/ShogunPanda/mbrao)
|
6
6
|
[![Code Climate](https://codeclimate.com/github/ShogunPanda/mbrao.png)](https://codeclimate.com/github/ShogunPanda/mbrao)
|
7
7
|
[![Coverage Status](https://coveralls.io/repos/ShogunPanda/mbrao/badge.png)](https://coveralls.io/r/ShogunPanda/mbrao)
|
8
|
+
[![Bitdeli Trend](https://d2weczhvl823v0.cloudfront.net/ShogunPanda/mbrao/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
|
8
9
|
|
9
10
|
A content parser and renderer with embedded metadata support.
|
10
11
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: ActionView::Template::Handlers::MbraoTemplate
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -559,9 +559,9 @@
|
|
559
559
|
</div>
|
560
560
|
|
561
561
|
<div id="footer">
|
562
|
-
Generated on
|
562
|
+
Generated on Sat Nov 23 13:44:02 2013 by
|
563
563
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
564
|
-
0.8.7 (ruby-2.0.0).
|
564
|
+
0.8.7.3 (ruby-2.0.0).
|
565
565
|
</div>
|
566
566
|
|
567
567
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: ActionView::Template::Handlers
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -116,9 +116,9 @@
|
|
116
116
|
</div>
|
117
117
|
|
118
118
|
<div id="footer">
|
119
|
-
Generated on
|
119
|
+
Generated on Sat Nov 23 13:44:01 2013 by
|
120
120
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
121
|
-
0.8.7 (ruby-2.0.0).
|
121
|
+
0.8.7.3 (ruby-2.0.0).
|
122
122
|
</div>
|
123
123
|
|
124
124
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: HTML::Pipeline::KramdownFilter
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -345,9 +345,9 @@
|
|
345
345
|
</div>
|
346
346
|
|
347
347
|
<div id="footer">
|
348
|
-
Generated on
|
348
|
+
Generated on Sat Nov 23 13:44:02 2013 by
|
349
349
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
350
|
-
0.8.7 (ruby-2.0.0).
|
350
|
+
0.8.7.3 (ruby-2.0.0).
|
351
351
|
</div>
|
352
352
|
|
353
353
|
</body>
|
data/doc/HTML/Pipeline.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: HTML::Pipeline
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -131,9 +131,9 @@
|
|
131
131
|
</div>
|
132
132
|
|
133
133
|
<div id="footer">
|
134
|
-
Generated on
|
134
|
+
Generated on Sat Nov 23 13:44:02 2013 by
|
135
135
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
136
|
-
0.8.7 (ruby-2.0.0).
|
136
|
+
0.8.7.3 (ruby-2.0.0).
|
137
137
|
</div>
|
138
138
|
|
139
139
|
</body>
|
data/doc/HTML.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: HTML
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -116,9 +116,9 @@
|
|
116
116
|
</div>
|
117
117
|
|
118
118
|
<div id="footer">
|
119
|
-
Generated on
|
119
|
+
Generated on Sat Nov 23 13:44:01 2013 by
|
120
120
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
121
|
-
0.8.7 (ruby-2.0.0).
|
121
|
+
0.8.7.3 (ruby-2.0.0).
|
122
122
|
</div>
|
123
123
|
|
124
124
|
</body>
|
data/doc/Mbrao/Author.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Mbrao::Author
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -1393,9 +1393,9 @@
|
|
1393
1393
|
</div>
|
1394
1394
|
|
1395
1395
|
<div id="footer">
|
1396
|
-
Generated on
|
1396
|
+
Generated on Sat Nov 23 13:44:01 2013 by
|
1397
1397
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1398
|
-
0.8.7 (ruby-2.0.0).
|
1398
|
+
0.8.7.3 (ruby-2.0.0).
|
1399
1399
|
</div>
|
1400
1400
|
|
1401
1401
|
</body>
|
data/doc/Mbrao/Content.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Mbrao::Content
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -963,7 +963,7 @@
|
|
963
963
|
</span> <span class='comment'># @param locales [Array] The locales to normalize.
|
964
964
|
</span> <span class='comment'># @return [Array] The normalized locales.
|
965
965
|
</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_normalize_locales'>normalize_locales</span><span class='lparen'>(</span><span class='id identifier rubyid_locales'>locales</span><span class='rparen'>)</span>
|
966
|
-
<span class='id identifier rubyid_locales'>locales</span><span class='period'>.</span><span class='id identifier rubyid_flatten'>flatten</span><span class='period'>.</span><span class='id identifier
|
966
|
+
<span class='id identifier rubyid_locales'>locales</span><span class='period'>.</span><span class='id identifier rubyid_flatten'>flatten</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&</span><span class='symbol'>:ensure_string</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&</span><span class='symbol'>:strip</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_uniq'>uniq</span>
|
967
967
|
<span class='kw'>end</span>
|
968
968
|
|
969
969
|
<span class='comment'># Extracts a date and time from a value.
|
@@ -1398,7 +1398,7 @@
|
|
1398
1398
|
</span> <span class='comment'># @param locales [Array] The locales to normalize.
|
1399
1399
|
</span> <span class='comment'># @return [Array] The normalized locales.
|
1400
1400
|
</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_normalize_locales'>normalize_locales</span><span class='lparen'>(</span><span class='id identifier rubyid_locales'>locales</span><span class='rparen'>)</span>
|
1401
|
-
<span class='id identifier rubyid_locales'>locales</span><span class='period'>.</span><span class='id identifier rubyid_flatten'>flatten</span><span class='period'>.</span><span class='id identifier
|
1401
|
+
<span class='id identifier rubyid_locales'>locales</span><span class='period'>.</span><span class='id identifier rubyid_flatten'>flatten</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&</span><span class='symbol'>:ensure_string</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&</span><span class='symbol'>:strip</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_uniq'>uniq</span>
|
1402
1402
|
<span class='kw'>end</span>
|
1403
1403
|
|
1404
1404
|
<span class='comment'># Extracts a date and time from a value.
|
@@ -1833,7 +1833,7 @@
|
|
1833
1833
|
</span> <span class='comment'># @param locales [Array] The locales to normalize.
|
1834
1834
|
</span> <span class='comment'># @return [Array] The normalized locales.
|
1835
1835
|
</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_normalize_locales'>normalize_locales</span><span class='lparen'>(</span><span class='id identifier rubyid_locales'>locales</span><span class='rparen'>)</span>
|
1836
|
-
<span class='id identifier rubyid_locales'>locales</span><span class='period'>.</span><span class='id identifier rubyid_flatten'>flatten</span><span class='period'>.</span><span class='id identifier
|
1836
|
+
<span class='id identifier rubyid_locales'>locales</span><span class='period'>.</span><span class='id identifier rubyid_flatten'>flatten</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&</span><span class='symbol'>:ensure_string</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&</span><span class='symbol'>:strip</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_uniq'>uniq</span>
|
1837
1837
|
<span class='kw'>end</span>
|
1838
1838
|
|
1839
1839
|
<span class='comment'># Extracts a date and time from a value.
|
@@ -2268,7 +2268,7 @@
|
|
2268
2268
|
</span> <span class='comment'># @param locales [Array] The locales to normalize.
|
2269
2269
|
</span> <span class='comment'># @return [Array] The normalized locales.
|
2270
2270
|
</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_normalize_locales'>normalize_locales</span><span class='lparen'>(</span><span class='id identifier rubyid_locales'>locales</span><span class='rparen'>)</span>
|
2271
|
-
<span class='id identifier rubyid_locales'>locales</span><span class='period'>.</span><span class='id identifier rubyid_flatten'>flatten</span><span class='period'>.</span><span class='id identifier
|
2271
|
+
<span class='id identifier rubyid_locales'>locales</span><span class='period'>.</span><span class='id identifier rubyid_flatten'>flatten</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&</span><span class='symbol'>:ensure_string</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&</span><span class='symbol'>:strip</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_uniq'>uniq</span>
|
2272
2272
|
<span class='kw'>end</span>
|
2273
2273
|
|
2274
2274
|
<span class='comment'># Extracts a date and time from a value.
|
@@ -2703,7 +2703,7 @@
|
|
2703
2703
|
</span> <span class='comment'># @param locales [Array] The locales to normalize.
|
2704
2704
|
</span> <span class='comment'># @return [Array] The normalized locales.
|
2705
2705
|
</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_normalize_locales'>normalize_locales</span><span class='lparen'>(</span><span class='id identifier rubyid_locales'>locales</span><span class='rparen'>)</span>
|
2706
|
-
<span class='id identifier rubyid_locales'>locales</span><span class='period'>.</span><span class='id identifier rubyid_flatten'>flatten</span><span class='period'>.</span><span class='id identifier
|
2706
|
+
<span class='id identifier rubyid_locales'>locales</span><span class='period'>.</span><span class='id identifier rubyid_flatten'>flatten</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&</span><span class='symbol'>:ensure_string</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&</span><span class='symbol'>:strip</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_uniq'>uniq</span>
|
2707
2707
|
<span class='kw'>end</span>
|
2708
2708
|
|
2709
2709
|
<span class='comment'># Extracts a date and time from a value.
|
@@ -3180,7 +3180,7 @@
|
|
3180
3180
|
</span> <span class='comment'># @param locales [Array] The locales to normalize.
|
3181
3181
|
</span> <span class='comment'># @return [Array] The normalized locales.
|
3182
3182
|
</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_normalize_locales'>normalize_locales</span><span class='lparen'>(</span><span class='id identifier rubyid_locales'>locales</span><span class='rparen'>)</span>
|
3183
|
-
<span class='id identifier rubyid_locales'>locales</span><span class='period'>.</span><span class='id identifier rubyid_flatten'>flatten</span><span class='period'>.</span><span class='id identifier
|
3183
|
+
<span class='id identifier rubyid_locales'>locales</span><span class='period'>.</span><span class='id identifier rubyid_flatten'>flatten</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&</span><span class='symbol'>:ensure_string</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&</span><span class='symbol'>:strip</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_uniq'>uniq</span>
|
3184
3184
|
<span class='kw'>end</span>
|
3185
3185
|
|
3186
3186
|
<span class='comment'># Extracts a date and time from a value.
|
@@ -3615,7 +3615,7 @@
|
|
3615
3615
|
</span> <span class='comment'># @param locales [Array] The locales to normalize.
|
3616
3616
|
</span> <span class='comment'># @return [Array] The normalized locales.
|
3617
3617
|
</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_normalize_locales'>normalize_locales</span><span class='lparen'>(</span><span class='id identifier rubyid_locales'>locales</span><span class='rparen'>)</span>
|
3618
|
-
<span class='id identifier rubyid_locales'>locales</span><span class='period'>.</span><span class='id identifier rubyid_flatten'>flatten</span><span class='period'>.</span><span class='id identifier
|
3618
|
+
<span class='id identifier rubyid_locales'>locales</span><span class='period'>.</span><span class='id identifier rubyid_flatten'>flatten</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&</span><span class='symbol'>:ensure_string</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&</span><span class='symbol'>:strip</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_uniq'>uniq</span>
|
3619
3619
|
<span class='kw'>end</span>
|
3620
3620
|
|
3621
3621
|
<span class='comment'># Extracts a date and time from a value.
|
@@ -4050,7 +4050,7 @@
|
|
4050
4050
|
</span> <span class='comment'># @param locales [Array] The locales to normalize.
|
4051
4051
|
</span> <span class='comment'># @return [Array] The normalized locales.
|
4052
4052
|
</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_normalize_locales'>normalize_locales</span><span class='lparen'>(</span><span class='id identifier rubyid_locales'>locales</span><span class='rparen'>)</span>
|
4053
|
-
<span class='id identifier rubyid_locales'>locales</span><span class='period'>.</span><span class='id identifier rubyid_flatten'>flatten</span><span class='period'>.</span><span class='id identifier
|
4053
|
+
<span class='id identifier rubyid_locales'>locales</span><span class='period'>.</span><span class='id identifier rubyid_flatten'>flatten</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&</span><span class='symbol'>:ensure_string</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&</span><span class='symbol'>:strip</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_uniq'>uniq</span>
|
4054
4054
|
<span class='kw'>end</span>
|
4055
4055
|
|
4056
4056
|
<span class='comment'># Extracts a date and time from a value.
|
@@ -4485,7 +4485,7 @@
|
|
4485
4485
|
</span> <span class='comment'># @param locales [Array] The locales to normalize.
|
4486
4486
|
</span> <span class='comment'># @return [Array] The normalized locales.
|
4487
4487
|
</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_normalize_locales'>normalize_locales</span><span class='lparen'>(</span><span class='id identifier rubyid_locales'>locales</span><span class='rparen'>)</span>
|
4488
|
-
<span class='id identifier rubyid_locales'>locales</span><span class='period'>.</span><span class='id identifier rubyid_flatten'>flatten</span><span class='period'>.</span><span class='id identifier
|
4488
|
+
<span class='id identifier rubyid_locales'>locales</span><span class='period'>.</span><span class='id identifier rubyid_flatten'>flatten</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&</span><span class='symbol'>:ensure_string</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&</span><span class='symbol'>:strip</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_uniq'>uniq</span>
|
4489
4489
|
<span class='kw'>end</span>
|
4490
4490
|
|
4491
4491
|
<span class='comment'># Extracts a date and time from a value.
|
@@ -4734,9 +4734,9 @@
|
|
4734
4734
|
</div>
|
4735
4735
|
|
4736
4736
|
<div id="footer">
|
4737
|
-
Generated on
|
4737
|
+
Generated on Sat Nov 23 13:44:02 2013 by
|
4738
4738
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
4739
|
-
0.8.7 (ruby-2.0.0).
|
4739
|
+
0.8.7.3 (ruby-2.0.0).
|
4740
4740
|
</div>
|
4741
4741
|
|
4742
4742
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Mbrao::ContentPublicInterface
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -649,9 +649,9 @@
|
|
649
649
|
</div>
|
650
650
|
|
651
651
|
<div id="footer">
|
652
|
-
Generated on
|
652
|
+
Generated on Sat Nov 23 13:44:01 2013 by
|
653
653
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
654
|
-
0.8.7 (ruby-2.0.0).
|
654
|
+
0.8.7.3 (ruby-2.0.0).
|
655
655
|
</div>
|
656
656
|
|
657
657
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Exception: Mbrao::Exceptions::InvalidDate
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -124,9 +124,9 @@
|
|
124
124
|
</div>
|
125
125
|
|
126
126
|
<div id="footer">
|
127
|
-
Generated on
|
127
|
+
Generated on Sat Nov 23 13:44:02 2013 by
|
128
128
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
129
|
-
0.8.7 (ruby-2.0.0).
|
129
|
+
0.8.7.3 (ruby-2.0.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
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -124,9 +124,9 @@
|
|
124
124
|
</div>
|
125
125
|
|
126
126
|
<div id="footer">
|
127
|
-
Generated on
|
127
|
+
Generated on Sat Nov 23 13:44:02 2013 by
|
128
128
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
129
|
-
0.8.7 (ruby-2.0.0).
|
129
|
+
0.8.7.3 (ruby-2.0.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
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -124,9 +124,9 @@
|
|
124
124
|
</div>
|
125
125
|
|
126
126
|
<div id="footer">
|
127
|
-
Generated on
|
127
|
+
Generated on Sat Nov 23 13:44:02 2013 by
|
128
128
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
129
|
-
0.8.7 (ruby-2.0.0).
|
129
|
+
0.8.7.3 (ruby-2.0.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
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -124,9 +124,9 @@
|
|
124
124
|
</div>
|
125
125
|
|
126
126
|
<div id="footer">
|
127
|
-
Generated on
|
127
|
+
Generated on Sat Nov 23 13:44:02 2013 by
|
128
128
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
129
|
-
0.8.7 (ruby-2.0.0).
|
129
|
+
0.8.7.3 (ruby-2.0.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
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -124,9 +124,9 @@
|
|
124
124
|
</div>
|
125
125
|
|
126
126
|
<div id="footer">
|
127
|
-
Generated on
|
127
|
+
Generated on Sat Nov 23 13:44:02 2013 by
|
128
128
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
129
|
-
0.8.7 (ruby-2.0.0).
|
129
|
+
0.8.7.3 (ruby-2.0.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
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -124,9 +124,9 @@
|
|
124
124
|
</div>
|
125
125
|
|
126
126
|
<div id="footer">
|
127
|
-
Generated on
|
127
|
+
Generated on Sat Nov 23 13:44:02 2013 by
|
128
128
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
129
|
-
0.8.7 (ruby-2.0.0).
|
129
|
+
0.8.7.3 (ruby-2.0.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
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -124,9 +124,9 @@
|
|
124
124
|
</div>
|
125
125
|
|
126
126
|
<div id="footer">
|
127
|
-
Generated on
|
127
|
+
Generated on Sat Nov 23 13:44:02 2013 by
|
128
128
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
129
|
-
0.8.7 (ruby-2.0.0).
|
129
|
+
0.8.7.3 (ruby-2.0.0).
|
130
130
|
</div>
|
131
131
|
|
132
132
|
</body>
|
data/doc/Mbrao/Exceptions.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Mbrao::Exceptions
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -116,9 +116,9 @@
|
|
116
116
|
</div>
|
117
117
|
|
118
118
|
<div id="footer">
|
119
|
-
Generated on
|
119
|
+
Generated on Sat Nov 23 13:44:01 2013 by
|
120
120
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
121
|
-
0.8.7 (ruby-2.0.0).
|
121
|
+
0.8.7.3 (ruby-2.0.0).
|
122
122
|
</div>
|
123
123
|
|
124
124
|
</body>
|
data/doc/Mbrao/Parser.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Mbrao::Parser
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -409,9 +409,9 @@
|
|
409
409
|
</div>
|
410
410
|
|
411
411
|
<div id="footer">
|
412
|
-
Generated on
|
412
|
+
Generated on Sat Nov 23 13:44:01 2013 by
|
413
413
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
414
|
-
0.8.7 (ruby-2.0.0).
|
414
|
+
0.8.7.3 (ruby-2.0.0).
|
415
415
|
</div>
|
416
416
|
|
417
417
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Mbrao::ParsingEngines::Base
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -649,9 +649,9 @@
|
|
649
649
|
</div>
|
650
650
|
|
651
651
|
<div id="footer">
|
652
|
-
Generated on
|
652
|
+
Generated on Sat Nov 23 13:44:02 2013 by
|
653
653
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
654
|
-
0.8.7 (ruby-2.0.0).
|
654
|
+
0.8.7.3 (ruby-2.0.0).
|
655
655
|
</div>
|
656
656
|
|
657
657
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Mbrao::ParsingEngines::PlainText
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -562,9 +562,9 @@
|
|
562
562
|
</div>
|
563
563
|
|
564
564
|
<div id="footer">
|
565
|
-
Generated on
|
565
|
+
Generated on Sat Nov 23 13:44:02 2013 by
|
566
566
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
567
|
-
0.8.7 (ruby-2.0.0).
|
567
|
+
0.8.7.3 (ruby-2.0.0).
|
568
568
|
</div>
|
569
569
|
|
570
570
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Mbrao::ParsingEngines
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -118,9 +118,9 @@
|
|
118
118
|
</div>
|
119
119
|
|
120
120
|
<div id="footer">
|
121
|
-
Generated on
|
121
|
+
Generated on Sat Nov 23 13:44:01 2013 by
|
122
122
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
123
|
-
0.8.7 (ruby-2.0.0).
|
123
|
+
0.8.7.3 (ruby-2.0.0).
|
124
124
|
</div>
|
125
125
|
|
126
126
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Mbrao::PublicInterface::ClassMethods
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -1413,9 +1413,9 @@
|
|
1413
1413
|
</div>
|
1414
1414
|
|
1415
1415
|
<div id="footer">
|
1416
|
-
Generated on
|
1416
|
+
Generated on Sat Nov 23 13:44:01 2013 by
|
1417
1417
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1418
|
-
0.8.7 (ruby-2.0.0).
|
1418
|
+
0.8.7.3 (ruby-2.0.0).
|
1419
1419
|
</div>
|
1420
1420
|
|
1421
1421
|
</body>
|