cocoapods-bb-bin 0.2.7.4 → 0.2.7.5

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: 80c0429394d3ce85918c28ebcfa8f817aade2bb2309a73a980e447d6af6f48e8
4
- data.tar.gz: d4c3794d17b0950d9279e460fedc9eb628adf299cfcc5851e95311e8bdefdba8
3
+ metadata.gz: c5ec32213acb36e10ab5e168d45e9dc541cfcc445da98d4bb76572f6b93ddb66
4
+ data.tar.gz: b7d724ae801e154fe37accfe063d31f4032cfd3ddcf8042b1be9675d0df38415
5
5
  SHA512:
6
- metadata.gz: 0a78ad44d84637689c249ad3a210ce467c0f2c0c95b9159710f6d621c902d13ef8077b751a124d1d7682083bd8ce019c1c3613b06192285d2d291c004922de5c
7
- data.tar.gz: c0f9294119b2f5662422c95e7a6073e1c39a010e5a3e41703c0b6050fb6d47420e290cb3f2a25575095c25c5e53f2181b8b41ce5311dec5be647c06dcaa9b8ba
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
@@ -1,6 +1,6 @@
1
1
 
2
2
  module CBin
3
- VERSION = '0.2.7.4'
3
+ VERSION = '0.2.7.5'
4
4
  end
5
5
 
6
6
  module Pod
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
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-14 00:00:00.000000000 Z
11
+ date: 2023-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel