gonative-cli 1.4.2 → 1.4.3

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: c577c70bfc97f1d46a4069bad8053159f47a2800efb2a3957ec175f7cfcccf31
4
- data.tar.gz: d2e808aee10127c6dc3fa4e178f169a1cc602018bf972ba1388179fde23e1aea
3
+ metadata.gz: 88dab964e24dc764a5adcc110424b5583e6c090de60be6b05021f1feb79de635
4
+ data.tar.gz: 54f97c236886f783c2f8f2ce0cd7635a356289545fe993b6dc4c3eac6ec77459
5
5
  SHA512:
6
- metadata.gz: c1092a9ae88a062acda4858320200ba5a43293784cbd58f8445e3d5c51e5a5e43d7373fb56ff6361f7d9e732bfc135e2222dbc3ee11ecab3b26bf81bec32a67e
7
- data.tar.gz: 484fa27f5b65aefbb98137bec920c9a635c191a1dc95ef13b99fb6af57064f6e0d798072f00b0da6d55b979784bd3afb5043855907cb96deb7769c7a79659fb3
6
+ metadata.gz: b4f00270551b54f18474747d517772cb1146695a30ad10c932b5a9671daae0ea6112de956a076a1874f908b770d6f7228f32ad9c55ef152b26749e68f22c3013
7
+ data.tar.gz: 5a5d1c0a61ee0ff90fb80473896e357493ff351da8e98d33da1e2351dd6e19b4a05472d39a74f6789273b3f68f1faa471935e8890e83dad50a7c42b734837a6f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gonative-cli (1.4.2)
4
+ gonative-cli (1.4.3)
5
5
  activesupport (~> 6.0)
6
6
  cocoapods (~> 1.10)
7
7
  colorize (~> 0.8.0)
@@ -49,7 +49,7 @@ module GoNative
49
49
  end
50
50
 
51
51
  def push_to_pod_repo!
52
- system "pod repo push #{GONATIVE_SOURCE_NAME} #{spec_name} --private --allow-warnings"
52
+ system "pod repo push #{GONATIVE_SOURCE_NAME} #{spec_name} --private --allow-warnings --skip-import-validation"
53
53
  end
54
54
 
55
55
  def source
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GoNative
4
- VERSION = '1.4.2'
4
+ VERSION = '1.4.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gonative-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hunaid Hassan