pod-builder 1.5.0 → 1.6.0

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: 1ed1f8c8e0a7da95f84809e493f7cb3fb7ed6d024f1b17f57e73b54e27e661f2
4
- data.tar.gz: e210f06322e54da06ed82fc1ecea03b8dcc9ab5ae50c44beedb34df667ddb4d2
3
+ metadata.gz: 6c6275f3a40b0b245434453e3b7a0f65e58e67bd5014cc5e51f6bfb150293bad
4
+ data.tar.gz: f521cdbb64dbce74c33ffad91b256766c770f1f42ec3a77e1cf1d07c6bdbaa5e
5
5
  SHA512:
6
- metadata.gz: '08086526e3001eced878eb22656a82b06527a247f3bc8f93d30eb9a9a5962dc8e565fc3b8cca0f5bd08aa41316500450aa49970b0773b1aa0242af90afcc6d62'
7
- data.tar.gz: f876724cb3b9b99357e5162265c780f8e752e2287af452104910b576d9f35d1b822597f9fdf01a50d144ad0665374b78ad510082cbb167368074a0c922abfa08
6
+ metadata.gz: df5f8f23b4d9eb6af7d9a9aed757aa0f1ea71414d0b8dcdf872f1b7bcf21d425ac48d242901d90a73a05d2a794c026613af6741f205b3ee01b47c610e7e004a0
7
+ data.tar.gz: d3688d9b6fa5b0e475f0065017cfcc156e4d888c1ecd7f707c651a7623a025c58b046baae24ee41bf5e7a16e6763d7c1605f06d82eb40122fc207972d733d880
@@ -1,4 +1,5 @@
1
1
  require 'json'
2
+ require 'tmpdir'
2
3
 
3
4
  module PodBuilder
4
5
  class Configuration
@@ -56,7 +56,7 @@ module PodBuilder
56
56
  end
57
57
 
58
58
  # It is important that CocoaPods compiles the files under Configuration.build_path in order that DWARF
59
- # debug symbols reference to those paths. Doing otherwise breaks the assumptions that make the update_lldbinit
59
+ # debug info reference to this path. Doing otherwise breaks the assumptions that make the `update_lldbinit`
60
60
  # command work
61
61
  podfile_content.gsub!(podfile_item.path, destination_path)
62
62
 
@@ -1,4 +1,4 @@
1
1
  module PodBuilder
2
- VERSION = "1.5.0"
2
+ VERSION = "1.6.0"
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: 1.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Camin