easy_ml 0.2.0.pre.rc69 → 0.2.0.pre.rc70

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: b4c3878d6cb51daa13de6d41b0480ce8d5f5288266e68866d9e2532de3d372b5
4
- data.tar.gz: 62b963738afea40ffa9c00624164c8293b4b6994cd3c21e67162c8e61715c0de
3
+ metadata.gz: 51b90b31a41f537f1ce804e60860cbd82c0f9f58b0475dc0528e4ff75efa4120
4
+ data.tar.gz: 9f20d3a3a812edcec2537261d830224c8950983b594354b845c84bfc2659e70c
5
5
  SHA512:
6
- metadata.gz: e8a6d8ee4af5fbac1f45b79e5edee2e8f9f4e3807616d05ab98ea9bc3ae42f08d546fb1a7e14b22338df8961716cf54f54300eb33d0a049582e64b7f54ea8d86
7
- data.tar.gz: 61b7efd2451e0189f9f8ebb7149ca7707723bdf6cfa28e232b88fe0b286b86d6607fbbc4f222aaf97a7d175ef0e947041b9dd61ec2ef4bcec8e922561dce6c27
6
+ metadata.gz: b98f1ffeee8ed38dc82f9a504c1a798ca67ad1690aa419a681de8fe246be3a77d68ebacccd288431aa04fe6197b1f83e14f2679d7f67cc54f5a80cf58f80d043
7
+ data.tar.gz: 96e168bd4dfa174b55c1478ee48caac01168218287f89a9fd67e8e2df45d8ab4870db489cec42dbf6e23ac273cc1f54703297fb1a5e7e6a528e3697c98163b32
@@ -14,7 +14,6 @@ module EasyML
14
14
  #
15
15
  # https://github.com/drfeelngood/resque-batched-job/blob/master/lib/resque/plugins/batched_job.rb#L86
16
16
  batch_args = batch_args.dup
17
- puts "Running batch #{batch_id} with args #{batch_args}"
18
17
  run_one_batch(batch_id, batch_args)
19
18
  end
20
19
 
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EasyML
4
- VERSION = "0.2.0-rc69"
4
+ VERSION = "0.2.0-rc70"
5
5
 
6
6
  module Version
7
7
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "entrypoints/Application.tsx": {
3
- "file": "assets/entrypoints/Application.tsx-CibZcrBc.js",
3
+ "file": "assets/entrypoints/Application.tsx-v1q2Ux1T.js",
4
4
  "name": "entrypoints/Application.tsx",
5
5
  "src": "entrypoints/Application.tsx",
6
6
  "isEntry": true,
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.rc69
4
+ version: 0.2.0.pre.rc70
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Shollenberger