cnvrg 0.7.7 → 0.7.9

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.
@@ -1,4 +1,5 @@
1
1
  module Cnvrg
2
- VERSION = '0.7.7'
2
+
3
+ VERSION = '0.7.9'
3
4
  end
4
5
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cnvrg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.7
4
+ version: 0.7.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yochay Ettun
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-10-11 00:00:00.000000000 Z
12
+ date: 2018-10-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -400,18 +400,25 @@ files:
400
400
  - lib/cnvrg/api.rb
401
401
  - lib/cnvrg/auth.rb
402
402
  - lib/cnvrg/cli.rb
403
+ - lib/cnvrg/cli/flow.rb
404
+ - lib/cnvrg/cli/subcommand.rb
405
+ - lib/cnvrg/cli/task.rb
403
406
  - lib/cnvrg/colors.rb
404
407
  - lib/cnvrg/data.rb
405
408
  - lib/cnvrg/datafiles.rb
406
409
  - lib/cnvrg/dataset.rb
407
410
  - lib/cnvrg/experiment.rb
408
411
  - lib/cnvrg/files.rb
412
+ - lib/cnvrg/flow.rb
409
413
  - lib/cnvrg/helpers.rb
414
+ - lib/cnvrg/hyper.rb
410
415
  - lib/cnvrg/job.rb
416
+ - lib/cnvrg/logger.rb
411
417
  - lib/cnvrg/project.rb
412
418
  - lib/cnvrg/result.rb
413
419
  - lib/cnvrg/runner.rb
414
420
  - lib/cnvrg/ssh.rb
421
+ - lib/cnvrg/task.rb
415
422
  - lib/cnvrg/version.rb
416
423
  homepage: https://cnvrg.io
417
424
  licenses: []