cocoapods-bb-bin 0.2.7.4 → 0.2.7.5
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5ec32213acb36e10ab5e168d45e9dc541cfcc445da98d4bb76572f6b93ddb66
|
4
|
+
data.tar.gz: b7d724ae801e154fe37accfe063d31f4032cfd3ddcf8042b1be9675d0df38415
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a80372673884427b1ba0bf191bff64e36e7a5c53f87fb4177e56b2adb396b24bfa0eeebe2ce11dfa618faa5bd8ac7fc9f99ec74dec2592528b00341391f5fa20
|
7
|
+
data.tar.gz: b0b2dcbb8437e26f3eacffe64cce27d3a0158938229d318437008d76cc1f87232ec981b6eefbc47a0929bfcbdc524e86b4823e727977a928a327c1c4c7a362d7
|
@@ -211,7 +211,7 @@ module Pod
|
|
211
211
|
Pathname.pwd.children.each do |child|
|
212
212
|
# puts child
|
213
213
|
if File.file?(child)
|
214
|
-
if child.extname == '.podspec'
|
214
|
+
if child.extname == '.podspec' || child.basename.to_s.include?('.podspec.json')
|
215
215
|
name = File.basename(child)
|
216
216
|
unless name.include?("binary-template")
|
217
217
|
return name
|
@@ -99,7 +99,7 @@ module Pod
|
|
99
99
|
Pathname.pwd.children.each do |child|
|
100
100
|
# puts child
|
101
101
|
if File.file?(child)
|
102
|
-
if child.extname == '.podspec'
|
102
|
+
if child.extname == '.podspec' || child.basename.to_s.include?('.podspec.json')
|
103
103
|
name = File.basename(child)
|
104
104
|
unless name.include?("binary-template")
|
105
105
|
return name
|
@@ -72,7 +72,7 @@ module Pod
|
|
72
72
|
Pathname.pwd.children.each do |child|
|
73
73
|
# puts child
|
74
74
|
if File.file?(child)
|
75
|
-
if child.extname == '.podspec'
|
75
|
+
if child.extname == '.podspec' || child.basename.to_s.include?('.podspec.json')
|
76
76
|
name = File.basename(child)
|
77
77
|
unless name.include?("binary-template")
|
78
78
|
return name
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-bb-bin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.7.
|
4
|
+
version: 0.2.7.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- humin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-09-
|
11
|
+
date: 2023-09-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: parallel
|