cocoapods-pod-merge 0.0.1 → 0.0.2

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: 667cc13f8ce1755db714f0e9f4360a1ad1e85900738ca77a3c4a0f5309a5920a
4
- data.tar.gz: a9ee7e74826a8f45fd4c388f155d3db527f5dc5b03d50d7da4a73c73484d3bf5
3
+ metadata.gz: 1a769edfca1f3a0adee44a9521fffead875328dfad8331f7d1a35c81e63fe334
4
+ data.tar.gz: 05cef67bc01d514012d5aa35a9eb6daac1b8b4bc355a5771584c323378ec9e57
5
5
  SHA512:
6
- metadata.gz: 905f29f02d42a73b4d00bb3ad6549270da9afecd558dcba8261ad81b1a819cfe0d01ac8c8ff15588e3953cf81f5a0a2a3c2b17aec2ba74fe63fc1f0cbd212fd8
7
- data.tar.gz: a50062b650a6e11a21fe2308b995eb463e4de0ff0c6cf515676bf261ce628e7b8aa1c3fdc060007d31e54d5f113e27d74fdfc151720079445b02f7e1902909d8
6
+ metadata.gz: c097564f432c08bc0c8bac3cc892744699defa501b1f69d487bba396172a68afaacf45d5c81b3a5054a9b9f79eb05f9066b69ebfd942afc5f7dfdf27bb3f0767
7
+ data.tar.gz: 0d7a58b0fc975ecdbb46a06ab17397b9e482d763404eabe68eac23326c69a12fdf5098f51d8883c4c04a92b4e3a692006ffe25c47659aec050eaf003dc03a401
@@ -352,7 +352,7 @@ module CocoapodsPodMerge
352
352
  end
353
353
 
354
354
  resource_bundles.each do |key, paths|
355
- paths = paths.map { |path| "Sources/#{pod}/#{path}" }
355
+ paths = array_wrapped(paths).map { |path| "Sources/#{pod}/#{path}" }
356
356
  resource_bundles[key] = paths
357
357
  end
358
358
 
@@ -2,5 +2,5 @@
2
2
  # Use of this source code is governed by an MIT-style license that can be found in the LICENSE file
3
3
 
4
4
  module CocoapodsPodMerge
5
- VERSION = "0.0.1"
5
+ VERSION = "0.0.2"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-pod-merge
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siddharth Gupta
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-12 00:00:00.000000000 Z
11
+ date: 2019-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.0.3
72
+ rubygems_version: 3.0.6
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Cocoapods plugin to merge your pods into one framework, to reduce dylib loading