gonative-cli 1.4.1 → 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 +4 -4
- data/Gemfile.lock +9 -9
- data/lib/gonative/plugins/ios/release.rb +1 -1
- data/lib/gonative/version.rb +1 -1
- data/templates/build/ios/Podfile.tpl +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88dab964e24dc764a5adcc110424b5583e6c090de60be6b05021f1feb79de635
|
4
|
+
data.tar.gz: 54f97c236886f783c2f8f2ce0cd7635a356289545fe993b6dc4c3eac6ec77459
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
4
|
+
gonative-cli (1.4.3)
|
5
5
|
activesupport (~> 6.0)
|
6
6
|
cocoapods (~> 1.10)
|
7
7
|
colorize (~> 0.8.0)
|
@@ -20,8 +20,8 @@ GEM
|
|
20
20
|
minitest (>= 5.1)
|
21
21
|
tzinfo (~> 2.0)
|
22
22
|
zeitwerk (~> 2.3)
|
23
|
-
addressable (2.8.
|
24
|
-
public_suffix (>= 2.0.2, <
|
23
|
+
addressable (2.8.7)
|
24
|
+
public_suffix (>= 2.0.2, < 7.0)
|
25
25
|
algoliasearch (1.27.5)
|
26
26
|
httpclient (~> 2.8, >= 2.8.3)
|
27
27
|
json (>= 1.5.1)
|
@@ -69,7 +69,7 @@ GEM
|
|
69
69
|
coderay (1.1.3)
|
70
70
|
colored2 (3.1.2)
|
71
71
|
colorize (0.8.1)
|
72
|
-
concurrent-ruby (1.
|
72
|
+
concurrent-ruby (1.3.4)
|
73
73
|
diff-lcs (1.4.4)
|
74
74
|
dry-cli (0.7.0)
|
75
75
|
escape (0.0.4)
|
@@ -80,11 +80,11 @@ GEM
|
|
80
80
|
fuzzy_match (2.0.4)
|
81
81
|
gh_inspector (1.1.3)
|
82
82
|
httpclient (2.8.3)
|
83
|
-
i18n (1.14.
|
83
|
+
i18n (1.14.6)
|
84
84
|
concurrent-ruby (~> 1.0)
|
85
|
-
json (2.
|
85
|
+
json (2.7.2)
|
86
86
|
method_source (1.0.0)
|
87
|
-
minitest (5.
|
87
|
+
minitest (5.25.1)
|
88
88
|
molinillo (0.8.0)
|
89
89
|
nanaimo (0.3.0)
|
90
90
|
nap (1.1.0)
|
@@ -134,7 +134,7 @@ GEM
|
|
134
134
|
ruby-progressbar (1.11.0)
|
135
135
|
typhoeus (1.4.0)
|
136
136
|
ethon (>= 0.9.0)
|
137
|
-
tzinfo (2.0.
|
137
|
+
tzinfo (2.0.6)
|
138
138
|
concurrent-ruby (~> 1.0)
|
139
139
|
unicode-display_width (2.0.0)
|
140
140
|
xcodeproj (1.23.0)
|
@@ -144,7 +144,7 @@ GEM
|
|
144
144
|
colored2 (~> 3.1)
|
145
145
|
nanaimo (~> 0.3.0)
|
146
146
|
rexml (~> 3.2.4)
|
147
|
-
zeitwerk (2.6.
|
147
|
+
zeitwerk (2.6.18)
|
148
148
|
|
149
149
|
PLATFORMS
|
150
150
|
arm64-darwin-21
|
@@ -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
|
data/lib/gonative/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gonative-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hunaid Hassan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dry-cli
|