ae_easy-core 0.0.4 → 0.0.5
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/.gitignore +1 -0
- data/ae_easy-core.gemspec +2 -1
- data/doc/AeEasy/Core/Config.html +1 -1
- data/doc/AeEasy/Core/Exception/OutdatedError.html +1 -1
- data/doc/AeEasy/Core/Exception.html +1 -1
- data/doc/AeEasy/Core/Helper/Cookie.html +1 -1
- data/doc/AeEasy/Core/Helper.html +1 -1
- data/doc/AeEasy/Core/Mock/FakeDb.html +1402 -449
- data/doc/AeEasy/Core/Mock/FakeExecutor.html +898 -428
- data/doc/AeEasy/Core/Mock/FakeParser.html +9 -124
- data/doc/AeEasy/Core/Mock/FakeSeeder.html +9 -118
- data/doc/AeEasy/Core/Mock.html +1 -1
- data/doc/AeEasy/Core/Plugin/CollectionVault.html +1 -1
- data/doc/AeEasy/Core/Plugin/ConfigBehavior.html +1 -1
- data/doc/AeEasy/Core/Plugin/ContextIntegrator.html +1 -1
- data/doc/AeEasy/Core/Plugin/InitializeHook.html +1 -1
- data/doc/AeEasy/Core/Plugin/Parser.html +1 -1
- data/doc/AeEasy/Core/Plugin/ParserBehavior.html +1 -1
- data/doc/AeEasy/Core/Plugin/Seeder.html +1 -1
- data/doc/AeEasy/Core/Plugin/SeederBehavior.html +1 -1
- data/doc/AeEasy/Core/Plugin.html +1 -1
- data/doc/AeEasy/Core/SmartCollection.html +1 -300
- data/doc/AeEasy/Core.html +32 -110
- data/doc/AeEasy.html +1 -1
- data/doc/_index.html +1 -1
- data/doc/file.README.html +1 -1
- data/doc/index.html +1 -1
- data/doc/method_list.html +157 -117
- data/doc/top-level-namespace.html +1 -1
- data/lib/ae_easy/core/mock/fake_db.rb +216 -14
- data/lib/ae_easy/core/mock/fake_executor.rb +112 -7
- data/lib/ae_easy/core/version.rb +1 -1
- data/lib/ae_easy/core.rb +1 -0
- metadata +18 -5
- data/Gemfile.lock +0 -57
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 768baeb757daadca31b2ccab98e18058a8ee9cb472a55b12a5ebd1cf8426b5dc
|
4
|
+
data.tar.gz: e44184701b5a462a5f1f1ddb66611418835f5fc43b3084e3e5a8fca890dac397
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ac1c1a21476a8c7cc9f97fe142c3ad1a09620d8c865bb3c87acd91cfd42588b49f1d39a1a57f7afec3298e0b6947e10e094283ef1284b3865da672277fb933f
|
7
|
+
data.tar.gz: a1b159b4da8cb683bcdedf560a71fbf7eb41db65dbbe858fab3a89adee189cb32e69a167f75bb85a00219b5ea6c531e38f28f4e1add491ab2ece40b1d41bc9e6
|
data/.gitignore
CHANGED
data/ae_easy-core.gemspec
CHANGED
@@ -38,7 +38,8 @@ 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 'answersengine', '>= 0.2.
|
41
|
+
spec.add_dependency 'answersengine', '>= 0.2.32'
|
42
|
+
spec.add_dependency 'faker'
|
42
43
|
spec.add_development_dependency 'bundler', '>= 1.16.3'
|
43
44
|
spec.add_development_dependency 'rake', '>= 10.0'
|
44
45
|
spec.add_development_dependency 'minitest', '>= 5.11'
|
data/doc/AeEasy/Core/Config.html
CHANGED
@@ -301,7 +301,7 @@
|
|
301
301
|
</div>
|
302
302
|
|
303
303
|
<div id="footer">
|
304
|
-
Generated on Wed Feb
|
304
|
+
Generated on Wed Feb 20 18:03:18 2019 by
|
305
305
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
306
306
|
0.9.18 (ruby-2.5.3).
|
307
307
|
</div>
|
@@ -125,7 +125,7 @@
|
|
125
125
|
</div>
|
126
126
|
|
127
127
|
<div id="footer">
|
128
|
-
Generated on Wed Feb
|
128
|
+
Generated on Wed Feb 20 18:03:19 2019 by
|
129
129
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
130
130
|
0.9.18 (ruby-2.5.3).
|
131
131
|
</div>
|
@@ -107,7 +107,7 @@
|
|
107
107
|
</div>
|
108
108
|
|
109
109
|
<div id="footer">
|
110
|
-
Generated on Wed Feb
|
110
|
+
Generated on Wed Feb 20 18:03:17 2019 by
|
111
111
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
112
112
|
0.9.18 (ruby-2.5.3).
|
113
113
|
</div>
|
@@ -1060,7 +1060,7 @@ update_as_hash , response_cookies
|
|
1060
1060
|
</div>
|
1061
1061
|
|
1062
1062
|
<div id="footer">
|
1063
|
-
Generated on Wed Feb
|
1063
|
+
Generated on Wed Feb 20 18:03:19 2019 by
|
1064
1064
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1065
1065
|
0.9.18 (ruby-2.5.3).
|
1066
1066
|
</div>
|
data/doc/AeEasy/Core/Helper.html
CHANGED
@@ -107,7 +107,7 @@
|
|
107
107
|
</div>
|
108
108
|
|
109
109
|
<div id="footer">
|
110
|
-
Generated on Wed Feb
|
110
|
+
Generated on Wed Feb 20 18:03:17 2019 by
|
111
111
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
112
112
|
0.9.18 (ruby-2.5.3).
|
113
113
|
</div>
|