cocoapods-vemars 0.0.10 → 0.0.11

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: 2ba9ab90fd36b586347031093d3cc9149fba48e2e7b046803f3378cf8befff96
4
- data.tar.gz: 1099a71408c4ed0fc8adf99e17ce337d382f9917a5adcfe6526ccdd7c7ba422d
3
+ metadata.gz: 95220f9df2d38ad1f3b902560dd7c10363d5153c93e02e253ce28836711488e6
4
+ data.tar.gz: b6d9069e06a1ec429d5718338fd4476c4050485dacd4a42cc61896ed2662ca9b
5
5
  SHA512:
6
- metadata.gz: 0d7b77ac2bc9d11a0427f63baa4cd1a69476514536aa1ab997d8449406cbbd66fc6e69a9edec0b383757f42e9fe44f03dfd532753e173eee0790e7c3c0d51bf8
7
- data.tar.gz: 9bfcffa24880642f69fe529a055febf5d404f54ab5e0316a3af556217ac0dc7c5c3bfc24b891b2b7113c41b5a3cfc399bcce1fdf85b88b8a77378b1fde4f49c0
6
+ metadata.gz: '0904ed16ad954b514f3a544c23df8261403324872d0b59a03ec2ecfa2272f4c64fca54a6ea5c92dc0b031eef54d8dc66472bdf997cc46bfdbc4a0599ab9baa6e'
7
+ data.tar.gz: 29c4b869b6fc2020b4e7fa8498966b73cee3119abfc1b9dd42afe80e718543cbb045b854709e9a28242b96290aafa3433b3254cdb544cc6645dee6e9e048db17
@@ -1,3 +1,3 @@
1
1
  module CocoapodsVemars
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
@@ -4,7 +4,7 @@ module Pod
4
4
  class Baselines_api
5
5
  include Concurrent::Async
6
6
 
7
- BASELINES_URL = 'https://poc-api.vemarsdev.com/mpaas/baseline/baselines'.freeze
7
+ BASELINES_URL = 'https://mars-fwk.vemarsdev.com/mpaas/baseline/baselines'.freeze
8
8
  attr_accessor :result
9
9
 
10
10
  public def initialize(url=BASELINES_URL)
@@ -5,7 +5,7 @@ module Pod
5
5
  class Components_api
6
6
  include Concurrent::Async
7
7
 
8
- COMPONENTS_URL = 'https://poc-api.vemarsdev.com/mpaas/baseline/baseline_config'.freeze
8
+ COMPONENTS_URL = 'https://mars-fwk.vemarsdev.com/mpaas/baseline/baseline_config'.freeze
9
9
 
10
10
  attr_reader :source
11
11
  attr_reader :baseline
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-vemars
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - huangbomao@bytedance.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-07 00:00:00.000000000 Z
11
+ date: 2021-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler