decision_agent 0.1.6 → 0.1.7
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/README.md +3 -3
- data/bin/decision_agent +1 -1
- data/lib/decision_agent/version.rb +1 -1
- data/lib/decision_agent/web/public/index.html +1 -1
- data/lib/generators/decision_agent/install/templates/README +1 -1
- metadata +6 -7
- data/spec/examples.txt +0 -1542
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 52ea92d43b095fb5f67bee2d296b92a911382f5095339fe62cf0a2c0a7059c8b
|
|
4
|
+
data.tar.gz: b52a3b9cc19b991ae322b6743d4a510836f882cfebbf7cd52053d57c536b6791
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 746de63721a9b1da8a9fe4b9fc1de74b1669d67a16e4b89ce52f5f0c5eb800aec15e8b405e5afc469d2188c5f5e7db8dcb6abc20ee233b52fa9993cd0d6c143f
|
|
7
|
+
data.tar.gz: '08a4d30c53b1c166afd1db26bd55aa1dbef16b834ca364d118de9608a22d9363b9fdde4632948672f5a9ab19c63fae7884419aac6f3097d68dd133e59f65a244'
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# DecisionAgent
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/rb/decision_agent)
|
|
4
|
-
[](https://github.com/samaswin/decision_agent/actions/workflows/ci.yml)
|
|
5
5
|
[](LICENSE.txt)
|
|
6
6
|
[](https://www.ruby-lang.org)
|
|
7
7
|
|
|
@@ -189,7 +189,7 @@ See [Monitoring & Analytics Guide](docs/MONITORING_AND_ANALYTICS.md) for complet
|
|
|
189
189
|
|
|
190
190
|
### More Resources
|
|
191
191
|
- [Documentation Home](docs/README.md) - Documentation index
|
|
192
|
-
- [GitHub Issues](https://github.com/
|
|
192
|
+
- [GitHub Issues](https://github.com/samaswin/decision_agent/issues) - Report bugs or request features
|
|
193
193
|
|
|
194
194
|
## Thread-Safety & Performance
|
|
195
195
|
|
|
@@ -213,7 +213,7 @@ See [Thread-Safety Guide](docs/THREAD_SAFETY.md) and [Performance Analysis](docs
|
|
|
213
213
|
|
|
214
214
|
## Support
|
|
215
215
|
|
|
216
|
-
- **Issues**: [GitHub Issues](https://github.com/
|
|
216
|
+
- **Issues**: [GitHub Issues](https://github.com/samaswin/decision_agent/issues)
|
|
217
217
|
- **Documentation**: [Documentation](docs/README.md)
|
|
218
218
|
- **Examples**: [Examples Directory](examples/README.md)
|
|
219
219
|
|
data/bin/decision_agent
CHANGED
|
@@ -3,7 +3,7 @@ module DecisionAgent
|
|
|
3
3
|
# MAJOR: Incremented for incompatible API changes
|
|
4
4
|
# MINOR: Incremented for backward-compatible functionality additions
|
|
5
5
|
# PATCH: Incremented for backward-compatible bug fixes
|
|
6
|
-
VERSION = "0.1.
|
|
6
|
+
VERSION = "0.1.7".freeze
|
|
7
7
|
|
|
8
8
|
# Validate version format (semantic versioning)
|
|
9
9
|
unless VERSION.match?(/\A\d+\.\d+\.\d+(-[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*)?(\+[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*)?\z/)
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
</div>
|
|
266
266
|
|
|
267
267
|
<footer class="footer">
|
|
268
|
-
<p>DecisionAgent Rule Builder | <a href="https://github.com/
|
|
268
|
+
<p>DecisionAgent Rule Builder | <a href="https://github.com/samaswin/decision_agent" target="_blank">Documentation</a></p>
|
|
269
269
|
</footer>
|
|
270
270
|
|
|
271
271
|
<script src="app.js"></script>
|
|
@@ -42,6 +42,6 @@ Next steps:
|
|
|
42
42
|
# mount DecisionAgent::Engine => '/decision_agent'
|
|
43
43
|
|
|
44
44
|
For more information, visit:
|
|
45
|
-
https://github.com/
|
|
45
|
+
https://github.com/samaswin/decision_agent
|
|
46
46
|
|
|
47
47
|
===============================================================================
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decision_agent
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sam Aswin
|
|
@@ -265,7 +265,6 @@ files:
|
|
|
265
265
|
- spec/edge_cases_spec.rb
|
|
266
266
|
- spec/evaluation_spec.rb
|
|
267
267
|
- spec/evaluation_validator_spec.rb
|
|
268
|
-
- spec/examples.txt
|
|
269
268
|
- spec/examples/feedback_aware_evaluator_spec.rb
|
|
270
269
|
- spec/issue_verification_spec.rb
|
|
271
270
|
- spec/json_rule_evaluator_spec.rb
|
|
@@ -294,14 +293,14 @@ files:
|
|
|
294
293
|
- spec/web/middleware/auth_middleware_spec.rb
|
|
295
294
|
- spec/web/middleware/permission_middleware_spec.rb
|
|
296
295
|
- spec/web_ui_rack_spec.rb
|
|
297
|
-
homepage: https://github.com/
|
|
296
|
+
homepage: https://github.com/samaswin/decision_agent
|
|
298
297
|
licenses:
|
|
299
298
|
- MIT
|
|
300
299
|
metadata:
|
|
301
|
-
homepage_uri: https://github.com/
|
|
302
|
-
source_code_uri: https://github.com/
|
|
303
|
-
changelog_uri: https://github.com/
|
|
304
|
-
github_repo: https://github.com/
|
|
300
|
+
homepage_uri: https://github.com/samaswin/decision_agent
|
|
301
|
+
source_code_uri: https://github.com/samaswin/decision_agent
|
|
302
|
+
changelog_uri: https://github.com/samaswin/decision_agent/blob/main/CHANGELOG.md
|
|
303
|
+
github_repo: https://github.com/samaswin/decision_agent
|
|
305
304
|
rubygems_mfa_required: 'true'
|
|
306
305
|
rdoc_options: []
|
|
307
306
|
require_paths:
|