pod-builder 2.0.0.beta.28 → 2.0.0.beta.29

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: 4107227dc691987a44903ad72b9c22645277a11a9b167edce277130277a0af30
4
- data.tar.gz: 398b2a514f5f38c1902d6d7e681c8f88e9bfdfeb65c4cd3272c2c2ead7b82320
3
+ metadata.gz: 54445e00ec8c44ad6d9223ec3da424542ba80a292d260832074c82bdee156001
4
+ data.tar.gz: c1f8a2743f149b5b93988ede26dc24ac310950337cbba6171dfe617a241840db
5
5
  SHA512:
6
- metadata.gz: ac4d8ebc2537ab527e0563709a7f7d27d2166a21f3d19e8589324a0d9be34ed59f5f786f79b89ffed8dcf2055ff5aec0d3621c6c2194eae49cb4691634d4666a
7
- data.tar.gz: e54eaa431e3fa993f3c8911fb4f71e9bd21bcb676520cb397eb27e477bc0fb9f59063bd75d401470a7ee3dc8f6b3cb12f444764f1817751dc09576b193e11425
6
+ metadata.gz: e05523420cc3c9c0fb5ae88d18141d3df8d3db2526db282b5d5328e38dadd45da29a600668ef5fe2b71f0d21116e0544ce5c63dda47c3185570fd7643ef32e23
7
+ data.tar.gz: b4cf94efd2e57b77f4e5068a15fcdc85bd0f25cd69d85f4169feaebd1dee83f55c6fb4e208733ff5a0b7c33c7ebea751c48684e96c2e9fa4fb55e67c4747b336
@@ -233,7 +233,7 @@ module PodBuilder
233
233
  subspec_self_deps = subspecs_deps.select { |x| x.start_with?("#{prebuilt_name}/") }
234
234
  data["specs"] = (specs.map(&:name) + subspec_self_deps).uniq
235
235
  data["is_static"] = podfile_item.is_static
236
- data["original_compile_path"] = Configuration.build_path
236
+ data["original_compile_path"] = Pathname.new(Configuration.build_path).realpath.to_s
237
237
  if hash = build_folder_hash(podfile_item, gitignored_files)
238
238
  data["build_folder_hash"] = hash
239
239
  end
@@ -1,4 +1,4 @@
1
1
  module PodBuilder
2
- VERSION = "2.0.0.beta.28"
2
+ VERSION = "2.0.0.beta.29"
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: 2.0.0.beta.28
4
+ version: 2.0.0.beta.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Camin