pod-builder 0.8.4 → 0.8.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: e686529fa18b1c7110ca3d6aff4ed5637d930c49df6a89d065f3db842fbe267c
4
- data.tar.gz: 90c3ba1c7879e7bbcd6a32ef5581027c3c0ce2f4ae3fd2371c35e42bb8123fb7
3
+ metadata.gz: ed27b48b597e39cdae481b331c74d4c2cd62ea058fab0c1cf1e63c41a128643a
4
+ data.tar.gz: b58f7baa57ce5cd0bfffb7bc425dcefc4c1bb7522de2004432fc4d6057d3e66f
5
5
  SHA512:
6
- metadata.gz: 2e50247e73514004127e846bb9cfb24d663db691a64bba527ee77e580773fac9d0cce2ab517d6fc384cab6b4dd56a7bb69d1750f12b5a2d29fb118e168fce308
7
- data.tar.gz: f8d701b9b1470804e712dadd39b77fb9e0f33301056a7ddfe00870c27275bd6907db12e7baed13afe3ad38f9377c2a255072785e67549c88c9839eb830052633
6
+ metadata.gz: 441d97b4585c26e5398d66c66508a24b7ab8cda1ba8138cfe277caeb6ff35402c8b0f96baf4be73b639cf0eaa58f534d17f27793a9e40a224eb7108a863cf865
7
+ data.tar.gz: 159faae197674eebdadca146c9a47d76770aa461016fb2da8eb5e40909d43980867dc380a9fa6a7e1a8da52f38cef97d2ef75ecf9669cb0edc004b7d655808fb
@@ -218,8 +218,7 @@ module PodBuilder
218
218
  embedded_as_vendored = vendored_items_paths.include?("#{@module_name}.framework")
219
219
  embedded_as_static_lib = vendored_items_paths.any? { |x| x.match(/#{module_name}.*\\.a/) != nil }
220
220
 
221
- only_headers = @source_files.include?("*.h")
222
- only_headers |= (source_files.count > 0 && @source_files.all? { |x| x.end_with?(".h") })
221
+ only_headers = (source_files.count > 0 && @source_files.all? { |x| x.end_with?(".h") })
223
222
  no_sources = (@source_files.count == 0 || only_headers) && @vendored_items.count > 0
224
223
 
225
224
  return embedded_as_static_lib || embedded_as_vendored || only_headers || no_sources
@@ -1,4 +1,4 @@
1
1
  module PodBuilder
2
- VERSION = "0.8.4"
2
+ VERSION = "0.8.5"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pod-builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.4
4
+ version: 0.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Camin