easy_ml 0.2.0.pre.rc47 → 0.2.0.pre.rc49
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/app/frontend/components/ScheduleModal.tsx +15 -10
- data/app/jobs/easy_ml/training_job.rb +3 -2
- data/app/models/easy_ml/datasource.rb +0 -1
- data/lib/easy_ml/version.rb +1 -1
- data/public/easy_ml/assets/.vite/manifest.json +1 -1
- data/public/easy_ml/assets/assets/entrypoints/{Application.tsx-KJwHDm3F.js → Application.tsx-u6L4jkNy.js} +35 -35
- data/public/easy_ml/assets/assets/entrypoints/{Application.tsx-KJwHDm3F.js.map → Application.tsx-u6L4jkNy.js.map} +1 -1
- metadata +17 -3
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: easy_ml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.0.pre.
|
4
|
+
version: 0.2.0.pre.rc49
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brett Shollenberger
|
@@ -276,6 +276,20 @@ dependencies:
|
|
276
276
|
- - ">="
|
277
277
|
- !ruby/object:Gem::Version
|
278
278
|
version: '0'
|
279
|
+
- !ruby/object:Gem::Dependency
|
280
|
+
name: resque-scheduler
|
281
|
+
requirement: !ruby/object:Gem::Requirement
|
282
|
+
requirements:
|
283
|
+
- - ">="
|
284
|
+
- !ruby/object:Gem::Version
|
285
|
+
version: '0'
|
286
|
+
type: :runtime
|
287
|
+
prerelease: false
|
288
|
+
version_requirements: !ruby/object:Gem::Requirement
|
289
|
+
requirements:
|
290
|
+
- - ">="
|
291
|
+
- !ruby/object:Gem::Version
|
292
|
+
version: '0'
|
279
293
|
- !ruby/object:Gem::Dependency
|
280
294
|
name: resque-pool
|
281
295
|
requirement: !ruby/object:Gem::Requirement
|
@@ -697,8 +711,8 @@ files:
|
|
697
711
|
- public/easy_ml/assets/.vite/manifest-assets.json
|
698
712
|
- public/easy_ml/assets/.vite/manifest.json
|
699
713
|
- public/easy_ml/assets/assets/Application-D6L0eW4P.css
|
700
|
-
- public/easy_ml/assets/assets/entrypoints/Application.tsx-
|
701
|
-
- public/easy_ml/assets/assets/entrypoints/Application.tsx-
|
714
|
+
- public/easy_ml/assets/assets/entrypoints/Application.tsx-u6L4jkNy.js
|
715
|
+
- public/easy_ml/assets/assets/entrypoints/Application.tsx-u6L4jkNy.js.map
|
702
716
|
homepage: https://github.com/brettshollenberger/easy_ml
|
703
717
|
licenses:
|
704
718
|
- MIT
|