dh_easy-core 0.2.2 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/doc/DhEasy.html +6 -6
  3. data/doc/DhEasy/Core.html +39 -40
  4. data/doc/DhEasy/Core/Config.html +6 -6
  5. data/doc/DhEasy/Core/Exception.html +6 -6
  6. data/doc/DhEasy/Core/Exception/OutdatedError.html +6 -6
  7. data/doc/DhEasy/Core/Helper.html +6 -6
  8. data/doc/DhEasy/Core/Helper/Cookie.html +6 -6
  9. data/doc/DhEasy/Core/Mock.html +6 -6
  10. data/doc/DhEasy/Core/Mock/FakeDb.html +963 -400
  11. data/doc/DhEasy/Core/Mock/FakeExecutor.html +26 -37
  12. data/doc/DhEasy/Core/Mock/FakeFinisher.html +6 -6
  13. data/doc/DhEasy/Core/Mock/FakeParser.html +6 -6
  14. data/doc/DhEasy/Core/Mock/FakeSeeder.html +6 -6
  15. data/doc/DhEasy/Core/Plugin.html +6 -6
  16. data/doc/DhEasy/Core/Plugin/CollectionVault.html +6 -6
  17. data/doc/DhEasy/Core/Plugin/ConfigBehavior.html +7 -7
  18. data/doc/DhEasy/Core/Plugin/ContextIntegrator.html +6 -6
  19. data/doc/DhEasy/Core/Plugin/Executor.html +6 -6
  20. data/doc/DhEasy/Core/Plugin/ExecutorBehavior.html +6 -6
  21. data/doc/DhEasy/Core/Plugin/Finisher.html +6 -6
  22. data/doc/DhEasy/Core/Plugin/FinisherBehavior.html +6 -6
  23. data/doc/DhEasy/Core/Plugin/InitializeHook.html +6 -6
  24. data/doc/DhEasy/Core/Plugin/Parser.html +6 -6
  25. data/doc/DhEasy/Core/Plugin/ParserBehavior.html +6 -6
  26. data/doc/DhEasy/Core/Plugin/Seeder.html +6 -6
  27. data/doc/DhEasy/Core/Plugin/SeederBehavior.html +6 -6
  28. data/doc/DhEasy/Core/SmartCollection.html +6 -6
  29. data/doc/_index.html +7 -7
  30. data/doc/class_list.html +2 -2
  31. data/doc/css/style.css +2 -2
  32. data/doc/file.README.html +9 -16
  33. data/doc/file_list.html +2 -2
  34. data/doc/frames.html +2 -2
  35. data/doc/index.html +9 -16
  36. data/doc/js/app.js +14 -3
  37. data/doc/method_list.html +80 -48
  38. data/doc/top-level-namespace.html +6 -6
  39. data/lib/dh_easy/core.rb +2 -1
  40. data/lib/dh_easy/core/mock/fake_db.rb +228 -35
  41. data/lib/dh_easy/core/mock/fake_executor.rb +0 -1
  42. data/lib/dh_easy/core/version.rb +1 -1
  43. metadata +3 -4
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Module: DhEasy::Core::Plugin::ExecutorBehavior
8
8
 
9
- &mdash; Documentation by YARD 0.9.20
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DhEasy::Core::Plugin::ExecutorBehavior";
19
19
  relpath = '../../../';
20
20
  </script>
@@ -334,9 +334,9 @@
334
334
  </div>
335
335
 
336
336
  <div id="footer">
337
- Generated on Wed Dec 4 23:00:02 2019 by
337
+ Generated on Sun May 23 08:36:55 2021 by
338
338
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
339
- 0.9.20 (ruby-2.5.3).
339
+ 0.9.24 (ruby-2.6.5).
340
340
  </div>
341
341
 
342
342
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Module: DhEasy::Core::Plugin::Finisher
8
8
 
9
- &mdash; Documentation by YARD 0.9.20
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DhEasy::Core::Plugin::Finisher";
19
19
  relpath = '../../../';
20
20
  </script>
@@ -255,9 +255,9 @@
255
255
  </div>
256
256
 
257
257
  <div id="footer">
258
- Generated on Wed Dec 4 23:00:02 2019 by
258
+ Generated on Sun May 23 08:36:54 2021 by
259
259
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
260
- 0.9.20 (ruby-2.5.3).
260
+ 0.9.24 (ruby-2.6.5).
261
261
  </div>
