pod-builder 2.1.0 → 2.1.1

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: ce4c05c8ce4048a574a1d3d203275ace997c07064e06ba99c0cec91cba1dae2f
4
- data.tar.gz: 91fdbc0904546a7556f5da861a021f597f68be581dfb8b1e82a31759d4a1a949
3
+ metadata.gz: 81ee77b8206a7bda4fb55dd0fe30d3702aa1c9baad18017177b7c05d87ef1ea9
4
+ data.tar.gz: 12d28eb2a3b4329a2242bcf0477742178998209f895392ac8e4c6e4bdf234b9c
5
5
  SHA512:
6
- metadata.gz: 64dab7229f6a12530a193d9a96b03f85ef906a67e66419670a554b2a26883b538479e1f822aec0e970af3c26f1547f400e3465588e62f889dab535771160def8
7
- data.tar.gz: aff61128539d61e3811983f60c19a4020311b285dcb8f8c29cc20acdc57116820fac2041424c70ddb6d98f235f1bfcffd65fc303b7655e432d662ec33aec5f3a
6
+ metadata.gz: 0bd009a46f76cff1a1423b5131e187c22d5cbfd34d0c1c2475f6ce172862ddd3044853e3a7dd1428e7daeb7bcc21cea81d1b449988f0ee34cba3cae6d6cae541
7
+ data.tar.gz: b11f54906c2c800623f48775a646cf6a1e8f01faf1ffeeceb64df503785035f67d86b63725413f4feca732d3ddd486e53312e29b5aad58f90428b24d79335128
@@ -182,7 +182,7 @@ module PodBuilder
182
182
  subspec_base = name.split("/").first(slash_count).join("/")
183
183
  subspec_items = all_buildable_items.select { |t| t.name.start_with?("#{subspec_base}/") }
184
184
 
185
- subspec_names = subspec_items.map { |t| t.name.split("/").drop(slash_count).join("/") }
185
+ subspec_names = subspec_items.map { |t| t.name.split("/").drop(slash_count).first }.uniq
186
186
  subspec_names.map! { |t| "#{subspec_base}/#{t}" }
187
187
 
188
188
  subspec_names.each do |subspec|
@@ -1,4 +1,4 @@
1
1
  module PodBuilder
2
- VERSION = "2.1.0"
2
+ VERSION = "2.1.1"
3
3
  end
4
4
 
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: 2.1.0
4
+ version: 2.1.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: 2020-11-13 00:00:00.000000000 Z
11
+ date: 2020-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler