tasker-engine 1.0.0 → 1.0.1

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 (313) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. data/db/init/schema.sql +0 -23
  4. data/docs/APPLICATION_GENERATOR.md +1 -1
  5. data/docs/TROUBLESHOOTING.md +1 -1
  6. data/docs/Tasker/Analysis/RuntimeGraphAnalyzer.html +1 -1
  7. data/docs/Tasker/Analysis/TemplateGraphAnalyzer.html +1 -1
  8. data/docs/Tasker/Analysis.html +1 -1
  9. data/docs/Tasker/AnalyticsController.html +1 -1
  10. data/docs/Tasker/AnalyticsService/BottleneckAnalytics.html +1 -1
  11. data/docs/Tasker/AnalyticsService/PerformanceAnalytics.html +1 -1
  12. data/docs/Tasker/AnalyticsService.html +1 -1
  13. data/docs/Tasker/AnnotationType.html +1 -1
  14. data/docs/Tasker/AnnotationTypeSerializer.html +1 -1
  15. data/docs/Tasker/ApplicationController.html +1 -1
  16. data/docs/Tasker/ApplicationJob.html +1 -1
  17. data/docs/Tasker/ApplicationRecord.html +1 -1
  18. data/docs/Tasker/Authentication/AuthenticationError.html +1 -1
  19. data/docs/Tasker/Authentication/ConfigurationError.html +1 -1
  20. data/docs/Tasker/Authentication/Coordinator.html +1 -1
  21. data/docs/Tasker/Authentication/Interface.html +1 -1
  22. data/docs/Tasker/Authentication/InterfaceError.html +1 -1
  23. data/docs/Tasker/Authentication/NoneAuthenticator.html +1 -1
  24. data/docs/Tasker/Authentication.html +1 -1
  25. data/docs/Tasker/Authorization/AuthorizationError.html +1 -1
  26. data/docs/Tasker/Authorization/BaseCoordinator.html +1 -1
  27. data/docs/Tasker/Authorization/ConfigurationError.html +1 -1
  28. data/docs/Tasker/Authorization/ResourceConstants/ACTIONS.html +1 -1
  29. data/docs/Tasker/Authorization/ResourceConstants/RESOURCES.html +1 -1
  30. data/docs/Tasker/Authorization/ResourceConstants.html +1 -1
  31. data/docs/Tasker/Authorization/ResourceRegistry.html +1 -1
  32. data/docs/Tasker/Authorization/UnauthorizedError.html +1 -1
  33. data/docs/Tasker/Authorization.html +1 -1
  34. data/docs/Tasker/CacheCapabilities.html +1 -1
  35. data/docs/Tasker/CacheStrategy.html +1 -1
  36. data/docs/Tasker/Concerns/Authenticatable.html +1 -1
  37. data/docs/Tasker/Concerns/Authorizable/AdminStatusChecker.html +1 -1
  38. data/docs/Tasker/Concerns/Authorizable.html +1 -1
  39. data/docs/Tasker/Concerns/ControllerAuthorizable.html +1 -1
  40. data/docs/Tasker/Concerns/EventPublisher.html +1 -1
  41. data/docs/Tasker/Concerns/IdempotentStateTransitions.html +1 -1
  42. data/docs/Tasker/Concerns/StateMachineBase/ClassMethods.html +1 -1
  43. data/docs/Tasker/Concerns/StateMachineBase/StateMachineBase/ClassMethods.html +1 -1
  44. data/docs/Tasker/Concerns/StateMachineBase/StateMachineBase.html +1 -1
  45. data/docs/Tasker/Concerns/StateMachineBase.html +1 -1
  46. data/docs/Tasker/Concerns/StructuredLogging.html +1 -1
  47. data/docs/Tasker/Concerns.html +1 -1
  48. data/docs/Tasker/Configuration/ConfigurationProxy.html +1 -1
  49. data/docs/Tasker/Configuration/TelemetryConfigurationProxy.html +1 -1
  50. data/docs/Tasker/Configuration.html +1 -1
  51. data/docs/Tasker/ConfigurationError.html +1 -1
  52. data/docs/Tasker/ConfiguredTask.html +1 -1
  53. data/docs/Tasker/Constants/EventDefinitions.html +1 -1
  54. data/docs/Tasker/Constants/ObservabilityEvents/Step.html +1 -1
  55. data/docs/Tasker/Constants/ObservabilityEvents/Task.html +1 -1
  56. data/docs/Tasker/Constants/ObservabilityEvents.html +1 -1
  57. data/docs/Tasker/Constants/RegistryEvents.html +1 -1
  58. data/docs/Tasker/Constants/StepEvents.html +1 -1
  59. data/docs/Tasker/Constants/TaskEvents.html +1 -1
  60. data/docs/Tasker/Constants/TaskExecution/ExecutionStatus.html +1 -1
  61. data/docs/Tasker/Constants/TaskExecution/HealthStatus.html +1 -1
  62. data/docs/Tasker/Constants/TaskExecution/RecommendedAction.html +1 -1
  63. data/docs/Tasker/Constants/TaskExecution.html +1 -1
  64. data/docs/Tasker/Constants/TaskFinalization/ErrorMessages.html +1 -1
  65. data/docs/Tasker/Constants/TaskFinalization/PendingReasons.html +1 -1
  66. data/docs/Tasker/Constants/TaskFinalization/ReenqueueReasons.html +1 -1
  67. data/docs/Tasker/Constants/TaskFinalization.html +1 -1
  68. data/docs/Tasker/Constants/TaskStatuses.html +1 -1
  69. data/docs/Tasker/Constants/TestEvents.html +1 -1
  70. data/docs/Tasker/Constants/WorkflowEvents.html +1 -1
  71. data/docs/Tasker/Constants/WorkflowStepStatuses.html +1 -1
  72. data/docs/Tasker/Constants.html +1 -1
  73. data/docs/Tasker/DependentSystem.html +1 -1
  74. data/docs/Tasker/DependentSystemObjectMap.html +1 -1
  75. data/docs/Tasker/DetectorRegistry.html +1 -1
  76. data/docs/Tasker/Diagram/Edge.html +1 -1
  77. data/docs/Tasker/Diagram/Flowchart.html +1 -1
  78. data/docs/Tasker/Diagram/Node.html +1 -1
  79. data/docs/Tasker/Diagram.html +1 -1
  80. data/docs/Tasker/Engine.html +1 -1
  81. data/docs/Tasker/Error.html +1 -1
  82. data/docs/Tasker/Events/Catalog/CatalogPrinter.html +1 -1
  83. data/docs/Tasker/Events/Catalog/CustomEventRegistrar.html +1 -1
  84. data/docs/Tasker/Events/Catalog/ExamplePayloadGenerator.html +1 -1
  85. data/docs/Tasker/Events/Catalog.html +1 -1
  86. data/docs/Tasker/Events/CustomRegistry.html +1 -1
  87. data/docs/Tasker/Events/DefinitionLoader.html +1 -1
  88. data/docs/Tasker/Events/EventPayloadBuilder/ErrorInfoExtractor.html +1 -1
  89. data/docs/Tasker/Events/EventPayloadBuilder/StepPayloadBuilder.html +1 -1
  90. data/docs/Tasker/Events/EventPayloadBuilder.html +1 -1
  91. data/docs/Tasker/Events/Publisher.html +1 -1
  92. data/docs/Tasker/Events/Subscribers/BaseSubscriber/ErrorCategorizer/ErrorTypeClassifier.html +1 -1
  93. data/docs/Tasker/Events/Subscribers/BaseSubscriber/ErrorCategorizer.html +1 -1
  94. data/docs/Tasker/Events/Subscribers/BaseSubscriber/MetricTagsExtractor.html +1 -1
  95. data/docs/Tasker/Events/Subscribers/BaseSubscriber.html +1 -1
  96. data/docs/Tasker/Events/Subscribers/MetricsSubscriber.html +1 -1
  97. data/docs/Tasker/Events/Subscribers/TelemetrySubscriber.html +1 -1
  98. data/docs/Tasker/Events/Subscribers.html +1 -1
  99. data/docs/Tasker/Events/SubscriptionLoader.html +1 -1
  100. data/docs/Tasker/Events.html +1 -1
  101. data/docs/Tasker/EventsGenerator.html +1 -1
  102. data/docs/Tasker/Functions/FunctionBasedAnalyticsMetrics/AnalyticsMetrics.html +1 -1
  103. data/docs/Tasker/Functions/FunctionBasedAnalyticsMetrics.html +1 -1
  104. data/docs/Tasker/Functions/FunctionBasedDependencyLevels.html +1 -1
  105. data/docs/Tasker/Functions/FunctionBasedSlowestSteps/SlowestStep.html +1 -1
  106. data/docs/Tasker/Functions/FunctionBasedSlowestSteps.html +1 -1
  107. data/docs/Tasker/Functions/FunctionBasedSlowestTasks/SlowestTask.html +1 -1
  108. data/docs/Tasker/Functions/FunctionBasedSlowestTasks.html +1 -1
  109. data/docs/Tasker/Functions/FunctionBasedStepReadinessStatus.html +1 -1
  110. data/docs/Tasker/Functions/FunctionBasedSystemHealthCounts/HealthMetrics.html +1 -1
  111. data/docs/Tasker/Functions/FunctionBasedSystemHealthCounts.html +1 -1
  112. data/docs/Tasker/Functions/FunctionBasedTaskExecutionContext.html +1 -1
  113. data/docs/Tasker/Functions/FunctionWrapper.html +1 -1
  114. data/docs/Tasker/Functions.html +1 -1
  115. data/docs/Tasker/Generators/AuthenticatorGenerator/UsageInstructionsFormatter.html +1 -1
  116. data/docs/Tasker/Generators/AuthenticatorGenerator.html +1 -1
  117. data/docs/Tasker/Generators/AuthorizationCoordinatorGenerator.html +1 -1
  118. data/docs/Tasker/Generators/SubscriberGenerator.html +1 -1
  119. data/docs/Tasker/Generators/TaskHandlerGenerator.html +1 -1
  120. data/docs/Tasker/Generators.html +1 -1
  121. data/docs/Tasker/GraphQLTypes/AnnotationType.html +1 -1
  122. data/docs/Tasker/GraphQLTypes/BaseArgument.html +1 -1
  123. data/docs/Tasker/GraphQLTypes/BaseConnection.html +1 -1
  124. data/docs/Tasker/GraphQLTypes/BaseEdge.html +1 -1
  125. data/docs/Tasker/GraphQLTypes/BaseEnum.html +1 -1
  126. data/docs/Tasker/GraphQLTypes/BaseField.html +1 -1
  127. data/docs/Tasker/GraphQLTypes/BaseInputObject.html +1 -1
  128. data/docs/Tasker/GraphQLTypes/BaseInterface.html +1 -1
  129. data/docs/Tasker/GraphQLTypes/BaseObject.html +1 -1
  130. data/docs/Tasker/GraphQLTypes/BaseScalar.html +1 -1
  131. data/docs/Tasker/GraphQLTypes/BaseUnion.html +1 -1
  132. data/docs/Tasker/GraphQLTypes/DependentSystemObjectMapType.html +1 -1
  133. data/docs/Tasker/GraphQLTypes/DependentSystemType.html +1 -1
  134. data/docs/Tasker/GraphQLTypes/MutationType.html +1 -1
  135. data/docs/Tasker/GraphQLTypes/NamedStepType.html +1 -1
  136. data/docs/Tasker/GraphQLTypes/NamedTaskType.html +1 -1
  137. data/docs/Tasker/GraphQLTypes/NamedTasksNamedStepType.html +1 -1
  138. data/docs/Tasker/GraphQLTypes/NodeType.html +1 -1
  139. data/docs/Tasker/GraphQLTypes/QueryType.html +1 -1
  140. data/docs/Tasker/GraphQLTypes/TaskAnnotationType.html +1 -1
  141. data/docs/Tasker/GraphQLTypes/TaskInterface.html +1 -1
  142. data/docs/Tasker/GraphQLTypes/TaskType.html +1 -1
  143. data/docs/Tasker/GraphQLTypes/WorkflowStepType.html +1 -1
  144. data/docs/Tasker/GraphQLTypes.html +1 -1
  145. data/docs/Tasker/GraphqlController.html +1 -1
  146. data/docs/Tasker/HandlerFactory.html +54 -44
  147. data/docs/Tasker/HandlerSerializer.html +1 -1
  148. data/docs/Tasker/HandlersController.html +1 -1
  149. data/docs/Tasker/HashIdentityStrategy.html +1 -1
  150. data/docs/Tasker/Health/ReadinessChecker.html +1 -1
  151. data/docs/Tasker/Health/StatusChecker.html +1 -1
  152. data/docs/Tasker/Health.html +1 -1
  153. data/docs/Tasker/HealthController.html +1 -1
  154. data/docs/Tasker/IdentityStrategy.html +1 -1
  155. data/docs/Tasker/InvalidTaskHandlerConfig.html +1 -1
  156. data/docs/Tasker/Logging/CorrelationIdGenerator.html +1 -1
  157. data/docs/Tasker/Logging.html +1 -1
  158. data/docs/Tasker/MetricsController.html +1 -1
  159. data/docs/Tasker/MetricsExportJob.html +1 -1
  160. data/docs/Tasker/Mutations/BaseMutation.html +1 -1
  161. data/docs/Tasker/Mutations/CancelStep.html +1 -1
  162. data/docs/Tasker/Mutations/CancelTask.html +1 -1
  163. data/docs/Tasker/Mutations/CreateTask.html +1 -1
  164. data/docs/Tasker/Mutations/UpdateStep.html +1 -1
  165. data/docs/Tasker/Mutations/UpdateTask.html +1 -1
  166. data/docs/Tasker/Mutations.html +1 -1
  167. data/docs/Tasker/NamedStep.html +1 -1
  168. data/docs/Tasker/NamedTask.html +1 -1
  169. data/docs/Tasker/NamedTasksNamedStep.html +1 -1
  170. data/docs/Tasker/Orchestration/BackoffCalculator.html +1 -1
  171. data/docs/Tasker/Orchestration/ConnectionBuilder/ConfigValidator.html +1 -1
  172. data/docs/Tasker/Orchestration/ConnectionBuilder.html +1 -1
  173. data/docs/Tasker/Orchestration/ConnectionPoolIntelligence.html +1 -1
  174. data/docs/Tasker/Orchestration/Coordinator.html +1 -1
  175. data/docs/Tasker/Orchestration/FutureStateAnalyzer.html +1 -1
  176. data/docs/Tasker/Orchestration/PluginIntegration.html +1 -1
  177. data/docs/Tasker/Orchestration/ResponseProcessor.html +1 -1
  178. data/docs/Tasker/Orchestration/RetryHeaderParser.html +1 -1
  179. data/docs/Tasker/Orchestration/StepExecutor.html +1 -1
  180. data/docs/Tasker/Orchestration/StepSequenceFactory.html +1 -1
  181. data/docs/Tasker/Orchestration/TaskFinalizer/BlockageChecker.html +1 -1
  182. data/docs/Tasker/Orchestration/TaskFinalizer/ContextManager.html +1 -1
  183. data/docs/Tasker/Orchestration/TaskFinalizer/DelayCalculator.html +1 -1
  184. data/docs/Tasker/Orchestration/TaskFinalizer/FinalizationDecisionMaker.html +1 -1
  185. data/docs/Tasker/Orchestration/TaskFinalizer/FinalizationProcessor.html +1 -1
  186. data/docs/Tasker/Orchestration/TaskFinalizer/ReasonDeterminer.html +1 -1
  187. data/docs/Tasker/Orchestration/TaskFinalizer/ReenqueueManager.html +1 -1
  188. data/docs/Tasker/Orchestration/TaskFinalizer/UnclearStateHandler.html +1 -1
  189. data/docs/Tasker/Orchestration/TaskFinalizer.html +1 -1
  190. data/docs/Tasker/Orchestration/TaskInitializer.html +1 -1
  191. data/docs/Tasker/Orchestration/TaskReenqueuer.html +1 -1
  192. data/docs/Tasker/Orchestration/ViableStepDiscovery.html +1 -1
  193. data/docs/Tasker/Orchestration/WorkflowCoordinator.html +1 -1
  194. data/docs/Tasker/Orchestration.html +1 -1
  195. data/docs/Tasker/PageSort/PageSortParamsBuilder.html +1 -1
  196. data/docs/Tasker/PageSort.html +1 -1
  197. data/docs/Tasker/PermanentError.html +1 -1
  198. data/docs/Tasker/ProceduralError.html +1 -1
  199. data/docs/Tasker/Queries/AllAnnotationTypes.html +1 -1
  200. data/docs/Tasker/Queries/AllTasks.html +1 -1
  201. data/docs/Tasker/Queries/BaseQuery.html +1 -1
  202. data/docs/Tasker/Queries/Helpers.html +1 -1
  203. data/docs/Tasker/Queries/OneStep.html +1 -1
  204. data/docs/Tasker/Queries/OneTask.html +1 -1
  205. data/docs/Tasker/Queries/TasksByAnnotation.html +1 -1
  206. data/docs/Tasker/Queries/TasksByStatus.html +1 -1
  207. data/docs/Tasker/Queries.html +1 -1
  208. data/docs/Tasker/Railtie.html +1 -1
  209. data/docs/Tasker/Registry/BaseRegistry.html +1 -1
  210. data/docs/Tasker/Registry/EventPublisher.html +1 -1
  211. data/docs/Tasker/Registry/InterfaceValidator.html +1 -1
  212. data/docs/Tasker/Registry/RegistrationError.html +1 -1
  213. data/docs/Tasker/Registry/RegistryError.html +1 -1
  214. data/docs/Tasker/Registry/StatisticsCollector.html +1 -1
  215. data/docs/Tasker/Registry/SubscriberRegistry.html +1 -1
  216. data/docs/Tasker/Registry/ValidationError.html +1 -1
  217. data/docs/Tasker/Registry.html +1 -1
  218. data/docs/Tasker/RetryableError.html +1 -1
  219. data/docs/Tasker/StateMachine/Compatibility.html +1 -1
  220. data/docs/Tasker/StateMachine/InvalidStateTransition.html +1 -1
  221. data/docs/Tasker/StateMachine/StepStateMachine.html +1 -1
  222. data/docs/Tasker/StateMachine/TaskStateMachine.html +1 -1
  223. data/docs/Tasker/StateMachine.html +1 -1
  224. data/docs/Tasker/StepDagRelationship.html +1 -1
  225. data/docs/Tasker/StepHandler/Api/Config.html +1 -1
  226. data/docs/Tasker/StepHandler/Api.html +1 -1
  227. data/docs/Tasker/StepHandler/AutomaticEventPublishing.html +1 -1
  228. data/docs/Tasker/StepHandler/Base.html +1 -1
  229. data/docs/Tasker/StepHandler.html +1 -1
  230. data/docs/Tasker/StepReadinessStatus.html +1 -1
  231. data/docs/Tasker/Task.html +96 -86
  232. data/docs/Tasker/TaskAnnotation.html +1 -1
  233. data/docs/Tasker/TaskAnnotationSerializer.html +1 -1
  234. data/docs/Tasker/TaskBuilder/StepNameValidator.html +1 -1
  235. data/docs/Tasker/TaskBuilder/StepTemplateDefiner.html +1 -1
  236. data/docs/Tasker/TaskBuilder.html +1 -1
  237. data/docs/Tasker/TaskDiagram/StepToStepEdgeBuilder.html +1 -1
  238. data/docs/Tasker/TaskDiagram/TaskToRootStepEdgeBuilder.html +1 -1
  239. data/docs/Tasker/TaskDiagram.html +1 -1
  240. data/docs/Tasker/TaskDiagramsController.html +1 -1
  241. data/docs/Tasker/TaskExecutionContext.html +1 -1
  242. data/docs/Tasker/TaskHandler/ClassMethods/StepTemplateDefiner/ClassBasedEventRegistrar.html +1 -1
  243. data/docs/Tasker/TaskHandler/ClassMethods/StepTemplateDefiner/YamlEventRegistrar.html +1 -1
  244. data/docs/Tasker/TaskHandler/ClassMethods/StepTemplateDefiner.html +1 -1
  245. data/docs/Tasker/TaskHandler/ClassMethods.html +44 -6
  246. data/docs/Tasker/TaskHandler/InstanceMethods.html +1 -1
  247. data/docs/Tasker/TaskHandler/StepGroup.html +1 -1
  248. data/docs/Tasker/TaskHandler.html +1 -1
  249. data/docs/Tasker/TaskNamespace.html +1 -1
  250. data/docs/Tasker/TaskRunnerJob.html +1 -1
  251. data/docs/Tasker/TaskSerializer.html +1 -1
  252. data/docs/Tasker/TaskTransition.html +1 -1
  253. data/docs/Tasker/TaskerRailsSchema/InvalidObjectTypeError.html +1 -1
  254. data/docs/Tasker/TaskerRailsSchema/TypeResolutionError.html +1 -1
  255. data/docs/Tasker/TaskerRailsSchema/UnknownInterfaceError.html +1 -1
  256. data/docs/Tasker/TaskerRailsSchema.html +1 -1
  257. data/docs/Tasker/TasksController.html +1 -1
  258. data/docs/Tasker/Telemetry/EventMapping.html +1 -1
  259. data/docs/Tasker/Telemetry/EventRouter.html +1 -1
  260. data/docs/Tasker/Telemetry/Events/ExportEvents.html +1 -1
  261. data/docs/Tasker/Telemetry/Events.html +1 -1
  262. data/docs/Tasker/Telemetry/ExportCoordinator.html +1 -1
  263. data/docs/Tasker/Telemetry/IntelligentCacheManager.html +1 -1
  264. data/docs/Tasker/Telemetry/LogBackend.html +1 -1
  265. data/docs/Tasker/Telemetry/MetricTypes/Counter.html +1 -1
  266. data/docs/Tasker/Telemetry/MetricTypes/Gauge.html +1 -1
  267. data/docs/Tasker/Telemetry/MetricTypes/Histogram.html +1 -1
  268. data/docs/Tasker/Telemetry/MetricTypes.html +1 -1
  269. data/docs/Tasker/Telemetry/MetricsBackend.html +1 -1
  270. data/docs/Tasker/Telemetry/MetricsExportService.html +1 -1
  271. data/docs/Tasker/Telemetry/PluginRegistry.html +1 -1
  272. data/docs/Tasker/Telemetry/Plugins/BaseExporter.html +1 -1
  273. data/docs/Tasker/Telemetry/Plugins/CsvExporter.html +1 -1
  274. data/docs/Tasker/Telemetry/Plugins/JsonExporter.html +1 -1
  275. data/docs/Tasker/Telemetry/Plugins.html +1 -1
  276. data/docs/Tasker/Telemetry/PrometheusExporter.html +1 -1
  277. data/docs/Tasker/Telemetry/TraceBackend.html +1 -1
  278. data/docs/Tasker/Telemetry.html +1 -1
  279. data/docs/Tasker/Types/AuthConfig.html +1 -1
  280. data/docs/Tasker/Types/BackoffConfig.html +1 -1
  281. data/docs/Tasker/Types/BaseConfig.html +1 -1
  282. data/docs/Tasker/Types/CacheConfig.html +1 -1
  283. data/docs/Tasker/Types/DatabaseConfig.html +1 -1
  284. data/docs/Tasker/Types/DependencyGraph.html +1 -1
  285. data/docs/Tasker/Types/DependencyGraphConfig.html +1 -1
  286. data/docs/Tasker/Types/EngineConfig.html +1 -1
  287. data/docs/Tasker/Types/ExecutionConfig.html +1 -1
  288. data/docs/Tasker/Types/GraphEdge.html +1 -1
  289. data/docs/Tasker/Types/GraphMetadata.html +1 -1
  290. data/docs/Tasker/Types/GraphNode.html +1 -1
  291. data/docs/Tasker/Types/HealthConfig.html +1 -1
  292. data/docs/Tasker/Types/StepSequence.html +1 -1
  293. data/docs/Tasker/Types/StepTemplate.html +1 -1
  294. data/docs/Tasker/Types/TaskRequest.html +1 -1
  295. data/docs/Tasker/Types/TelemetryConfig.html +1 -1
  296. data/docs/Tasker/Types.html +1 -1
  297. data/docs/Tasker/WorkflowStep/StepFinder.html +1 -1
  298. data/docs/Tasker/WorkflowStep.html +1 -1
  299. data/docs/Tasker/WorkflowStepEdge.html +1 -1
  300. data/docs/Tasker/WorkflowStepSerializer.html +1 -1
  301. data/docs/Tasker/WorkflowStepTransition/TransitionDescriptionFormatter.html +1 -1
  302. data/docs/Tasker/WorkflowStepTransition.html +1 -1
  303. data/docs/Tasker/WorkflowStepsController.html +1 -1
  304. data/docs/Tasker.html +2 -2
  305. data/docs/_index.html +1 -1
  306. data/docs/file.README.html +6 -6
  307. data/docs/index.html +6 -6
  308. data/docs/top-level-namespace.html +1 -1
  309. data/lib/generators/tasker/templates/opentelemetry_initializer.rb +1 -1
  310. data/lib/tasker/handler_factory.rb +7 -2
  311. data/lib/tasker/task_handler/class_methods.rb +4 -1
  312. data/lib/tasker/version.rb +1 -1
  313. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dd2231fa336087118193cb1ed54b98838f396210d88b44ff2eb994ebc12cc12f