262
262
 
263
263
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Module: DhEasy::Core::Plugin::FinisherBehavior
8
8
 
9
- &mdash; Documentation by YARD 0.9.20
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DhEasy::Core::Plugin::FinisherBehavior";
19
19
  relpath = '../../../';
20
20
  </script>
@@ -132,9 +132,9 @@
132
132
  </div>
133
133
 
134
134
  <div id="footer">
135
- Generated on Wed Dec 4 23:00:02 2019 by
135
+ Generated on Sun May 23 08:36:55 2021 by
136
136
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
137
- 0.9.20 (ruby-2.5.3).
137
+ 0.9.24 (ruby-2.6.5).
138
138
  </div>
139
139
 
140
140
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Module: DhEasy::Core::Plugin::InitializeHook
8
8
 
9
- &mdash; Documentation by YARD 0.9.20
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DhEasy::Core::Plugin::InitializeHook";
19
19
  relpath = '../../../';
20
20
  </script>
@@ -210,9 +210,9 @@
210
210
  </div>
211
211
 
212
212
  <div id="footer">
213
- Generated on Wed Dec 4 23:00:02 2019 by
213
+ Generated on Sun May 23 08:36:55 2021 by
214
214
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
215
- 0.9.20 (ruby-2.5.3).
215
+ 0.9.24 (ruby-2.6.5).
216
216
  </div>
217
217
 
218
218
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Module: DhEasy::Core::Plugin::Parser
8
8
 
9
- &mdash; Documentation by YARD 0.9.20
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DhEasy::Core::Plugin::Parser";
19
19
  relpath = '../../../';
20
20
  </script>
@@ -260,9 +260,9 @@
260
260
  </div>
261
261
 
262
262
  <div id="footer">
263
- Generated on Wed Dec 4 23:00:02 2019 by
263
+ Generated on Sun May 23 08:36:54 2021 by
264
264
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
265
- 0.9.20 (ruby-2.5.3).
265
+ 0.9.24 (ruby-2.6.5).
266
266
  </div>
267
267
 
268
268
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Module: DhEasy::Core::Plugin::ParserBehavior
8
8
 
9
- &mdash; Documentation by YARD 0.9.20
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DhEasy::Core::Plugin::ParserBehavior";
19
19
  relpath = '../../../';
20
20
  </script>
@@ -225,9 +225,9 @@
225
225
  </div>
226
226
 
227
227
  <div id="footer">
228
- Generated on Wed Dec 4 23:00:02 2019 by
228
+ Generated on Sun May 23 08:36:55 2021 by
229
229
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
230
- 0.9.20 (ruby-2.5.3).
230
+ 0.9.24 (ruby-2.6.5).
231
231
  </div>
232
232
 
233
233
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Module: DhEasy::Core::Plugin::Seeder
8
8
 
9
- &mdash; Documentation by YARD 0.9.20
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DhEasy::Core::Plugin::Seeder";
19
19
  relpath = '../../../';
20
20
  </script>
@@ -664,9 +664,9 @@
664
664
  </div>
665
665
 
666
666
  <div id="footer">
667
- Generated on Wed Dec 4 23:00:02 2019 by
667
+ Generated on Sun May 23 08:36:54 2021 by
668
668
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
669
- 0.9.20 (ruby-2.5.3).
669
+ 0.9.24 (ruby-2.6.5).
670
670
  </div>
671
671
 
672
672
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Module: DhEasy::Core::Plugin::SeederBehavior
8
8
 
9
- &mdash; Documentation by YARD 0.9.20
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DhEasy::Core::Plugin::SeederBehavior";
19
19
  relpath = '../../../';
20
20
  </script>
@@ -132,9 +132,9 @@
132
132
  </div>
133
133
 
134
134
  <div id="footer">
135
- Generated on Wed Dec 4 23:00:02 2019 by
135
+ Generated on Sun May 23 08:36:55 2021 by
136
136
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
137
- 0.9.20 (ruby-2.5.3).
137
+ 0.9.24 (ruby-2.6.5).
138
138
  </div>
139
139
 
140
140
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Class: DhEasy::Core::SmartCollection
8
8
 
9
- &mdash; Documentation by YARD 0.9.20
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DhEasy::Core::SmartCollection";
19
19
  relpath = '../../';
20
20
  </script>
