pod-builder 5.4.0 → 5.4.1
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/lib/pod_builder/rome/post_install.rb +1 -1
- data/lib/pod_builder/version.rb +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: b3a72ea218112ca2e65fa7776fdcd144b33872dcea669f77f44de27a4bcc0ddb
|
|
4
|
+
data.tar.gz: b4b6fb3bbb6ceca774af3aac562fd1fe9c3599b7f59ec371f615d09f98f5e0a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f5785da028d2853854d6e3049845e3cd6df18c3becf6c832f2edc5984b857343bab5b66be5746bdc28fd77dc14157d445b89adb08ded514fdb771f70f4a4440
|
|
7
|
+
data.tar.gz: 6a3e25f056346d4ab41d1522ff9c90751d0c5f56f906642491e77d5ddb3dda008f81ce0193152ad670835ca162edfdd41471fdbade2aaeebec98a127c301e1f5
|
|
@@ -391,7 +391,7 @@ Pod::HooksManager.register("podbuilder-rome", :post_install) do |installer_conte
|
|
|
391
391
|
next if built_item_paths.count == 0
|
|
392
392
|
|
|
393
393
|
module_name = File.basename(built_item_paths.first, ".*")
|
|
394
|
-
spec = specs.detect { |t| t.module_name == module_name }
|
|
394
|
+
spec = specs.detect { |t| t.module_name == module_name && t.parent.nil? }
|
|
395
395
|
|
|
396
396
|
# There seems to be a potential bug in CocoaPods-Core (https://github.com/CocoaPods/Core/issues/730)
|
|
397
397
|
if spec.nil?
|
data/lib/pod_builder/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pod-builder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.4.
|
|
4
|
+
version: 5.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tomas Camin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-03-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|