joblin 0.1.4 → 0.1.6

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: joblin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ethan Knapp
@@ -156,6 +156,7 @@ files:
156
156
  - app/models/joblin/background_task/retention_policy.rb
157
157
  - app/models/joblin/concerns/job_working_dirs.rb
158
158
  - db/migrate/20250903184852_create_joblin_background_tasks.rb
159
+ - db/migrate/20250916184852_add_results_to_joblin_background_tasks.rb
159
160
  - joblin.gemspec
160
161
  - lib/joblin.rb
161
162
  - lib/joblin/batching/batch.rb
@@ -190,6 +191,7 @@ files:
190
191
  - lib/joblin/batching/status.rb
191
192
  - lib/joblin/engine.rb
192
193
  - lib/joblin/lazy_access.rb
194
+ - lib/joblin/misc_helper.rb
193
195
  - lib/joblin/uniqueness/compat.rb
194
196
  - lib/joblin/uniqueness/compat/active_job.rb
195
197
  - lib/joblin/uniqueness/compat/sidekiq.rb