easy_ml 0.2.0.pre.rc16 → 0.2.0.pre.rc17
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/lib/easy_ml/version.rb +1 -1
- metadata +2 -2
- /data/{lib/easy_ml → config}/initializers/inflections.rb +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7330b3eb57cbaf909207a8542b3ceb97676b4e3f51fc2c1016c624d335b7dc71
|
4
|
+
data.tar.gz: cface5aa4a8870bcd01f5416521df6365aee1cbe2adc32bff01f09670de9a0f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84ac456fb4bc6df47bd3f209da6bab75dc8421416fafe525bc1a4b38621d709f39940afe2ede94f8693721befc9059fbfbc5b0b41974a3ca18a990481a8e2b82
|
7
|
+
data.tar.gz: 5a6a5457cbfcaebc214ee1ee62cd5e292247ed01c6aa16faabdda017b6bc6062395281c1fd952ebd19bd37a8363bda296eecd5382925d50494b1dcbb8a8dd90c
|
data/lib/easy_ml/version.rb
CHANGED
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.rc17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brett Shollenberger
|
@@ -587,6 +587,7 @@ files:
|
|
587
587
|
- bin/rspec
|
588
588
|
- bin/setup
|
589
589
|
- bin/vite
|
590
|
+
- config/initializers/inflections.rb
|
590
591
|
- config/initializers/resque.rb
|
591
592
|
- config/resque-pool.yml
|
592
593
|
- config/routes.rb
|
@@ -624,7 +625,6 @@ files:
|
|
624
625
|
- lib/easy_ml/engine.rb
|
625
626
|
- lib/easy_ml/feature_store.rb
|
626
627
|
- lib/easy_ml/features.rb
|
627
|
-
- lib/easy_ml/initializers/inflections.rb
|
628
628
|
- lib/easy_ml/logging.rb
|
629
629
|
- lib/easy_ml/predict.rb
|
630
630
|
- lib/easy_ml/railtie/generators/migration/migration_generator.rb
|
File without changes
|