cocoapods-packager-boco 1.5.2 → 1.5.3

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
  SHA1:
3
- metadata.gz: f49dd2d0f56a34512f1373566f6ec0553e681398
4
- data.tar.gz: 2c0f8b1988753930e29abbf137fde87aed336ab1
3
+ metadata.gz: 1dfdd05a45bd912bf31a87dbbb2326abe084aea2
4
+ data.tar.gz: 0ebb404560c73f8db6d51dfa92fefb648260320e
5
5
  SHA512:
6
- metadata.gz: 58c2c211a08ddc7d17263d62579fe11ee4cd1cfbd497a374f0f91ea5c8db744a91160b8d94d69b2cbc6babaacf8ae81e5867ba9ec4a2508d624372686174b9f1
7
- data.tar.gz: ec1c48a23f03c6c463f749f59d55ef68b35282d2eda9fe29aa1b39902cd3c3d94bc5e6e280c5399b1f045824e8b960e6294bdf813f5890fc9877142f0b7c904f
6
+ metadata.gz: 88cac2338455732c78363ff8c75d8227b2a427befb0fa77c77ea1299712ccdc3daf0d72d42d9050ee21d98c49a762b5214fd798ca32a75e1c9b8271eb67dbe75
7
+ data.tar.gz: f49c37261ef1184cd61ad47cb4761939126d25a6d6a57d6c2b7e746663928f44ab4d0ae9cf562a370d0d994684f5f037b8a869b81f0f84437d392a082c9bbd18
@@ -12,7 +12,7 @@ module Pod
12
12
  Sandbox.new(static_sandbox_root)
13
13
  end
14
14
 
15
- def install_pod(platform_name, sandbox)
15
+ def install_pod(platform_name, sandbox, work_directory)
16
16
  podfile = podfile_from_spec(
17
17
  @path,
18
18
  @spec.name,
@@ -1,5 +1,5 @@
1
1
  module Pod
2
2
  module Packager
3
- VERSION = '1.5.2'.freeze
3
+ VERSION = '1.5.3'.freeze
4
4
  end
5
5
  end
@@ -92,7 +92,7 @@ module Pod
92
92
  config.sandbox_root = 'Pods'
93
93
 
94
94
  static_sandbox = build_static_sandbox(@dynamic)
95
- static_installer = install_pod(platform.name, static_sandbox)
95
+ static_installer = install_pod(platform.name, static_sandbox, @work_directory)
96
96
 
97
97
  if @dynamic
98
98
  dynamic_sandbox = build_dynamic_sandbox(static_sandbox, static_installer)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-packager-boco
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Fuller
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
161
161
  version: '0'
162
162
  requirements: []
163
163
  rubyforge_project:
164
- rubygems_version: 2.5.2.3
164
+ rubygems_version: 2.6.14
165
165
  signing_key:
166
166
  specification_version: 4
167
167
  summary: CocoaPods plugin which allows you to generate a framework or static library