decision_agent 0.1.6 → 0.2.0

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: a9fa9e4bed91c21f5402c19a902132014c30ab88b2acae6416d51831a544a0da
4
+ data.tar.gz: df95ffc19c834fc4a6c6bfe9fa72544d958e6715fef217e6ca680171c095caa8
5
5
  SHA512:
6
- metadata.gz: f2f14271db7d5ba25d3e3604396c221cce07ed62824025d1686c4950a06cf2f064cd5498053aa49f613d09e8a0da62fccdc880f293209cb6e30dfe3119fe567c
7
- data.tar.gz: b32ddb86d61e4588d4db68e6a4f441b2a35688918ddde831ef6b47a19782dfd36f68931d1cd9e1885f59fae1f63af96f683401c6f382e119c7fb23477940075c
6
+ metadata.gz: baf0c6e8b0a5895883cf6d3186f9f6576417a7bf943032aded6c5a989617a3dace19cb5f8d949d5488b10499d437f62519842ea22cc05751b9e5111ba3bc3860
7
+ data.tar.gz: 4196b121c6c061e0271278fba1f2861c830b6b358d09e0cf8cd29859aa05b7049b6eb3272f6ba961b9f9bc55a39786e1f1eb43f8728fb9039a82186da3ba9ae0
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