@@ -1077,9 +1077,9 @@ data
1077
1077
  </div>
1078
1078
 
1079
1079
  <div id="footer">
1080
- Generated on Wed Dec 4 23:00:03 2019 by
1080
+ Generated on Sun May 23 08:36:55 2021 by
1081
1081
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1082
- 0.9.20 (ruby-2.5.3).
1082
+ 0.9.24 (ruby-2.6.5).
1083
1083
  </div>
1084
1084
 
1085
1085
  </div>
data/doc/_index.html CHANGED
@@ -4,15 +4,15 @@
4
4
  <meta charset="utf-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
- Documentation by YARD 0.9.20
7
+ Documentation by YARD 0.9.24
8
8
 
9
9
  </title>
10
10
 
11
- <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
11
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
12
12
 
13
- <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="css/common.css" type="text/css" />
14
14
 
15
- <script type="text/javascript" charset="utf-8">
15
+ <script type="text/javascript">
16
16
  pathId = null;
17
17
  relpath = '';
18
18
  </script>
@@ -52,7 +52,7 @@
52
52
  <div class="clear"></div>
53
53
  </div>
54
54
 
55
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.20</h1>
55
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.24</h1>
56
56
  <div id="listing">
57
57
  <h1 class="alphaindex">Alphabetic Index</h1>
58
58
 
@@ -354,9 +354,9 @@
354
354
  </div>
355
355
 
356
356
  <div id="footer">
357
- Generated on Wed Dec 4 23:00:02 2019 by
357
+ Generated on Sun May 23 08:36:54 2021 by
358
358
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
359
- 0.9.20 (ruby-2.5.3).
359
+ 0.9.24 (ruby-2.6.5).
360
360
  </div>
361
361
 
362
362
  </div>
data/doc/class_list.html CHANGED
@@ -4,9 +4,9 @@
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
5
  <meta charset="utf-8" />
6
6
 
7
- <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
7
+ <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" />
8
8
 
9
- <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" />
10
10
 
11
11
 
12
12
 
