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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6adecd350c20f336995ee4954e26f9be65dee45fb9d31838be996eda5928d3d
4
- data.tar.gz: cb55474c53415d83a4d8a66598b8a4fcfd526472c5419612d9491df4ea02832f
3
+ metadata.gz: 52ea92d43b095fb5f67bee2d296b92a911382f5095339fe62cf0a2c0a7059c8b
4
+ data.tar.gz: b52a3b9cc19b991ae322b6743d4a510836f882cfebbf7cd52053d57c536b6791
5
5
  SHA512:
6
- metadata.gz: f2f14271db7d5ba25d3e3604396c221cce07ed62824025d1686c4950a06cf2f064cd5498053aa49f613d09e8a0da62fccdc880f293209cb6e30dfe3119fe567c
7
- data.tar.gz: b32ddb86d61e4588d4db68e6a4f441b2a35688918ddde831ef6b47a19782dfd36f68931d1cd9e1885f59fae1f63af96f683401c6f382e119c7fb23477940075c
6
+ metadata.gz: 746de63721a9b1da8a9fe4b9fc1de74b1669d67a16e4b89ce52f5f0c5eb800aec15e8b405e5afc469d2188c5f5e7db8dcb6abc20ee233b52fa9993cd0d6c143f
7
+ data.tar.gz: '08a4d30c53b1c166afd1db26bd55aa1dbef16b834ca364d118de9608a22d9363b9fdde4632948672f5a9ab19c63fae7884419aac6f3097d68dd133e59f65a244'
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # DecisionAgent
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/decision_agent.svg)](https://badge.fury.io/rb/decision_agent)
4
- [![CI](https://github.com/samaswin87/decision_agent/actions/workflows/ci.yml/badge.svg)](https://github.com/samaswin87/decision_agent/actions/workflows/ci.yml)
4
+ [![CI](https://github.com/samaswin/decision_agent/actions/workflows/ci.yml/badge.svg)](https://github.com/samaswin/decision_agent/actions/workflows/ci.yml)
5
5
  [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.txt)
6
6
  [![Ruby](https://img.shields.io/badge/ruby-%3E%3D%202.7.0-red.svg)](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/samaswin87/decision_agent/issues) - Report bugs or request features
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/samaswin87/decision_agent/issues)
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
@@ -24,7 +24,7 @@ def print_help
24
24
  decision_agent version
25
25
 
26
26
  For more information, visit:
27
- https://github.com/samaswin87/decision_agent
27
+ https://github.com/samaswin/decision_agent
28
28
  HELP
29
29
  end
30
30
 
@@ -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".freeze
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/samaswin87/decision_agent" target="_blank">Documentation</a></p>
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/samaswin87/decision_agent
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.6
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/samaswin87/decision_agent
296
+ homepage: https://github.com/samaswin/decision_agent
298
297
  licenses:
299
298
  - MIT
300
299
  metadata:
301
- homepage_uri: https://github.com/samaswin87/decision_agent
302
- source_code_uri: https://github.com/samaswin87/decision_agent
303
- changelog_uri: https://github.com/samaswin87/decision_agent/blob/main/CHANGELOG.md
304
- github_repo: https://github.com/samaswin87/decision_agent
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: