cnvrg 0.7.6 → 0.7.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 25b58081b1cb2e38c5d005ae73351be64d558139
4
- data.tar.gz: b73f8907fcec8ca473e7e736d45bbbc9cd3da0c0
3
+ metadata.gz: dd18cf5dd5400ab69be84219df510ab65229aac4
4
+ data.tar.gz: f06a47bf63d07b71b432af21e268c9b6bc7f57ab
5
5
  SHA512:
6
- metadata.gz: 41f8d755bdcfe87720c666aef040eb47c7373961a58b28c024141859ec1f28aa4a82279dae5089d726e4d0be0d227beea86aa7f2a7255b08358ae833c2c4a214
7
- data.tar.gz: 89ced73c9ceb966b619f29028a1e53490ed48fbfdaa0ca556cbf0a667da14901a648da9077244400fe44939da836693c9f86a33cec22bbde0e7d4667b8cdf69b
6
+ metadata.gz: 9447ae7930c2291b33801f474942e72c0eb90e2e39b37ebd3c5fbb7f040bab29942e044aa21aef58afcc8624569b8bd40be57cdb5739eaf897aeaf5b50cb7be6
7
+ data.tar.gz: 5d0b5e162a53b62ea170e0bd5d2c53c15ef10a2c00bc71d1a4b5a7237494d6012c15b86b372825f3a294b12e3e7c6138db2121eb6ce5d8a825b190032b80775d
@@ -17,14 +17,14 @@ module Cnvrg
17
17
  if File.exist? home_dir+"/.cnvrg/config.yml"
18
18
  config = YAML.load_file(home_dir+"/.cnvrg/config.yml")
19
19
  else
20
- return "https://cnvrg.io/api"
20
+ return "https://app.cnvrg.io/api"
21
21
  end
22
22
 
23
23
  rescue
24
- return "https://cnvrg.io/api"
24
+ return "https://app.cnvrg.io/api"
25
25
  end
26
26
  if !config or config.empty? or config.to_h[:api].nil?
27
- return "https://cnvrg.io/api"
27
+ return "https://app.cnvrg.io/api"
28
28
  else
29
29
  return config.to_h[:api]
30
30
  end
@@ -1,4 +1,4 @@
1
1
  module Cnvrg
2
- VERSION = '0.7.6'
2
+ VERSION = '0.7.7'
3
3
  end
4
4
 
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.6
4
+ version: 0.7.7
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-01 00:00:00.000000000 Z
12
+ date: 2018-10-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler