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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4ba3ba35c30e5454b0c7871a771cda0cc2fea3a7
4
- data.tar.gz: 0f6ca6e9e0f52c0ab1edc91408a732458cd04afa
3
+ metadata.gz: 868d02862073f1cfa0387a50e33df26c0b664607
4
+ data.tar.gz: a875a87f71e08dc5d24b163dba80ba1f11be06a8
5
5
  SHA512:
6
- metadata.gz: bdf6607d26e82c137ddf409da3ce5806d41c47022ae582d97eecff4fae612c732b2de3e9c3fd2c792db50526571416c7bdcee1013f746b497ef1903b5e52ecda
7
- data.tar.gz: b5d3062e3fc6dd26f75055e1779ed24aa5ed50ec63f325af30c431374a7bfb9fd3d007455e730769a89a3ea73439e3ed20ed40ad764b6c7718d9a693956a370d
6
+ metadata.gz: 1e65d28896231cdc7a5e0c8dca5847eb04997558e6b81fdfd3b860e922f3e66b5dc146c717304b55006fadc0e712abff02dca35cd8a6d627ad56ebec0fd8a20e
7
+ data.tar.gz: f4a4bbffacad889bcb5f8a61d86137ce32107c8ee333e8941abcf1cf59da1a713185798f96326adeb56e9d6b59e0c66d59258a97613a9b390b1530c7947e3b5e
@@ -1,3 +1,8 @@
1
+ #
2
+ # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
+ #
5
+
1
6
  AllCops:
2
7
  TargetRubyVersion: 2.3
3
8
  Include:
@@ -74,4 +79,4 @@ StringReplacement:
74
79
  Enabled: false
75
80
 
76
81
  WordArray:
77
- Enabled: false
82
+ Enabled: false
@@ -1,7 +1,6 @@
1
- # encoding: utf-8
2
1
  #
3
2
  # 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.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
4
  #
6
5
 
7
6
  source "http://rubygems.org"
@@ -13,4 +12,4 @@ gem "rspec", "~> 3.4"
13
12
  gem "rake", "~> 11.0"
14
13
  gem "simplecov", "~> 0.11"
15
14
  gem "coveralls", "~> 0.8", require: false
16
- gem "actionpack", "~> 4.2"
15
+ gem "actionpack", "~> 4.2"
@@ -1,3 +1,8 @@
1
+ #
2
+ # This file is part of the mbrao gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
+ #
5
+
1
6
  language: ruby
2
7
  rvm:
3
8
  - 2.3.0
@@ -5,6 +10,3 @@ script: bundle exec rake spec:ci
5
10
  gemfile: .travis-gemfile
6
11
  notifications:
7
12
  email: false
8
- addons:
9
- code_climate:
10
- repo_token: 55a517f08ad82a755876285eb98b779caf3d97a6726572e45ad1377cf0cb34d0
data/.yardopts CHANGED
@@ -1 +1 @@
1
- -m markdown --verbose
1
+ -o ./docs -m markdown
@@ -1,3 +1,11 @@
1
+ ### 2018-06-18 / 1.6.1
2
+
3
+ * chore: End of development notice.
4
+ * Updated license links and badges.
5
+ * Updated docs location.
6
+ * Updated docs.
7
+ * Added missing copyright notes.
8
+
1
9
  ### 2.0.0 / 2016-03-29
2
10
 
3
11
  * Dropped support for Ruby < 2.3.
