pod-builder 1.9.1 → 1.9.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: 8c37ff5550761bfe18ada4caad8e9c0556dd5093226a913dc7f66225ddb98692
4
- data.tar.gz: 47800fae66cada29332c3ac28a2ccaac6f51c258779b9d46307918459f0a575c
3
+ metadata.gz: ebfd3cfdef300ede140276e453c2b96b889356cf777b7dce0c97a04c00a40884
4
+ data.tar.gz: 07db6bac19bab8a7f1d7c362cfbef4a77bf36cde60f44dee8173d3cb3879786d
5
5
  SHA512:
6
- metadata.gz: 5e07db51795f4ae675c168ecc2fda845aef7feba556c48d1dc4b50d4c4b7328187af73fc83bcb17fbe74075c2ef7cd452c831b120f2b0f99111d2cf6e6225eb1
7
- data.tar.gz: 86272195b4a0cf17a152517263e449b42d0849d1863e7489fc168df59f961ecf40478cfb4f07597997d06717d64c8a0e2f8c1758a429025e8a1b5b81f9f52f26
6
+ metadata.gz: ee7d1ccacef8782cc2fbbd13338a6d13954d9bebf0384db832b72b06620f65766a472483aed2c79e45c18ee872b0a5f016b8e3cc385c43162da490b6ef3ac532
7
+ data.tar.gz: cb2e94d052b5ab1dcbafebe6252168f2576d7822c513e300fc1e4011ba22b4164dac6803ba68bebdcb28a4f74174c48c4ac935ea004a2b15b83abec7b6eee6b2
@@ -86,7 +86,7 @@ module PodBuilder
86
86
 
87
87
  # Copy the repo to extract license (and potentially other files in the future)
88
88
  podfile_items.select { |x| x.is_development_pod }.each do |podfile_item|
89
- destination_path = "#{Configuration.build_path}/Pods/#{podfile_item.module_name}"
89
+ destination_path = "#{Configuration.build_path}/Pods/#{podfile_item.name}"
90
90
  FileUtils.mkdir_p(destination_path)
91
91
 
92
92
  if Pathname.new(podfile_item.path).absolute?
@@ -1,4 +1,4 @@
1
1
  module PodBuilder
2
- VERSION = "1.9.1"
2
+ VERSION = "1.9.2"
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.9.1
4
+ version: 1.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Camin