4
- data.tar.gz: 1e0f9172ccac70c3d712cdb038779158eb1edcd9e81e9402a3888a0ba12cb85c
3
+ metadata.gz: 95bc1d75cebbd47ce5cf2ec25d183642fbd85ad3037d22faf27426f247384bf7
4
+ data.tar.gz: 18be7e43e098cec319fcc35f165bf1b0b2d7a1d5673a8f52c7229d5ce0131b3f
5
5
  SHA512:
6
- metadata.gz: 4cf9d080d61f3954b1d06749ee71f1a7508bd10272ca7be10476cfe45880d45048ea986fc5a510233ae9f92f549ba160f0ae93cf16a5e92fd3bcd4282deb69fa
7
- data.tar.gz: c810d613f87f099bfb948f306fb7fc57e568427a7eb453acf2a0a602d270e31bd0f9e8e438e134f5d60e11ea3e63a7b00dc994ec76f664fa331a061453b0b4dc
6
+ metadata.gz: dab5a1d4737be8a7005a5446ef30c614e42a2bfb904c950a02385691eb2ba956b62979ac9cd62473e01768e9b36dee67a6bd23f2a15f2b8aa7289bfd0efa5a73
7
+ data.tar.gz: 0e1a5f40e04cf914b5f8adf43a1aab1c74ec8b90b0d81b96f3a7a1ace47e01ea0cec7368d2075d83f4f0f456e64444f5a8f8dc15bb670d1131645f9006502ff9
data/README.md CHANGED
@@ -29,7 +29,7 @@ Add Tasker to your Rails app's `Gemfile`:
29
29
 
