dh_easy-core 0.2.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/dh_easy-core.gemspec +1 -1
- data/doc/DhEasy/Core/Config.html +6 -6
- data/doc/DhEasy/Core/Exception/OutdatedError.html +6 -6
- data/doc/DhEasy/Core/Exception.html +6 -6
- data/doc/DhEasy/Core/Helper/Cookie.html +6 -6
- data/doc/DhEasy/Core/Helper.html +6 -6
- data/doc/DhEasy/Core/Mock/FakeDb.html +963 -400
- data/doc/DhEasy/Core/Mock/FakeExecutor.html +26 -37
- data/doc/DhEasy/Core/Mock/FakeFinisher.html +6 -6
- data/doc/DhEasy/Core/Mock/FakeParser.html +6 -6
- data/doc/DhEasy/Core/Mock/FakeSeeder.html +6 -6
- data/doc/DhEasy/Core/Mock.html +6 -6
- data/doc/DhEasy/Core/Plugin/CollectionVault.html +6 -6
- data/doc/DhEasy/Core/Plugin/ConfigBehavior.html +7 -7
- data/doc/DhEasy/Core/Plugin/ContextIntegrator.html +6 -6
- data/doc/DhEasy/Core/Plugin/Executor.html +6 -6
- data/doc/DhEasy/Core/Plugin/ExecutorBehavior.html +6 -6
- data/doc/DhEasy/Core/Plugin/Finisher.html +6 -6
- data/doc/DhEasy/Core/Plugin/FinisherBehavior.html +6 -6
- data/doc/DhEasy/Core/Plugin/InitializeHook.html +6 -6
- data/doc/DhEasy/Core/Plugin/Parser.html +6 -6
- data/doc/DhEasy/Core/Plugin/ParserBehavior.html +6 -6
- data/doc/DhEasy/Core/Plugin/Seeder.html +6 -6
- data/doc/DhEasy/Core/Plugin/SeederBehavior.html +6 -6
- data/doc/DhEasy/Core/Plugin.html +6 -6
- data/doc/DhEasy/Core/SmartCollection.html +6 -6
- data/doc/DhEasy/Core.html +39 -40
- data/doc/DhEasy.html +6 -6
- data/doc/_index.html +7 -7
- data/doc/class_list.html +2 -2
- data/doc/css/style.css +2 -2
- data/doc/file.README.html +9 -16
- data/doc/file_list.html +2 -2
- data/doc/frames.html +2 -2
- data/doc/index.html +9 -16
- data/doc/js/app.js +14 -3
- data/doc/method_list.html +80 -48
- data/doc/top-level-namespace.html +6 -6
- data/lib/dh_easy/core/mock/fake_db.rb +229 -36
- data/lib/dh_easy/core/mock/fake_executor.rb +0 -1
- data/lib/dh_easy/core/version.rb +1 -1
- data/lib/dh_easy/core.rb +2 -1
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c8df8d64c0b30446fe7788e9310854f9505c173accb53158087d769b2f5a940
|
4
|
+
data.tar.gz: 587e97b5f482a1ff1b96aced7b2596201ba565e499bea0656d41d7c941307527
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a87131209b739ab230f5c030b54184ce930689bb690bb330b2f9abc6c1d42ca196fd3b7ef69629b193b41c9d1bac677fae2c6f548cb789b7a48330108c3d0a2d
|
7
|
+
data.tar.gz: 37725d63fee0b3db0e41d5604d196db658a608d74319f6964d236463a4b7c333908fdc3c668684f4a02736490510f3b7eb98cbfd939526b6657595801e9344ca
|
data/dh_easy-core.gemspec
CHANGED
@@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
|
|
38
38
|
spec.require_paths = ["lib"]
|
39
39
|
spec.required_ruby_version = '>= 2.2.2'
|
40
40
|
|
41
|
-
spec.add_dependency 'datahen', '~> 0
|
41
|
+
spec.add_dependency 'datahen', '~> 1.0'
|
42
42
|
spec.add_dependency 'faker', '~> 1'
|
43
43
|
spec.add_development_dependency 'bundler', '>= 1'
|
44
44
|
spec.add_development_dependency 'rake', '~> 10'
|
data/doc/DhEasy/Core/Config.html
CHANGED
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Class: DhEasy::Core::Config
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.24
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" />
|
16
16
|
|
17
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "DhEasy::Core::Config";
|
19
19
|
relpath = '../../';
|
20
20
|
</script>
|
@@ -301,9 +301,9 @@
|
|
301
301
|
</div>
|
302
302
|
|
303
303
|
<div id="footer">
|
304
|
-
Generated on
|
304
|
+
Generated on Sun May 23 08:36:55 2021 by
|
305
305
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
306
|
-
0.9.
|
306
|
+
0.9.24 (ruby-2.6.5).
|
307
307
|
</div>
|
308
308
|
|
309
309
|
</div>
|
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Exception: DhEasy::Core::Exception::OutdatedError
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.24
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../../css/style.css" type="text/css" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../../css/common.css" type="text/css" />
|
16
16
|
|
17
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "DhEasy::Core::Exception::OutdatedError";
|
19
19
|
relpath = '../../../';
|
20
20
|
</script>
|
@@ -125,9 +125,9 @@
|
|
125
125
|
</div>
|
126
126
|
|
127
127
|
<div id="footer">
|
128
|
-
Generated on
|
128
|
+
Generated on Sun May 23 08:36:55 2021 by
|
129
129
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
130
|
-
0.9.
|
130
|
+
0.9.24 (ruby-2.6.5).
|
131
131
|
</div>
|
132
132
|
|
133
133
|
</div>
|
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Module: DhEasy::Core::Exception
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.24
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" />
|
16
16
|
|
17
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "DhEasy::Core::Exception";
|
19
19
|
relpath = '../../';
|
20
20
|
</script>
|
@@ -107,9 +107,9 @@
|
|
107
107
|
</div>
|
108
108
|
|
109
109
|
<div id="footer">
|
110
|
-
Generated on
|
110
|
+
Generated on Sun May 23 08:36:54 2021 by
|
111
111
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
112
|
-
0.9.
|
112
|
+
0.9.24 (ruby-2.6.5).
|
113
113
|
</div>
|
114
114
|
|
115
115
|
</div>
|
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Class: DhEasy::Core::Helper::Cookie
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.24
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../../css/style.css" type="text/css" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../../css/common.css" type="text/css" />
|
16
16
|
|
17
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "DhEasy::Core::Helper::Cookie";
|
19
19
|
relpath = '../../../';
|
20
20
|
</script>
|
@@ -1060,9 +1060,9 @@ update_as_hash , response_cookies
|
|
1060
1060
|
</div>
|
1061
1061
|
|
1062
1062
|
<div id="footer">
|
1063
|
-
Generated on
|
1063
|
+
Generated on Sun May 23 08:36:55 2021 by
|
1064
1064
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1065
|
-
0.9.
|
1065
|
+
0.9.24 (ruby-2.6.5).
|
1066
1066
|
</div>
|
1067
1067
|
|
1068
1068
|
</div>
|
data/doc/DhEasy/Core/Helper.html
CHANGED
@@ -6,15 +6,15 @@
|
|
6
6
|
<title>
|
7
7
|
Module: DhEasy::Core::Helper
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.24
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" />
|
16
16
|
|
17
|
-
<script type="text/javascript"
|
17
|
+
<script type="text/javascript">
|
18
18
|
pathId = "DhEasy::Core::Helper";
|
19
19
|
relpath = '../../';
|
20
20
|
</script>
|
@@ -107,9 +107,9 @@
|
|
107
107
|
</div>
|
108
108
|
|
109
109
|
<div id="footer">
|
110
|
-
Generated on
|
110
|
+
Generated on Sun May 23 08:36:54 2021 by
|
111
111
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
112
|
-
0.9.
|
112
|
+
0.9.24 (ruby-2.6.5).
|
113
113
|
</div>
|
114
114
|
|
115
115
|
</div>
|