data/doc/css/style.css CHANGED
@@ -422,8 +422,8 @@ li.r2 { background: #fafafa; }
422
422
  #toc ol { padding-left: 1.8em; }
423
423
  #toc li { font-size: 1.1em; line-height: 1.7em; }
424
424
  #toc > ol > li { font-size: 1.1em; font-weight: bold; }
425
- #toc ol > ol { font-size: 0.9em; }
426
- #toc ol ol > ol { padding-left: 2.3em; }
425
+ #toc ol > li > ol { font-size: 0.9em; }
426
+ #toc ol ol > li > ol { padding-left: 2.3em; }
427
427
  #toc ol + li { margin-top: 0.3em; }
428
428
  #toc.hidden { padding: 10px; background: #fefefe; box-shadow: none; }
429
429
  #toc.hidden:hover { background: #fafafa; }
data/doc/file.README.html CHANGED
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.9.20
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "README";
19
19
  relpath = '';
20
20
  </script>
@@ -58,32 +58,25 @@
58
58
  </div>
59
59
 
60
60
  <div id="content"><div id='filecontents'>
61
- <p><a href="http://rubydoc.org/gems/dh_easy-core/frames"><img
62
- src="http://img.shields.io/badge/docs-rdoc.info-blue.svg"></a> <a
63
- href="http://github.com/DataHenOfficial/dh_easy-core/releases"><img
64
- src="https://badge.fury.io/rb/dh_easy-core.svg"></a> <a
65
- href="#license"><img
66
- src="http://img.shields.io/badge/license-MIT-yellowgreen.svg"></a></p>
61
+ <p><a href="http://rubydoc.org/gems/dh_easy-core/frames"><img src="http://img.shields.io/badge/docs-rdoc.info-blue.svg"></a> <a href="http://github.com/DataHenOfficial/dh_easy-core/releases"><img src="https://badge.fury.io/rb/dh_easy-core.svg"></a> <a href="#license"><img src="http://img.shields.io/badge/license-MIT-yellowgreen.svg"></a></p>
67
62
 
68
63
  <h1 id="label-DhEasy+core+module">DhEasy core module</h1>
69
64
 
70
65
  <h2 id="label-Description">Description</h2>
71
66
 
72
- <p>DhEasy core is part of DhEasy gem collection and allow advance DataHen
73
- features possible by function as a base for other gems.</p>
67
+ <p>DhEasy core is part of DhEasy gem collection and allow advance DataHen features possible by function as a base for other gems.</p>
74
68
 
75
69
  <p>Install gem: <code> gem install &#39;dh_easy-core&#39; </code></p>
76
70
 
77
71
  <p>Require gem: <code> require &#39;dh_easy/core&#39; </code></p>
78
72
 
79
- <p>Documentation can be found <a
80
- href="http://rubydoc.org/gems/dh_easy-core/frames">here</a>.</p>
73
+ <p>Documentation can be found <a href="http://rubydoc.org/gems/dh_easy-core/frames">here</a>.</p>
81
74
  </div></div>
82
75
 
83
76
  <div id="footer">
84
- Generated on Wed Dec 4 23:00:02 2019 by
77
+ Generated on Sun May 23 08:36:54 2021 by
85
78
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
86
- 0.9.20 (ruby-2.5.3).
79
+ 0.9.24 (ruby-2.6.5).
87
80
  </div>
88
81
 
89
82
  </div>
data/doc/file_list.html CHANGED
@@ -4,9 +4,9 @@
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
5
  <meta charset="utf-8" />
6
6
 
7
- <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
7
+ <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" />
8
8
 
9
- <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" />
10
10
 
11
11
 
12
12
 
data/doc/frames.html CHANGED
@@ -2,9 +2,9 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>Documentation by YARD 0.9.20</title>
5
+ <title>Documentation by YARD 0.9.24</title>
6
6
  </head>
7
- <script type="text/javascript" charset="utf-8">
7
+ <script type="text/javascript">
8
8
  var match = unescape(window.location.hash).match(/^#!(.+)/);
9
9
  var name = match ? match[1] : 'index.html';
10
10
  name = name.replace(/^(\w+):\/\//, '').replace(/^\/\//, '');
data/doc/index.html CHANGED
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.9.20
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "README";
19
19
  relpath = '';
20
20
  </script>
@@ -58,32 +58,25 @@
58
58
  </div>
59
59
 
60
60
  <div id="content"><div id='filecontents'>
61
- <p><a href="http://rubydoc.org/gems/dh_easy-core/frames"><img
62
- src="http://img.shields.io/badge/docs-rdoc.info-blue.svg"></a> <a
63
- href="http://github.com/DataHenOfficial/dh_easy-core/releases"><img
64
- src="https://badge.fury.io/rb/dh_easy-core.svg"></a> <a
65
- href="#license"><img
66
- src="http://img.shields.io/badge/license-MIT-yellowgreen.svg"></a></p>
61
+ <p><a href="http://rubydoc.org/gems/dh_easy-core/frames"><img src="http://img.shields.io/badge/docs-rdoc.info-blue.svg"></a> <a href="http://github.com/DataHenOfficial/dh_easy-core/releases"><img src="https://badge.fury.io/rb/dh_easy-core.svg"></a> <a href="#license"><img src="http://img.shields.io/badge/license-MIT-yellowgreen.svg"></a></p>
67
62
 
68
63
  <h1 id="label-DhEasy+core+module">DhEasy core module</h1>
69
64
 
70
65
  <h2 id="label-Description">Description</h2>
71
66
 
72
- <p>DhEasy core is part of DhEasy gem collection and allow advance DataHen
73
- features possible by function as a base for other gems.</p>
67
+ <p>DhEasy core is part of DhEasy gem collection and allow advance DataHen features possible by function as a base for other gems.</p>
74
68
 
75
69
  <p>Install gem: <code> gem install &#39;dh_easy-core&#39; </code></p>
76
70
 
77
71
  <p>Require gem: <code> require &#39;dh_easy/core&#39; </code></p>
78
72
 
79
- <p>Documentation can be found <a
80
- href="http://rubydoc.org/gems/dh_easy-core/frames">here</a>.</p>
73
+ <p>Documentation can be found <a href="http://rubydoc.org/gems/dh_easy-core/frames">here</a>.</p>
81
74
  </div></div>
82
75
 
83
76
  <div id="footer">
84
- Generated on Wed Dec 4 23:00:02 2019 by
77
+ Generated on Sun May 23 08:36:54 2021 by
85
78
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
86
- 0.9.20 (ruby-2.5.3).
79
+ 0.9.24 (ruby-2.6.5).
87
80
  </div>
88
81
 
89
82
  </div>