30
30
  ```ruby
31
31
  source 'https://rubygems.pkg.github.com/tasker-systems' do
32
- gem 'tasker-engine', '~> 1.0.0'
32
+ gem 'tasker-engine', '~> 1.0.1'
33
33
  end
34
34
  ```
35
35
 
@@ -125,7 +125,7 @@ This creates a complete workflow structure:
125
125
  ---
126
126
  name: order_process
127
127
  namespace_name: default
128
- version: 1.0.0
128
+ version: 1.0.1
129
129
  task_handler_class: OrderProcess
130
130
 
131
131
  step_templates:
@@ -171,7 +171,7 @@ end
171
171
  task_request = Tasker::Types::TaskRequest.new(
172
172
  name: 'order_process',
173
173
  namespace: 'default', # Optional - defaults to 'default'
174
- version: '1.0.0', # Optional - defaults to '0.1.0'
174
+ version: '1.0.1', # Optional - defaults to '0.1.0'
175
175
  context: { order_id: 12345 }
176
176
  )
177
177
 
@@ -179,7 +179,7 @@ task_request = Tasker::Types::TaskRequest.new(
179
179
  handler = Tasker::HandlerFactory.instance.get(
180
180
  'order_process',
181
181
  namespace_name: 'default', # Optional - defaults to 'default'
182
- version: '1.0.0' # Optional - defaults to '0.1.0'
182
+ version: '1.0.1' # Optional - defaults to '0.1.0'
183
183
  )
184
184
  task = handler.initialize_task!(task_request)
185
185
 
@@ -294,7 +294,7 @@ Tasker.configuration do |config|
294
294
  config.telemetry do |tel|
295
295
  tel.enabled = true
296
296
  tel.service_name = 'my-app-workflows'
297
- tel.service_version = '1.0.0'
297
+ tel.service_version = '1.0.1'
298
298
  end
299
299
  end
300
300
  ```
data/db/init/schema.sql CHANGED
@@ -1,14 +1,3 @@
1
- SET statement_timeout = 0;
2
- SET lock_timeout = 0;
3
- SET idle_in_transaction_session_timeout = 0;
4
- SET client_encoding = 'UTF8';
5
- SET standard_conforming_strings = on;
6
- SELECT pg_catalog.set_config('search_path', '', false);
7
- SET check_function_bodies = false;
8
- SET xmloption = content;
9
- SET client_min_messages = warning;
10
- SET row_security = off;
11
-
12
1
  --
13
2
  -- Name: calculate_dependency_levels(bigint); Type: FUNCTION; Schema: public; Owner: -
14
3
  --
@@ -835,11 +824,6 @@ BEGIN
835
824
  END;
836
825
  $$;
837
826
 
838
-
839
- SET default_tablespace = '';
840
-
841
- SET default_table_access_method = heap;
842
-
843
827
  --
844
828
  -- Name: tasker_annotation_types; Type: TABLE; Schema: public; Owner: -
845
829
  --
@@ -2268,10 +2252,3 @@ ALTER TABLE ONLY public.tasker_workflow_steps
2268
2252
 
2269
2253
  ALTER TABLE ONLY public.tasker_workflow_steps
2270
2254
  ADD CONSTRAINT workflow_steps_task_id_foreign FOREIGN KEY (task_id) REFERENCES public.tasker_tasks(task_id);
2271
-
2272
-
2273
- --
2274
- -- PostgreSQL database dump complete
2275
- --
2276
-
2277
- SET search_path TO "$user", public;
@@ -366,7 +366,7 @@ Once installed, developers can immediately:
366
366
  task = Tasker::HandlerFactory.instance.get(
367
367
  'order_processing',
368
368
  namespace_name: 'ecommerce',
369
- version: '1.0.0'
369
+ version: '1.0.1'
370
370
  ).initialize_task!(
371
371
  Tasker::Types::TaskRequest.new(
372
372
  name: 'order_processing',
@@ -580,7 +580,7 @@ Tasker.configuration do |config|
580
580
  config.telemetry do |tel|
581
581
  tel.enabled = true
582
582
  tel.service_name = 'your-application'
583
- tel.service_version = ENV['APP_VERSION'] || '1.0.0'
583
+ tel.service_version = ENV['APP_VERSION'] || '1.0.1'
584
584
  tel.environment = Rails.env
585
585
  end
586
586
  end
@@ -897,7 +897,7 @@
897
897
  </div>
898
898
 
899
899
  <div id="footer">
900
- Generated on Tue Jul 1 16:47:40 2025 by
900
+ Generated on Thu Jul 3 17:33:06 2025 by
901
901
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
902
902
  0.9.37 (ruby-3.2.4).
903
903
  </div>
@@ -1226,7 +1226,7 @@
1226
1226
  </div>
1227
1227
 
1228
1228
  <div id="footer">
1229
- Generated on Tue Jul 1 16:47:40 2025 by
1229
+ Generated on Thu Jul 3 17:33:07 2025 by
1230
1230
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1231
1231
  0.9.37 (ruby-3.2.4).
1232
1232
  </div>
@@ -107,7 +107,7 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Tue Jul 1 16:47:35 2025 by
110
+ Generated on Thu Jul 3 17:33:01 2025 by
111
111
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
112
  0.9.37 (ruby-3.2.4).
113
113
  </div>
@@ -440,7 +440,7 @@
440
440
  </div>
441
441
 
442
442
  <div id="footer">
443
- Generated on Tue Jul 1 16:47:40 2025 by
443
+ Generated on Thu Jul 3 17:33:07 2025 by
444
444
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
445
445
  0.9.37 (ruby-3.2.4).
446
446
  </div>
@@ -806,7 +806,7 @@
806
806
  </div>
807
807
 
808
808
  <div id="footer">
809
- Generated on Tue Jul 1 16:47:38 2025 by
809
+ Generated on Thu Jul 3 17:33:05 2025 by
810
810
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
811
811
  0.9.37 (ruby-3.2.4).
812
812
  </div>
@@ -576,7 +576,7 @@
576
576
  </div>
577
577
 
578
578
  <div id="footer">
579
- Generated on Tue Jul 1 16:47:38 2025 by
579
+ Generated on Thu Jul 3 17:33:05 2025 by
580
580
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
581
581
  0.9.37 (ruby-3.2.4).
582
582
  </div>
@@ -2211,7 +2211,7 @@
2211
2211
  </div>
2212
2212
 
2213
2213
  <div id="footer">
2214
- Generated on Tue Jul 1 16:47:38 2025 by
2214
+ Generated on Thu Jul 3 17:33:05 2025 by
2215
2215
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2216
2216
  0.9.37 (ruby-3.2.4).
2217
2217
  </div>
@@ -127,7 +127,7 @@
127
127
  </div>
128
128
 
129
129
  <div id="footer">
130
- Generated on Tue Jul 1 16:47:37 2025 by
130
+ Generated on Thu Jul 3 17:33:03 2025 by
131
131
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
132
132
  0.9.37 (ruby-3.2.4).
133
133
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Jul 1 16:47:41 2025 by
117
+ Generated on Thu Jul 3 17:33:07 2025 by
118
118
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.9.37 (ruby-3.2.4).
120
120
  </div>
@@ -137,7 +137,7 @@
137
137
  </div>
138
138
 
139
139
  <div id="footer">
140
- Generated on Tue Jul 1 16:47:40 2025 by
140
+ Generated on Thu Jul 3 17:33:07 2025 by
141
141
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
142
142
  0.9.37 (ruby-3.2.4).
143
143
  </div>
@@ -118,7 +118,7 @@
118
118
  </div>
119
119
 
120
120
  <div id="footer">
121
- Generated on Tue Jul 1 16:47:37 2025 by
121
+ Generated on Thu Jul 3 17:33:03 2025 by
122
122
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
123
123
  0.9.37 (ruby-3.2.4).
124
124
  </div>
@@ -368,7 +368,7 @@ production:
368
368
  </div>
369
369
 
370
370
  <div id="footer">
371
- Generated on Tue Jul 1 16:47:38 2025 by
371
+ Generated on Thu Jul 3 17:33:04 2025 by
372
372
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
373
373
  0.9.37 (ruby-3.2.4).
374
374
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Jul 1 16:47:37 2025 by
117
+ Generated on Thu Jul 3 17:33:03 2025 by
118
118
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.9.37 (ruby-3.2.4).
120
120
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Jul 1 16:47:37 2025 by
117
+ Generated on Thu Jul 3 17:33:03 2025 by
118
118
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.9.37 (ruby-3.2.4).
120
120
  </div>
@@ -232,7 +232,7 @@
232
232
  </div>
233
233
 
234
234
  <div id="footer">
235
- Generated on Tue Jul 1 16:47:38 2025 by
235
+ Generated on Thu Jul 3 17:33:05 2025 by
236
236
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
237
237
  0.9.37 (ruby-3.2.4).
238
238
  </div>
@@ -550,7 +550,7 @@
550
550
  </div>
551
551
 
552
552
  <div id="footer">
553
- Generated on Tue Jul 1 16:47:35 2025 by
553
+ Generated on Thu Jul 3 17:33:01 2025 by
554
554
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
555
555
  0.9.37 (ruby-3.2.4).
556
556
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Jul 1 16:47:37 2025 by
117
+ Generated on Thu Jul 3 17:33:03 2025 by
118
118
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.9.37 (ruby-3.2.4).
120
120
  </div>
@@ -328,7 +328,7 @@
328
328
  </div>
329
329
 
330
330
  <div id="footer">
331
- Generated on Tue Jul 1 16:47:40 2025 by
331
+ Generated on Thu Jul 3 17:33:07 2025 by
332
332
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
333
333
  0.9.37 (ruby-3.2.4).
334
334
  </div>
@@ -109,7 +109,7 @@
109
109
  </div>
110
110
 
111
111
  <div id="footer">
112
- Generated on Tue Jul 1 16:47:34 2025 by
112
+ Generated on Thu Jul 3 17:33:01 2025 by
113
113
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
114
114
  0.9.37 (ruby-3.2.4).
115
115
  </div>
@@ -129,7 +129,7 @@
129
129
  </div>
130
130
 
131
131
  <div id="footer">
132
- Generated on Tue Jul 1 16:47:37 2025 by
132
+ Generated on Thu Jul 3 17:33:03 2025 by
133
133
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
134
134
  0.9.37 (ruby-3.2.4).
135
135
  </div>
@@ -917,7 +917,7 @@
917
917
  </div>
918
918
 
919
919
  <div id="footer">
920
- Generated on Tue Jul 1 16:47:40 2025 by
920
+ Generated on Thu Jul 3 17:33:06 2025 by
921
921
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
922
922
  0.9.37 (ruby-3.2.4).
923
923
  </div>
@@ -143,7 +143,7 @@
143
143
  </div>
144
144
 
145
145
  <div id="footer">
146
- Generated on Tue Jul 1 16:47:37 2025 by
146
+ Generated on Thu Jul 3 17:33:03 2025 by
147
147
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
148
148
  0.9.37 (ruby-3.2.4).
149
149
  </div>
@@ -418,7 +418,7 @@
418
418
  </div>
419
419
 
420
420
  <div id="footer">
421
- Generated on Tue Jul 1 16:47:35 2025 by
421
+ Generated on Thu Jul 3 17:33:01 2025 by
422
422
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
423
423
  0.9.37 (ruby-3.2.4).
424
424
  </div>
@@ -355,7 +355,7 @@
355
355
  </div>
356
356
 
357
357
  <div id="footer">
358
- Generated on Tue Jul 1 16:47:35 2025 by
358
+ Generated on Thu Jul 3 17:33:01 2025 by
359
359
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
360
360
  0.9.37 (ruby-3.2.4).
361
361
  </div>
@@ -136,7 +136,7 @@
136
136
  </div>
137
137
 
138
138
  <div id="footer">
139
- Generated on Tue Jul 1 16:47:35 2025 by
139
+ Generated on Thu Jul 3 17:33:01 2025 by
140
140
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
141
141
  0.9.37 (ruby-3.2.4).
142
142
  </div>
@@ -872,7 +872,7 @@
872
872
  </div>
873
873
 
874
874
  <div id="footer">
875
- Generated on Tue Jul 1 16:47:40 2025 by
875
+ Generated on Thu Jul 3 17:33:06 2025 by
876
876
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
877
877
  0.9.37 (ruby-3.2.4).
878
878
  </div>
@@ -143,7 +143,7 @@
143
143
  </div>
144
144
 
145
145
  <div id="footer">
146
- Generated on Tue Jul 1 16:47:37 2025 by
146
+ Generated on Thu Jul 3 17:33:03 2025 by
147
147
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
148
148
  0.9.37 (ruby-3.2.4).
149
149
  </div>
@@ -572,7 +572,7 @@
572
572
  </div>
573
573
 
574
574
  <div id="footer">
575
- Generated on Tue Jul 1 16:47:34 2025 by
575
+ Generated on Thu Jul 3 17:33:01 2025 by
576
576
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
577
577
  0.9.37 (ruby-3.2.4).
578
578
  </div>
@@ -157,7 +157,7 @@
157
157
  </div>
158
158
 
159
159
  <div id="footer">
160
- Generated on Tue Jul 1 16:47:34 2025 by
160
+ Generated on Thu Jul 3 17:33:01 2025 by
161
161
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
162
162
  0.9.37 (ruby-3.2.4).
163
163
  </div>
@@ -1287,7 +1287,7 @@
1287
1287
  </div>
1288
1288
 
1289
1289
  <div id="footer">
1290
- Generated on Tue Jul 1 16:47:36 2025 by
1290
+ Generated on Thu Jul 3 17:33:02 2025 by
1291
1291
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1292
1292
  0.9.37 (ruby-3.2.4).
1293
1293
  </div>
@@ -106,7 +106,7 @@
106
106
  </div>
107
107
 
108
108
  <div id="footer">
109
- Generated on Tue Jul 1 16:47:35 2025 by
109
+ Generated on Thu Jul 3 17:33:01 2025 by
110
110
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
111
111
  0.9.37 (ruby-3.2.4).
112
112
  </div>
@@ -246,7 +246,7 @@
246
246
  </div>
247
247
 
248
248
  <div id="footer">
249
- Generated on Tue Jul 1 16:47:37 2025 by
249
+ Generated on Thu Jul 3 17:33:03 2025 by
250
250
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
251
251
  0.9.37 (ruby-3.2.4).
252
252
  </div>
@@ -806,7 +806,7 @@
806
806
  </div>
807
807
 
808
808
  <div id="footer">
809
- Generated on Tue Jul 1 16:47:35 2025 by
809
+ Generated on Thu Jul 3 17:33:01 2025 by
810
810
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
811
811
  0.9.37 (ruby-3.2.4).
812
812
  </div>
@@ -147,7 +147,7 @@
147
147
  </div>
148
148
 
149
149
  <div id="footer">
150
- Generated on Tue Jul 1 16:47:35 2025 by
150
+ Generated on Thu Jul 3 17:33:01 2025 by
151
151
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
152
152
  0.9.37 (ruby-3.2.4).
153
153
  </div>
@@ -4013,7 +4013,7 @@
4013
4013
  </div>
4014
4014
 
4015
4015
  <div id="footer">
4016
- Generated on Tue Jul 1 16:47:35 2025 by
4016
+ Generated on Thu Jul 3 17:33:01 2025 by
4017
4017
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
4018
4018
  0.9.37 (ruby-3.2.4).
4019
4019
  </div>
@@ -796,7 +796,7 @@
796
796
  </div>
797
797
 
798
798
  <div id="footer">
799
- Generated on Tue Jul 1 16:47:35 2025 by
799
+ Generated on Thu Jul 3 17:33:01 2025 by
800
800
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
801
801
  0.9.37 (ruby-3.2.4).
802
802
  </div>
@@ -1065,7 +1065,7 @@
1065
1065
  </div>
1066
1066
 
1067
1067
  <div id="footer">
1068
- Generated on Tue Jul 1 16:47:35 2025 by
1068
+ Generated on Thu Jul 3 17:33:01 2025 by
1069
1069
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1070
1070
  0.9.37 (ruby-3.2.4).
1071
1071
  </div>
@@ -181,7 +181,7 @@
181
181
  </div>
182
182
 
183
183
  <div id="footer">
184
- Generated on Tue Jul 1 16:47:35 2025 by
184
+ Generated on Thu Jul 3 17:33:01 2025 by
185
185
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
186
186
  0.9.37 (ruby-3.2.4).
187
187
  </div>
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Tue Jul 1 16:47:35 2025 by
119
+ Generated on Thu Jul 3 17:33:01 2025 by
120
120
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.9.37 (ruby-3.2.4).
122
122
  </div>
@@ -143,7 +143,7 @@
143
143
  </div>
144
144
 
145
145
  <div id="footer">
146
- Generated on Tue Jul 1 16:47:35 2025 by
146
+ Generated on Thu Jul 3 17:33:01 2025 by
147
147
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
148
148
  0.9.37 (ruby-3.2.4).
149
149
  </div>
@@ -1403,7 +1403,7 @@
1403
1403
  </div>
1404
1404
 
1405
1405
  <div id="footer">
1406
- Generated on Tue Jul 1 16:47:35 2025 by
1406
+ Generated on Thu Jul 3 17:33:01 2025 by
1407
1407
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1408
1408
  0.9.37 (ruby-3.2.4).
1409
1409
  </div>
@@ -107,7 +107,7 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Tue Jul 1 16:47:34 2025 by
110
+ Generated on Thu Jul 3 17:33:01 2025 by
111
111
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
112
  0.9.37 (ruby-3.2.4).
113
113
  </div>
@@ -571,7 +571,7 @@
571
571
  </div>
572
572
 
573
573
  <div id="footer">
574
- Generated on Tue Jul 1 16:47:36 2025 by
574
+ Generated on Thu Jul 3 17:33:02 2025 by
575
575
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
576
576
  0.9.37 (ruby-3.2.4).
577
577
  </div>
@@ -378,7 +378,7 @@
378
378
  </div>
379
379
 
380
380
  <div id="footer">
381
- Generated on Tue Jul 1 16:47:36 2025 by
381
+ Generated on Thu Jul 3 17:33:02 2025 by
382
382
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
383
383
  0.9.37 (ruby-3.2.4).
384
384
  </div>
@@ -1659,7 +1659,7 @@
1659
1659
  </div>
1660
1660
 
1661
1661
  <div id="footer">
1662
- Generated on Tue Jul 1 16:47:36 2025 by
1662
+ Generated on Thu Jul 3 17:33:02 2025 by
1663
1663
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1664
1664
  0.9.37 (ruby-3.2.4).
1665
1665
  </div>
@@ -133,7 +133,7 @@
133
133
  </div>
134
134
 
135
135
  <div id="footer">
136
- Generated on Tue Jul 1 16:47:35 2025 by
136
+ Generated on Thu Jul 3 17:33:01 2025 by
137
137
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138
138
  0.9.37 (ruby-3.2.4).
139
139
  </div>
@@ -504,7 +504,7 @@
504
504
  </div>
505
505
 
506
506
  <div id="footer">
507
- Generated on Tue Jul 1 16:47:35 2025 by
507
+ Generated on Thu Jul 3 17:33:02 2025 by
508
508
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
509
509
  0.9.37 (ruby-3.2.4).
510
510
  </div>
@@ -580,7 +580,7 @@
580
580
  </div>
581
581
 
582
582
  <div id="footer">
583
- Generated on Tue Jul 1 16:47:39 2025 by
583
+ Generated on Thu Jul 3 17:33:05 2025 by
584
584
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
585
585
  0.9.37 (ruby-3.2.4).
586
586
  </div>
@@ -142,7 +142,7 @@
142
142
  </div>
143
143
 
144
144
  <div id="footer">
145
- Generated on Tue Jul 1 16:47:34 2025 by
145
+ Generated on Thu Jul 3 17:33:01 2025 by
146
146
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
147
147
  0.9.37 (ruby-3.2.4).
148
148
  </div>