data/Gemfile 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 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
  source "http://rubygems.org"
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (C) 2018 and above Shogun <shogun@cowtech.it>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -1,16 +1,17 @@
1
1
  # Introduction
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/mbrao.png)](http://badge.fury.io/rb/mbrao)
4
- [![Dependency Status](https://gemnasium.com/ShogunPanda/mbrao.png?travis)](https://gemnasium.com/ShogunPanda/mbrao)
5
- [![Build Status](https://secure.travis-ci.org/ShogunPanda/mbrao.png?branch=master)](https://travis-ci.org/ShogunPanda/mbrao)
6
- [![Code Climate](https://codeclimate.com/github/ShogunPanda/mbrao.png)](https://codeclimate.com/github/ShogunPanda/mbrao)
7
- [![Coverage Status](https://coveralls.io/repos/ShogunPanda/mbrao/badge.png)](https://coveralls.io/r/ShogunPanda/mbrao)
3
+ [![Gem Version](https://img.shields.io/gem/v/mbrao.svg)](https://rubygems.org/gems/mbrao)
4
+ [![Dependency Status](https://img.shields.io/gemnasium/ShogunPanda/mbrao.svg)](https://gemnasium.com/ShogunPanda/mbrao)
5
+ [![Build Status](https://img.shields.io/travis/ShogunPanda/mbrao.svg)](https://travis-ci.org/ShogunPanda/mbrao)
6
+ [![Coverage Status](https://img.shields.io/coveralls/github/ShogunPanda/mbrao.svg)](https://coveralls.io/github/ShogunPanda/mbrao)
8
7
 
9
8
  A content parser and renderer with embedded metadata support.
10
9
 
11
- http://sw.cowtech.it/mbrao
10
+ https://sw.cowtech.it/mbrao
12
11
 
13
- http://rdoc.info/gems/mbrao
12
+ ## END OF DEVELOPMENT NOTICE
13
+
14
+ # This gem has been discontinued.
14
15
 
15
16
  ## Usage
16
17
 
@@ -46,18 +47,22 @@ By including `gem mbrao` in your `Gemfile` you'll get automatic rendering of `em
46
47
 
47
48
  You can customize the rendering engine used by including the `engine` metadata. Also, your controller will get a new `mbrao_content` helper method with the parsed content.
48
49
 
50
+ ## API Documentation
51
+
52
+ The API documentation can be found [here](https://sw.cowtech.it/mbrao/docs).
53
+
49
54
  ## Contributing to mbrao
50
-
51
- * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
52
- * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
53
- * Fork the project.
54
- * Start a feature/bugfix branch.
55
- * Commit and push until you are happy with your contribution.
56
- * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
57
- * 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.
55
+
56
+ - Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
57
+ - Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
58
+ - Fork the project.
59
+ - Start a feature/bugfix branch.
60
+ - Commit and push until you are happy with your contribution.
61
+ - Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
62
+ - 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.
58
63
 
59
64
  ## Copyright
60
65
 
61
66
  Copyright (C) 2013 and above Shogun (shogun@cowtech.it).
62
67
 
63
- Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
68
+ Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
data/Rakefile 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 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/gem_tasks"
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Tue Mar 29 12:47:22 2016 by
119
+ Generated on Thu Aug 18 15:50:02 2016 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.8.7.6 (ruby-2.3.0).
122
122
  </div>
@@ -131,7 +131,7 @@
131
131
  </div>
132
132
 
133
133
  <div id="footer">
134
- Generated on Tue Mar 29 12:47:22 2016 by
134
+ Generated on Thu Aug 18 15:50:02 2016 by
135
135
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
136
136
  0.8.7.6 (ruby-2.3.0).
137
137
  </div>
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Tue Mar 29 12:47:22 2016 by
119
+ Generated on Thu Aug 18 15:50:02 2016 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.8.7.6 (ruby-2.3.0).
122
122
  </div>
@@ -626,7 +626,7 @@
626
626
  </div>
627
627
 
628
628
  <div id="footer">
629
- Generated on Tue Mar 29 12:47:22 2016 by
629
+ Generated on Thu Aug 18 15:50:02 2016 by
630
630
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
631
631
  0.8.7.6 (ruby-2.3.0).
632
632
  </div>
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Tue Mar 29 12:47:22 2016 by
119
+ Generated on Thu Aug 18 15:50:02 2016 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.8.7.6 (ruby-2.3.0).
122
122
  </div>
@@ -131,7 +131,7 @@
131
131
  </div>
132
132
 
133
133
  <div id="footer">
134
- Generated on Tue Mar 29 12:47:22 2016 by
134
+ Generated on Thu Aug 18 15:50:03 2016 by
135
135
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
136
136
  0.8.7.6 (ruby-2.3.0).
137
137
  </div>
@@ -345,7 +345,7 @@
345
345
  </div>
346
346
 
347
347
  <div id="footer">
348
- Generated on Tue Mar 29 12:47:22 2016 by
348
+ Generated on Thu Aug 18 15:50:03 2016 by
349
349
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
350
350
  0.8.7.6 (ruby-2.3.0).
351
351
  </div>
@@ -121,7 +121,7 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
121
121
  </div>
122
122
 
123
123
  <div id="footer">
124
- Generated on Tue Mar 29 12:47:22 2016 by
124
+ Generated on Thu Aug 18 15:50:02 2016 by
125
125
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
126
126
  0.8.7.6 (ruby-2.3.0).
127
127
  </div>
@@ -1663,7 +1663,7 @@ The only supported value are:</p>
1663
1663
  </div>
1664
1664
 
1665
1665
  <div id="footer">
1666
- Generated on Tue Mar 29 12:47:22 2016 by
1666
+ Generated on Thu Aug 18 15:50:02 2016 by
1667
1667
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1668
1668
  0.8.7.6 (ruby-2.3.0).
1669
1669
  </div>
@@ -5202,7 +5202,7 @@ multiple locales.</p>
5202
5202
  </div>
5203
5203
 
5204
5204
  <div id="footer">
5205
- Generated on Tue Mar 29 12:47:22 2016 by
5205
+ Generated on Thu Aug 18 15:50:02 2016 by
5206
5206
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
5207
5207
  0.8.7.6 (ruby-2.3.0).
5208
5208
  </div>
@@ -808,7 +808,7 @@ is returned, else a <code>HashWithIndifferentAccess</code> with locales as keys.
808
808
  </div>
809
809
 
810
810
  <div id="footer">
811
- Generated on Tue Mar 29 12:47:22 2016 by
811
+ Generated on Thu Aug 18 15:50:02 2016 by
812
812
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
813
813
  0.8.7.6 (ruby-2.3.0).
814
814
  </div>
@@ -379,7 +379,7 @@ used.</p>
379
379
  </div>
380
380
 
381
381
  <div id="footer">
382
- Generated on Tue Mar 29 12:47:22 2016 by
382
+ Generated on Thu Aug 18 15:50:02 2016 by
383
383
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
384
384
  0.8.7.6 (ruby-2.3.0).
385
385
  </div>
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Tue Mar 29 12:47:22 2016 by
119
+ Generated on Thu Aug 18 15:50:02 2016 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.8.7.6 (ruby-2.3.0).
122
122
  </div>
@@ -124,7 +124,7 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Tue Mar 29 12:47:22 2016 by
127
+ Generated on Thu Aug 18 15:50:02 2016 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
129
  0.8.7.6 (ruby-2.3.0).
130
130
  </div>
@@ -124,7 +124,7 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Tue Mar 29 12:47:22 2016 by
127
+ Generated on Thu Aug 18 15:50:02 2016 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
129
  0.8.7.6 (ruby-2.3.0).
130
130
  </div>
@@ -124,7 +124,7 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Tue Mar 29 12:47:22 2016 by
127
+ Generated on Thu Aug 18 15:50:02 2016 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
129
  0.8.7.6 (ruby-2.3.0).
130
130
  </div>
@@ -124,7 +124,7 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Tue Mar 29 12:47:22 2016 by
127
+ Generated on Thu Aug 18 15:50:02 2016 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
129
  0.8.7.6 (ruby-2.3.0).
130
130
  </div>
@@ -124,7 +124,7 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Tue Mar 29 12:47:22 2016 by
127
+ Generated on Thu Aug 18 15:50:02 2016 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
129
  0.8.7.6 (ruby-2.3.0).
130
130
  </div>
@@ -124,7 +124,7 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Tue Mar 29 12:47:22 2016 by
127
+ Generated on Thu Aug 18 15:50:02 2016 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
129
  0.8.7.6 (ruby-2.3.0).
130
130
  </div>
@@ -124,7 +124,7 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Tue Mar 29 12:47:22 2016 by
127
+ Generated on Thu Aug 18 15:50:02 2016 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
129
  0.8.7.6 (ruby-2.3.0).
130
130
  </div>
@@ -409,7 +409,7 @@
409
409
  </div>
410
410
 
411
411
  <div id="footer">
412
- Generated on Tue Mar 29 12:47:22 2016 by
412
+ Generated on Thu Aug 18 15:50:02 2016 by
413
413
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
414
414
  0.8.7.6 (ruby-2.3.0).
415
415
  </div>
@@ -125,7 +125,7 @@
125
125
  </div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Tue Mar 29 12:47:22 2016 by
128
+ Generated on Thu Aug 18 15:50:02 2016 by
129
129
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
130
  0.8.7.6 (ruby-2.3.0).
131
131
  </div>
@@ -1655,7 +1655,7 @@ The only supported value are:</p>
1655
1655
  </div>
1656
1656
 
1657
1657
  <div id="footer">
1658
- Generated on Tue Mar 29 12:47:22 2016 by
1658
+ Generated on Thu Aug 18 15:50:02 2016 by
1659
1659
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1660
1660
  0.8.7.6 (ruby-2.3.0).
1661
1661
  </div>
@@ -125,7 +125,7 @@
125
125
  </div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Tue Mar 29 12:47:22 2016 by
128
+ Generated on Thu Aug 18 15:50:02 2016 by
129
129
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
130
  0.8.7.6 (ruby-2.3.0).
131
131
  </div>
@@ -339,7 +339,7 @@
339
339
  </div>
340
340
 
341
341
  <div id="footer">
342
- Generated on Tue Mar 29 12:47:22 2016 by
342
+ Generated on Thu Aug 18 15:50:02 2016 by
343
343
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
344
344
  0.8.7.6 (ruby-2.3.0).
345
345
  </div>
@@ -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>
@@ -650,7 +650,7 @@ returned, else a <code>HashWithIndifferentAccess</code> with locales as keys.</p
650
650
  </div>
651
651
 
652
652
  <div id="footer">
653
- Generated on Tue Mar 29 12:47:22 2016 by
653
+ Generated on Thu Aug 18 15:50:02 2016 by
654
654
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
655
655
  0.8.7.6 (ruby-2.3.0).
656
656
  </div>
@@ -567,7 +567,7 @@ returned, else a <code>HashWithIndifferentAccess</code> with locales as keys.</p
567
567
  </div>
568
568
 
569
569
  <div id="footer">
570
- Generated on Tue Mar 29 12:47:22 2016 by
570
+ Generated on Thu Aug 18 15:50:03 2016 by
571
571
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
572
572
  0.8.7.6 (ruby-2.3.0).
573
573
  </div>