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.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/ae_easy-core.gemspec +2 -1
  4. data/doc/AeEasy/Core/Config.html +1 -1
  5. data/doc/AeEasy/Core/Exception/OutdatedError.html +1 -1
  6. data/doc/AeEasy/Core/Exception.html +1 -1
  7. data/doc/AeEasy/Core/Helper/Cookie.html +1 -1
  8. data/doc/AeEasy/Core/Helper.html +1 -1
  9. data/doc/AeEasy/Core/Mock/FakeDb.html +1402 -449
  10. data/doc/AeEasy/Core/Mock/FakeExecutor.html +898 -428
  11. data/doc/AeEasy/Core/Mock/FakeParser.html +9 -124
  12. data/doc/AeEasy/Core/Mock/FakeSeeder.html +9 -118
  13. data/doc/AeEasy/Core/Mock.html +1 -1
  14. data/doc/AeEasy/Core/Plugin/CollectionVault.html +1 -1
  15. data/doc/AeEasy/Core/Plugin/ConfigBehavior.html +1 -1
  16. data/doc/AeEasy/Core/Plugin/ContextIntegrator.html +1 -1
  17. data/doc/AeEasy/Core/Plugin/InitializeHook.html +1 -1
  18. data/doc/AeEasy/Core/Plugin/Parser.html +1 -1
  19. data/doc/AeEasy/Core/Plugin/ParserBehavior.html +1 -1
  20. data/doc/AeEasy/Core/Plugin/Seeder.html +1 -1
  21. data/doc/AeEasy/Core/Plugin/SeederBehavior.html +1 -1
  22. data/doc/AeEasy/Core/Plugin.html +1 -1
  23. data/doc/AeEasy/Core/SmartCollection.html +1 -300
  24. data/doc/AeEasy/Core.html +32 -110
  25. data/doc/AeEasy.html +1 -1
  26. data/doc/_index.html +1 -1
  27. data/doc/file.README.html +1 -1
  28. data/doc/index.html +1 -1
  29. data/doc/method_list.html +157 -117
  30. data/doc/top-level-namespace.html +1 -1
  31. data/lib/ae_easy/core/mock/fake_db.rb +216 -14
  32. data/lib/ae_easy/core/mock/fake_executor.rb +112 -7
  33. data/lib/ae_easy/core/version.rb +1 -1
  34. data/lib/ae_easy/core.rb +1 -0
  35. metadata +18 -5
  36. data/Gemfile.lock +0 -57
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a9497f088f7c706dfc43bdaa699aa22f1be8eeeefff5947c06308e447d06611
4
- data.tar.gz: 8cef03f0e34efc34866cc8ed1baf624bec7539f7810d9f86616326e362871062
3
+ metadata.gz: 768baeb757daadca31b2ccab98e18058a8ee9cb472a55b12a5ebd1cf8426b5dc
4
+ data.tar.gz: e44184701b5a462a5f1f1ddb66611418835f5fc43b3084e3e5a8fca890dac397
5
5
  SHA512:
6
- metadata.gz: 9d268dd2e58f622d5113b69c2682501b47526251d167a9f02d3bf4a1b3e9d3189a6082d1bf84c4f1c5a6be0f5779e40a2ec8fbbcbd512172225c3b4b32556b5e
7
- data.tar.gz: 0e1fa39f07d12ea7bf4f0f33892b63c00452ba5bb5a6a1ced961366209b733cdc614a8e6e9ba2e61aa5236bb14e7056c8789de4f1b35b7069e5952d2baeba353
6
+ metadata.gz: 1ac1c1a21476a8c7cc9f97fe142c3ad1a09620d8c865bb3c87acd91cfd42588b49f1d39a1a57f7afec3298e0b6947e10e094283ef1284b3865da672277fb933f
7
+ data.tar.gz: a1b159b4da8cb683bcdedf560a71fbf7eb41db65dbbe858fab3a89adee189cb32e69a167f75bb85a00219b5ea6c531e38f28f4e1add491ab2ece40b1d41bc9e6
data/.gitignore CHANGED
@@ -8,3 +8,4 @@
8
8
  /tmp/
9
9
  /certs/
10
10
  /checksum/
11
+ /Gemfile.lock
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.25'
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'
@@ -301,7 +301,7 @@
301
301
  </div>
302
302
 
303
303
  <div id="footer">
304
- Generated on Wed Feb 13 21:43:51 2019 by
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 13 21:43:52 2019 by
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 13 21:43:50 2019 by
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 13 21:43:52 2019 by
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>
@@ -107,7 +107,7 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Wed Feb 13 21:43:50 2019 by
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>