zaikio-mission_control 0.2.12 → 0.3.0

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
  SHA256:
3
- metadata.gz: a7eb4a5c061ff33c7921513054217e3707279080b32e19f1503b0d837b112619
4
- data.tar.gz: 0ef123da30d916912d018fd682e782c84c950f29f378065adebe4e4e0d206c52
3
+ metadata.gz: 270f5c69fda2e4596a2a41074385f786d4b510c7e103706dd85d64b4c2207fc1
4
+ data.tar.gz: 6e5823aa68f3275a253a4abee3e66e674df88bbd8f127090d3e8fb43c5f638c5
5
5
  SHA512:
6
- metadata.gz: 87e0bf4d6c933bc7fdc24c40849f41534c707af4dbfa37c9d18becd1bdd5d39a36f53e51e0e125dcddbeb6a0cbe9a277e9349a0ea6539fdb09ee00a381d991eb
7
- data.tar.gz: 3f850ae85484d91f3741fd9b6ef48e68249633620d3df04b0ee378f3ef278a5c5c721c957f52bbef85a9f06e29567976c6d016d3960824f3e8d3fbdeb1b9b0c4
6
+ metadata.gz: 2b79af184c9c0ebb10d03c6e88ead260f411e592583220df92575988ddbec8395aa7d122e3ccc25109a17058856ea9288d9b7693714cdc2646755abfb337cdb3
7
+ data.tar.gz: e74b8f280659e421ad702858fb79973bb1e6423cc8bdce0438bd606cbb2d44482d04d4af2612b08a484c24d869802652cc41f340b00434071ed38cb94b9636a0
@@ -5,11 +5,11 @@ module Zaikio
5
5
  class Configuration < Zaikio::Client::Helpers::Configuration
6
6
  def self.hosts
7
7
  {
8
- development: "https://mc.zaikio.test/api/v1/",
9
- test: "https://mc.zaikio.test/api/v1/",
10
- staging: "https://mc.staging.zaikio.com/api/v1/",
11
- sandbox: "https://mc.sandbox.zaikio.com/api/v1/",
12
- production: "https://mc.zaikio.com/api/v1/"
8
+ development: "https://data.zaikio.test/api/v1/",
9
+ test: "https://data.zaikio.test/api/v1/",
10
+ staging: "https://data.staging.zaikio.com/api/v1/",
11
+ sandbox: "https://data.sandbox.zaikio.com/api/v1/",
12
+ production: "https://data.zaikio.com/api/v1/"
13
13
  }.freeze
14
14
  end
15
15
  end
@@ -1,5 +1,5 @@
1
1
  module Zaikio
2
2
  module MissionControl
3
- VERSION = "0.2.12".freeze
3
+ VERSION = "0.3.0".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zaikio-mission_control
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.12
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zaikio GmbH
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-19 00:00:00.000000000 Z
11
+ date: 2023-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby